无法从 Visual Studio 打开 Qt 表单 (*.ui) 文件

发布于 2024-07-26 13:09:43 字数 202 浏览 6 评论 0原文

我无法从 Visual Studio 2008 Qt 项目打开 QT 表单文件 (*.ui)。 我正在使用 Qt 4.5.0。 我收到以下错误:

The file test.ui cannot be opened with Qt 4 form editor. Try converting the file using uic.exe

I am unable to open QT form file (*.ui) from a Visual Studio 2008 Qt project. I'm using Qt 4.5.0. I get the the following error:

The file test.ui cannot be opened with Qt 4 form editor. Try converting the file using uic.exe

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

謸气贵蔟 2024-08-02 13:09:44

我有同样的症状,解决方案是删除 ui 文件的顶行(使用文本编辑器打开一次)

令人惊讶的是 Qt 不支持格式良好的 xml...

Meilleures Salutations

I had the same symptoms, and the solution was to remove the top line of the ui file (once open with a text editor)

Surprising that Qt does not support well formed xml...

Meilleures Salutations

枫林﹌晚霞¤ 2024-08-02 13:09:44

您确定您的 *.ui 文件是 qt4 格式而不是 qt3 格式吗?
如果是用qt3创建的,ui.exe可以将它们转换为qt4!

另一个原因可能是 Visual Studio 2008 的 qt 集成工具的版本,您有最新版本吗?
你能用Qt Designer打开*-ui文件吗?

Are you sure that your *.ui file are in the qt4 format and not in the qt3 format ?
If there have been created with qt3, ui.exe can convert them to qt4 !

Another reason could be the version of the qt-integration tool for visual studio 2008, Do you have the last version ?
Can you open the *-ui file with Qt Designer ?

年华零落成诗 2024-08-02 13:09:44

答对了! 它起作用了,谢谢 Antoine

Matthieu:删除该行

<?xml version="1.0" encoding="UTF-8"?>

Bingo! It worked, Thanks Antoine

Matthieu: remove the line

<?xml version="1.0" encoding="UTF-8"?>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文