How to connect menu click with action in Qt Creator?
Posted
by George Edison
on Stack Overflow
See other posts from Stack Overflow
or by George Edison
Published on 2010-04-28T02:04:45Z
Indexed on
2010/04/28
2:13 UTC
Read the original article
Hit count: 353
I am completely new to Qt.
I have created a menu in Qt Creator 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.
© Stack Overflow or respective owner