Hi,
I'm in the process of learning C++ and am trying out QT for the creation of GUIs.

I am following the tutorial http://doc.qt.io/qt-5/gettingstartedqt.html which reads

" Adding User Interaction

To add functionality to the editor, we start by adding menu items and buttons on a toolbar.

Click on "Type Here", and add the options New, Open, Save, Save as, Print and Exit. This creates 5 lines in the Action Editor below. To connect the actions to slots, right-click an action and select Go to slot > triggered(), and complete the code for that given slot."

Nothing is appearing in the Action Editor when I add options to the menu. Where do I go to resolve this?

Thanks


J