PDA

View Full Version : how to remove minimize and maximize buttons from a widget within MDIArea



febil
20th February 2009, 12:14
how to remove minimize and maximize buttons from a widget within MDIArea

wysota
21st February 2009, 14:59
Set appropriate window flags to the widget (negate the Qt::WindowMinimizeButtonHint and Qt::WindowMaximizeButtonHint flags).