AP - full screen mode

Bogdan Cristea cristeab at gmail.com
Tue Apr 9 13:30:56 UTC 2013


On Tuesday 09 April 2013 00:41:44 Aaron J. Seigo wrote:
> On Monday, April 8, 2013 20:12:41 Bogdan Cristea wrote:
> > I would like to reuse the background image of the AP main toolbar in my
> > own
> > application (for a toolbar that should appear just below the main
> > toolbar).
> > Is there a way to obtain this image or something similar ?
> 
> it's the widgets/panel-background svg from the Plasma theme.
> 
> Svg("widgets/panel-background") should do the trick.

Hi

I am trying to force my application in full screen mode, but it seems that the 
main panel is always shown while my application window is below the main 
panel. Is there a way to force an application window to be in full screen mode 
without the main panel ?

For full screen mode currently I use

QRect rect(0, 0, QApplication::desktop()->width(), QApplication::desktop()-
>height());
setGeometry(rect);

-- 
Bogdan


More information about the Active mailing list