Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, March 2002
how to compile an ui file?


Message 1 in thread

I have designed a form with qtdesigner. And I saved it to an ui file.
what should I do next?
how can i compile it?
I am a newer.Please help me.Thank you.


Message 2 in thread

Hi,

> I have designed a form with qtdesigner. And I saved it to an ui
file.
> what should I do next?

Use the Tool 'uic'.

uic -o class.h class.ui; uic -i class.h class.cpp class.ui.

More infos you can get from the QT documentation.

After that I use 'tmake' to generate the Makefile, this is an
fantastic tool:)



ByE

Andre