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

Qt-interest Archive, March 2008
how to remove minimize and maximize buttons from a widget


Message 1 in thread

hi all,

how to remove minimize and maximize buttons from a widget within qt-designer?

I have tried fix the minimumSize and maximumSize. However, when i
preview the widget in qt-designer, it shows me minimize and maximize
button though it cannot be resize.

Thanks in advance

Bye

waiting for a reply

--
 [ signature omitted ] 

Message 2 in thread

Hi,

>  how to remove minimize and maximize buttons from a widget within qt-designer?

this ist not a direct answer but maybe you want to use a window of
type Qt::Tool.

http://doc.trolltech.com/4.3/qt.html#WindowType-enum

Regards, Niko

--
 [ signature omitted ]