PDA

View Full Version : integrating Qt files with open cascade??



Shuchi Agrawal
29th December 2006, 08:00
how to integrate a GUI in Qt with cascade appln???

jpn
29th December 2006, 08:11
It's explained here: Using a Component in Your Application (http://doc.trolltech.com/4.2/designer-using-a-component.html). Choose either single or multiple inheritance approach.

UIC gets run automatically when the form is added into the .pro file like this:


FORMS = myform.ui


Remember that you must re-run qmake after modifying .pro file to generate new makefile.