PDA

View Full Version : Control box hide



maider
16th November 2009, 13:49
Hello,

I'm trying to hide the control box(maximized and minimized buttons) of my widgets and I don't know which function I must use. To achieve this goal I have read QWidget's properties.
I have tryed with showFullScreen() and that is the only way that i have get it to manage it.
Is any more?
thanks

yogeshgokul
16th November 2009, 13:58
Hello,I'm trying to hide the control box(maximized and minimized buttons) of my widgets and I don't know which function I must use. To achieve this goal I have read QWidget's properties.
I have tryed with showFullScreen() and that is the only way that i have get it to manage it.
Is any more?
thanks
You need to set window flags.
See this (http://doc.trolltech.com/4.5/widgets-windowflags.html).

maider
16th November 2009, 14:03
thanks!!

I have just managed!!!