Hi Sunil.thaha,
How did you solve the above problem? Could you manage to make the maximize button disappeared?
Regards,
~NM
Read about Qt::WindowFlags
hi,
Those flags are not working properly. those working fine on windows but not on Mac. Even I am not being able to have close button on mac.
I hv posted my code here. http://www.qtcentre.org/threads/2990...063#post140063
thanks anyway.
check this example
http://doc.qt.io/qt-5/qtwidgets-widg...s-example.html
you should use
qt::window | qt::windowminimizebuttonhint | qt::closebuttonhint | qt::customizewindowhint
you can not remove the maximize button without the customizewindowhint
Bookmarks