How to minimize a window in PyQt in the same way as when clicked _?
I use
self.showMinimized()
This really minimizes the window.
But in the previous window there is no reorientation. As if the focus is still on the minimized window.
How can I minimize and reorient the previous window as if the _< button was pressed ? p>
source
share