熟悉QCheckBox的函数,signals and slots,以及学会怎么用
首先是构造函数,用于创建一个CheckBox.
其次是信号 当CheckBox选中或未选中时,会emit the signal statechanged(),Connect to this signal if you want to trigger an action each time the checkbox changes state. You can use isChecked() to query whether or not a checkbox is checked.
怎么用的问题:首先查看帮助,然后查资料
402

被折叠的 条评论
为什么被折叠?



