vote up 0 vote down star

I am unable to open QT form file (*.ui) form visual studio 2008 QT project. It the following error " The file test.ui cannot be opened with Qt 4 form editor. Try converting the file using uic.exe "

Anyone know about this problem.?

I am using VS 2008 and QT 4.5.0

-Thanks for u r time.

flag

36% accept rate
Can you open it with Qt Designer? – Paul Jul 10 at 14:03
1  
FYI, it's written as Qt, not QT. – Ariya Hidayat Jul 10 at 18:23
Paul: I am able to open and edit it using Qt Designer – Suresh Jul 15 at 11:12

3 Answers

vote up 1 vote down check

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

link|flag
thanks for the tip ! I haven't met this case ... Can you add some details about the line removed ? – Matthieu Jul 15 at 21:28
vote up 1 vote down

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 ?

link|flag
Tried this, didn't work. "<ui version="4.0">" present in *.ui file,i guess it is generated using Qt4 – Suresh Jul 15 at 11:15
vote up 0 vote down

Bingo! It worked, Thanks Antoine

Matthieu: remove the line

<?xml version="1.0" encoding="UTF-8"?>
link|flag
<?xml version="1.0" encoding="UTF-8"?> – Suresh Jul 17 at 10:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.