当我构建时,qtcreator 并不总是刷新我的用户界面
我注意到很多时候我对使用 Qtcreator 创建的图形界面进行了一些修改,这在构建时并没有立即应用。
即使我调用 qmake 也不起作用。有时我不得不关闭 QTcreator 重新打开它并构建。
您知道是否有办法强制解析 .ui 文件?
干杯
i noticed that many times i do some modification on a graphical interface created with Qtcreator this is not immediatly applied while building.
even if i call qmake does not work. I have sometimes to close QTcreator reopen it again and build.
Do you know if there is a way to force parsing the .ui file?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自从我使用 QT 以来已经有一段时间了,但我经常发现与你所问的问题类似的问题。在“项目”>“构建”设置中:确保未选中影子构建。
Its been a while since I used QT but what I often found with problems similar as to what your asking. In the Projects>Build settings: Make shure that shadow-build is unchecked.