PDA

View Full Version : How to disable maximize button from subwindow



manti_madhu
26th November 2009, 10:33
hi,
I'm adding sub windows in QMdiArea. I wanted to disable maximize button from sub window.

Thanks in Advance

madhu

Lykurg
26th November 2009, 10:46
You can use normal window flags and remove Qt::WindowMaximizeButtonHint. That's not directly disable but has the same effect.