Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 5

Qt-interest Archive, July 2007
QMotifStyle (Qt4)


Message 1 in thread

Hello,

Is there a way to get the "old Motif look&feel" using QMotifStyle? It seems
that the Qt3Support support module offers this (see Q3ComboBox, as it can
provides a XmOptionMenu look&feel), but the current Qt4 classes does not
seems to offer this. Is is planned for Qt4, or should I develop a custom
style is I need this?

Thanks,

-- 
 [ signature omitted ] 

Message 2 in thread

You can get the whole application to look like Motif  by passing 
-style=motif as a command line argument to your program.

./programName -style=motif

chris burke
phone: 617-621-0060 x195
email: cburke@xxxxxxx
skype: chris.burke0



Pierre-Étienne Messier wrote:
> Hello,
>
> Is there a way to get the "old Motif look&feel" using QMotifStyle? It 
> seems that the Qt3Support support module offers this (see Q3ComboBox, 
> as it can provides a XmOptionMenu look&feel), but the current Qt4 
> classes does not seems to offer this. Is is planned for Qt4, or should 
> I develop a custom style is I need this?
>
> Thanks,
>
> -- 
> Pierre-Étienne Messier
> Courriel : pierre.etienne.messier@xxxxxxxxx 
> <mailto:pierre.etienne.messier@xxxxxxxxx>
> OpenPGP ID : 1024D/9BDBDDF6
> Web : http://pemessier.hexpresso.org/
> Jabber : SiLiZiUMM@xxxxxxxxxx <mailto:SiLiZiUMM@xxxxxxxxxx> 

--
 [ signature omitted ] 

Message 3 in thread

Yes, I am aware of that. But the Motif style in Qt4 is the "new motif
style", not that really old motif style (as seen in the QMotifPlusStyle in
Qt3). I mean, the one with rectangles within ComboBoxes (like this:
http://web.mit.edu/sunsoft_v5.1/www/visual/user_guide/22_widget.doc.anc1.gif--
compare this to the Qt4 QComboBox with the Motif style).

P-E

On 7/24/07, Chris Burke <cburke@xxxxxxx> wrote:
>
> You can get the whole application to look like Motif  by passing
> -style=motif as a command line argument to your program.
>
> ./programName -style=motif
>
> chris burke
> phone: 617-621-0060 x195
> email: cburke@xxxxxxx
> skype: chris.burke0
>
>
>
> Pierre-Étienne Messier wrote:
> > Hello,
> >
> > Is there a way to get the "old Motif look&feel" using QMotifStyle? It
> > seems that the Qt3Support support module offers this (see Q3ComboBox,
> > as it can provides a XmOptionMenu look&feel), but the current Qt4
> > classes does not seems to offer this. Is is planned for Qt4, or should
> > I develop a custom style is I need this?
> >
> > Thanks,
> >
> > --
> > Pierre-Étienne Messier
> > Courriel : pierre.etienne.messier@xxxxxxxxx
> > <mailto:pierre.etienne.messier@xxxxxxxxx>
> > OpenPGP ID : 1024D/9BDBDDF6
> > Web : http://pemessier.hexpresso.org/
> > Jabber : SiLiZiUMM@xxxxxxxxxx <mailto:SiLiZiUMM@xxxxxxxxxx>
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>


-- 
 [ signature omitted ]