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
> [email protected]
> http://lists.trolltech.com/mailman/listinfo/qt-creator
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to