PDA

View Full Version : Converting ui file



Salazaar
11th May 2007, 15:58
Hi. Could somebody tell me, how to convert ui file to Qt code step by step? I've been working at it, but without any results. Thanks. Regards

jpn
11th May 2007, 16:17
You don't need to convert anything by hand. qmake does that for you. Please follow either single or multiple inheritance approach in article Using a Component in Your Application (http://doc.trolltech.com/4.2/designer-using-a-component.html). If you insist to do something by hand, it's called User Interface Compiler (uic) (http://doc.trolltech.com/4.2/uic.html).