首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > QT开发 >

qt中clicked()有关问题

2012-01-19 
qt中clicked()问题Qt中clicked()与clicked(bool)有什么区别?[解决办法]This signal is emitted when the b

qt中clicked()问题
Qt中clicked()与clicked(bool)有什么区别?

[解决办法]
This signal is emitted when the button is activated (i.e. pressed down then released while the mouse cursor is inside the button), when the shortcut key is typed, or when 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.
楼主手册里面有很详细的解释
[解决办法]
我想楼主迷糊的bool值怎么起作用,初次接触一般都会有这个问题。
转换状态,比如可以打钩,选择,或者压下

热点排行