You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to control window size and position changes to store them and when app close and starts again, read that geometry and show the window at the same size and coordinates when it was closed.
Describe the solution you'd like
I think adding windowGeometryChanged method for QMainWindowSignals will be a perfect solution to this issue. When window changes its geometry, this signal will be fired and will return Geometry
Describe alternatives you've considered
After reading the documentation and looking through the issues in this repository, I didn't find such a signal, so I came up with this solution
Is your feature request related to a problem? Please describe.
I want to control window size and position changes to store them and when app close and starts again, read that geometry and show the window at the same size and coordinates when it was closed.
Describe the solution you'd like
I think adding windowGeometryChanged method for QMainWindowSignals will be a perfect solution to this issue. When window changes its geometry, this signal will be fired and will return Geometry
Describe alternatives you've considered
After reading the documentation and looking through the issues in this repository, I didn't find such a signal, so I came up with this solution
Additional context
Maybe I have missed something in documentation, let me know what.
The text was updated successfully, but these errors were encountered: