I have removed the title of the main window.
Created a button that should hide the window, but not close it. How can I implement a similar function for her?
I have removed the title of the main window.
Created a button that should hide the window, but not close it. How can I implement a similar function for her?
I guess you want something to minimize application
like this button :
To minimize your application you should call showMinimized();
function.
look at this Qt Documentation link :