How to remove Maximize button on the top right corner of the window.
Unsolved
General and Desktop
-
whenever I create new project, I'll be getting the default window with minimize, maximize and close button. how to customize those button( change size, remove ,add extra...).
-
Hi and welcome to devnet,
AFAIK, you can't change the buttons size. It's the window manager of the OS you are using that is in charge of that.
As for add/removing them: setWindowFlags with the appropriate flags.
-
Hello,
On Mac may be try setWindowFlags( Qt::Sheet );
You should perhaps tell on which OS the question occurs