博客
关于我
PyQt(Python+Qt)入门:设计师中部件toolTip、statusTip、whatsThis的属性
阅读量:81 次
发布时间:2019-02-25

本文共 747 字,大约阅读时间需要 2 分钟。

?Qt Designer??toolTip?statusTip?whatsThis???????????????????????????????????????????????????

toolTip ??

toolTip ????????????????????????????toolTip ??????????????????????? Qt.WA_AlwaysShowToolTips ??????????toolTip???????????????? event ????? QEvent.ToolTip ???

toolTip ????????????????? toolTip() ? setToolTip( QString ) ??????????

statusTip ??

statusTip ?????????????????????????????????????????statusTip???????????????????toolTip?????? statusTip() ? setstatusTip( QString )?

whatsThis ??

whatsThis ???????????????????????? Shift+F1 ?????whatsThis????????????????whatsThis ????????????????????????????????????

whatsThis ???????????????????? whatsThis() ? setwhatsThis( QString )?

?????????????????????????????????????????????????????????????????

转载地址:http://czm.baihongyu.com/

你可能感兴趣的文章
Objective-C 编码规范
查看>>
Objective-Cfor循环实现Factorial阶乘算法 (附完整源码)
查看>>
Objective-C——判断对象等同性
查看>>