Issue
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?
Solution
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 :
https://doc.qt.io/qt-5/qwidget.html#showMinimized
Answered By - Parisa.H.R
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.