Qt-interest Archive, March 2002
uic alphabetizing include files?!
Message 1 in thread
I am using qt-3.0.2
It doesn't matter what order you put your includes ( both declaration and implementation ) in qt-designer, when you run uic to
create your source and header files, they will be put alphabetical order?!?
It also would be helpful if the dialog to edit include files had an up and down arrow so you could select an include file and then
move it up or down the order.
The Class Variables folder needs to have subfolders similar to the Slots folder. Right now all class variables are protected, it
would be nice to have a choice of public and private also.
Thanks
Message 2 in thread
Am Montag, 4. März 2002 17:15 schrieb Ed Mertensotto:
>
> The Class Variables folder needs to have subfolders similar to the Slots
> folder. Right now all class variables are protected, it would be nice to
> have a choice of public and private also.
>
I agree. And it would be nice if designer would stop converting protected
slots to public (I just couldn't configure when this is happening, but
sometimes all of the slots are turned to public).
And it would be nice if it were possbile to add normal member functions with
designer, not only slots. Otherwise I still have to subclass.
P.J.
--
[ signature omitted ]
Message 3 in thread
i gave up on the designer pretty quick. i just use it to draw my dialogs
and then integrate them manually.
-james creasy
Gene Network Sciences
----- Original Message -----
From: "P.J. Meisch" <pjmeisch@web.de>
To: <qt-interest@trolltech.com>
Sent: Monday, March 04, 2002 9:05 AM
Subject: Re: uic alphabetizing include files?!
> Am Montag, 4. März 2002 17:15 schrieb Ed Mertensotto:
>
> >
> > The Class Variables folder needs to have subfolders similar to the Slots
> > folder. Right now all class variables are protected, it would be nice
to
> > have a choice of public and private also.
> >
>
> I agree. And it would be nice if designer would stop converting protected
> slots to public (I just couldn't configure when this is happening, but
> sometimes all of the slots are turned to public).
>
> And it would be nice if it were possbile to add normal member functions
with
> designer, not only slots. Otherwise I still have to subclass.
>
> P.J.
>
> --
> ------------------------------------------
> P.J. Meisch
> pjmeisch@web.de
> ------------------------------------------
>
> --
> List archive and information: http://qt-interest.trolltech.com
Message 4 in thread
----- Original Message -----
From: "P.J. Meisch" <pjmeisch@web.de>
To: <qt-interest@trolltech.com>
Sent: Monday, March 04, 2002 11:05 AM
Subject: Re: uic alphabetizing include files?!
> And it would be nice if it were possbile to add normal member functions with
> designer, not only slots. Otherwise I still have to subclass.
I agree. And it would also be nice if you could specify, in Qt Designer, an
access qualifier for each data member. Currently, all the data members are
public.