无法从 Visual Studio 打开 Qt 表单 (*.ui) 文件
我无法从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我有同样的症状,解决方案是删除 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
您确定您的 *.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 ?
答对了! 它起作用了,谢谢 Antoine
Matthieu:删除该行
Bingo! It worked, Thanks Antoine
Matthieu: remove the line