[SOLVED] window maximize signal
QML and Qt Quick
4
Posts
4
Posters
3.5k
Views
1
Watching
-
Hi there
I want to save my windows geometry every time it changes. Are there any signals I can use for this. I thought best way would be something with a connect like:
@
connect(this->window, SIGNAL(resized()), ..., ...);
@But it wasn't possible to find something useful, therefore I post it quickly!
Thx for any help.
-
How about reacting to a resize event in your main window?