hi,
I'm adding sub windows in QMdiArea. I wanted to disable maximize button from sub window.
Thanks in Advance
madhu
Printable View
hi,
I'm adding sub windows in QMdiArea. I wanted to disable maximize button from sub window.
Thanks in Advance
madhu
You can use normal window flags and remove Qt::WindowMaximizeButtonHint. That's not directly disable but has the same effect.