How to Disable Maximise button of Main Window
General and Desktop
3
Posts
2
Posters
4.5k
Views
1
Watching
-
Hi All
I have created a Main Window.
I want to disable maximise button of this window.I tried to do this
@
QWidget::showMaximized ();
setWindowFlags(Qt::WindowMinimiseButtonHint);
@
With above code it is disabling maximise button but as I m opening my window in Maximised mode bottom part of my window is gettiong hided in TaskBar.How to resolve this