PDA

View Full Version : How to build a form.ui



probine
27th March 2006, 10:49
I created a form in Qt Designer and save it as form.ui.

I would like to be able to somehow "built" this form, so I can see the source code of it. I should be able to see the class name, variables, fonts for the buttons and so on.

How do I get this out of the form.ui ?

probine
27th March 2006, 10:54
I know it now.

uic form.ui

Kapil
27th March 2006, 11:51
I know it now.

uic form.ui

In Qt4.1 you do not need to run the uic command... after you built the form.ui, its header would be made... no need to explicitly create one..

and if u want to then run the above command: uic form.ui -o ui_form.h