I am completely new to Qt.
I started with a new Qt4 GUI Application.
Using the designer, I have created a menu like so:
File
- Exit
How do I get an action associated with the menu item?
I found something called the 'Signals and slots editor' but have no idea how to use it.