PDA

View Full Version : Uic3 crashes...



amcdaniel
8th May 2007, 21:49
I am currently porting our .ui files from qt3.3 to qt4.2, but when I try to convert using the uic3 tool, it completely crashes and outputs a blank file. Here is a command example:

uic3.exe -convert dlg.ui > dlg4.ui

I looked around and didn't see any mention of problems with this app, so I'd appreciate any ideas.

Thanks!

marcel
8th May 2007, 21:53
Open the UI in the Designer 4.x and then save it back.

Regards

amcdaniel
8th May 2007, 22:06
Open the UI in the Designer 4.x and then save it back.

Regards

I get the same uic3 crash when I open it in the designer, then the designer tells me that I need to run uic3 -convert to convert the files.