我在Qt Creator的设计模式中设置了工具按钮的工具提示持续时间。该应用程序在Qt Creator中运行得很好。
但是当我使用make然后使用qmake命令在终端命令中运行相同的应用程序时,我得到了与我在设计器模式中添加的每个工具按钮相关的以下错误:
ui_mainwindow.h:377:22: error: ‘class QToolButton’ has no member named ‘setToolTipDuration’ pointButton->setToolTipDuration(200000);
使用make命令时为什么会显示上述错误?如何使用make命令呢?
答案 0 :(得分:5)
来自Qt帮助:
toolTipDuration:int
此属性在Qt 5.2中引入。
可能您已在操作系统中安装了Qt,其版本低于5.2