Event called upon window resize
Hello,
I created a “Qt Gui Application” project with Qt creator 2.3.1
The project creates: main.cpp, mainwindow (cpp+h).
I want to add an event that will be called whenever the window is resized (with mouse).
But when I clicked ‘Go To slot …’ I did not find such an event.
Can you help ?
Thanks,
Zvika.
3 replies
An event is not a slot. The event you are looking for is QResizeEvent [doc.qt.nokia.com].
You must log in to post a reply. Not a member yet? Register here!



