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.