[Qt-creator] Has anyone used two ui files in one project

Arun arunblore1 at gmail.com
Sat Feb 20 14:40:26 CET 2010


Thanks a lot !
I shall try using QT Designer,
Regards,
arun

----- Original Message ----- 
From: "Robert Wood" <robert.wood at apostrophe.co.uk>
To: <qt-creator at trolltech.com>
Sent: Saturday, February 20, 2010 5:25 PM
Subject: Re: [Qt-creator] Has anyone used two ui files in one project


> 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
> _______________________________________________
> 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