[Qt-interest] [Qt-embedded-interest] How can I hide qpe's top-bar andbottom-bar?
Kermit Mei
kermit.mei at gmail.com
Fri Dec 11 09:42:16 CET 2009
On Fri, 2009-12-11 at 12:13 +0530, Sujit wrote:
> Try this,
>
> setWindowState(windowState() ^ Qt::WindowFullScreen);
>
> Thanks,
> Sujit
In fact, just delete two files under
/opt/Qtopia/etc/themes/qtopia
context.xml and title.xml
Thanks you all.
> -----Original Message-----
> From: qt-embedded-interest-bounces at trolltech.com
> [mailto:qt-embedded-interest-bounces at trolltech.com] On Behalf Of Kermit Mei
> Sent: Friday, December 11, 2009 9:11 AM
> To: qt-embedded
> Cc: qt-initerest
> Subject: Re: [Qt-embedded-interest] How can I hide qpe's top-bar
> andbottom-bar?
>
> On Thu, 2009-12-10 at 19:40 -0700, Kermit Mei wrote:
> > Dear all,
> >
> > I launch my programs with qpe, but qpe always shows two bars at the
> > top and bottom, just like GNOME's desktop-bars.
> > I hope that my program can show full screen, how can I implement it?
> > Can QWidget::showFullScreen() do it? I have many different UI process to
> > run, it's a tedious work for me to add showFullScreen() to every
> > process. Is there any better way to set qpe itself to do it?
> >
>
> It should be qpe's title bar and context bar, I don't want them, how to
> disable them?
>
> Thanks
>
>
> _______________________________________________
> Qt-embedded-interest mailing list
> Qt-embedded-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-embedded-interest
>
>
More information about the Qt-interest-old
mailing list