Obsolete Members for QCheckBox

クラスQCheckBox の以下のメンバーは非推奨です。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。

シグナル

(deprecated in 6.9) void stateChanged(int state)

メンバー関数ドキュメント

[signal, deprecated in 6.9] void QCheckBox::stateChanged(int state)

この関数は6.9から非推奨となった。新しいコードでは使用しないことを強くお勧めします。

代わりにcheckStateChanged(Qt::CheckState) を使ってください。

このシグナルは、チェックボックスの状態が変化するたびに、つまり、ユーザがチェックしたり、チェックを外したりするたびに発行されます。

state にはチェックボックスの新しい が含まれます。Qt::CheckState

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.