QT:构建时 Ui 不刷新

发布于 2024-11-07 11:50:41 字数 260 浏览 0 评论 0原文

我在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心不设防 2024-11-14 11:50:42

尝试运行qmake。 (这是Build菜单中的一个选项。)

Try running qmake. (This is an option in the Build menu.)

桃扇骨 2024-11-14 11:50:42

要检查的事情:

  • 在构建之前您是否将 ui 文件保存到磁盘?
  • 构建 ui 文件 xxx.ui 会在构建目录中创建文件 ui_xxx.h。该文件有未来的日期吗?删除该文件并重建。
  • 您是否包含正确的头文件(ui_xxx.h)?

Things to check:

  • did you save your ui file to disk before building?
  • building the ui file xxx.ui creates the file ui_xxx.h in the build directory. Does this file have a date in the future? Delete this file and rebuild.
  • do you include the correct header file (ui_xxx.h)?
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文