[Qt-creator] Has anyone used two ui files in one project
Robert Wood
robert.wood at apostrophe.co.uk
Sat Feb 20 12:55:07 CET 2010
I've got lots in the app I'm currently working on.
I choose which one I want to display in a QListWidget and do this:
add_supplier *ein = new add_supplier(qwVector[i]);
ein->show();
In this instance, add_supplier is the name of the cpp, h and ui files
that are created when you make the new form in Qt Desigener and
sqVector[i] is a vector for a tab into which I want to place the ui form.
Arun wrote:
> Has anyone used two or more ui files in one project ?
>
> Please reply,
> I want to use two ui files in one project.
> Anyone can provide me some example sample application ?
>
> Thanks and Regards,
> arun
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
More information about the Qt-creator-old
mailing list