CodePudding user response:
Void QAbstractButton: : clicked (bool checked=false) [being] This signal is emitted when the button is activated (i.e. for pressed down then released while the mouse cursor is inside the button), the when the shortcut key is typed, or when the click () or animateClick () is called. Notably, This signal is not emitted if you call setDown (), setChecked () or toggle (). If the button is checkable, checked is true if the button is checked, or false if the button is unchecked.CodePudding user response:
Thank you upstairs! And a question has been very vague: checkable properties affect the control?CodePudding user response:
Whether can convert state can check, for example, select, or press downCodePudding user response: