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

John Bull dangermanfears at gmail.com
Sat Feb 20 21:04:39 CET 2010


Examine source codes at http://qt-apps.org/


JB


On Sat, Feb 20, 2010 at 3:40 PM, Arun <arunblore1 at gmail.com> wrote:

> 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
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20100220/97cbc53e/attachment.html 


More information about the Qt-creator-old mailing list