January 2016
Beginner
512 pages
12h 35m
English
Create a new Qt Designer Form Class application. As a template, choose Main Window. Accept the default values for the rest of the wizard.
Create an action using the action editor and enter the following values in the dialog:

Now, create another action and fill it with the values shown in the following screenshot:

We want our game to look nice, so we will provide icons for the actions and we will embed images for them in our application using the resource system. Create a new file and make it Qt Resource ...