QT:构建时 Ui 不刷新
我在使用 QT Creator 时遇到问题。我更改了 UI 文件中的一些小部件,但是当我构建程序时,我得到的是没有更改的旧版本。我已经尝试过这些事情:
- 清理所有内容
- 删除“dir”-build-desktop 文件
- 删除“dir”-build-desktop 文件中的头文件
- 重建所有
内容 似乎什么都解决不了...有点绝望...有人得到了有什么建议吗? 提前谢谢你,
劳伦斯
I got a problem with QT Creator. I changed some widgets in my UI-file but when I'm building my program I get the old version without the changes. I already tried these things:
- Clean all
- delete the 'dir'-build-desktop file
- delete the header files in the 'dir'-build-desktop file
- rebuild all
Nothings seems to work out...kind of desperate...anyone got some advice?
Thank you in advance,
Laurens
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试运行
qmake
。 (这是Build
菜单中的一个选项。)Try running
qmake
. (This is an option in theBuild
menu.)要检查的事情:
Things to check: