Saturday, January 5, 2013

Create Gui application on Qt 5

- In Qt Creator, click File -> New File or project... to create our new project. Select Projects of Applications, Qt Gui Application and click Choose...

- Enter Name and Browse... to select the location to create your project, Next>

- Accept the default setting of Kit Selection, Class Information and Project Management.



- Qt Creator will create pre-set Qt Gui project for you.

Now you can click Build->Run, or Ctrl R, or click the green arrow button to run the dummy application.


- Next: Add control on Qt GUI and assign Signal/Slot graphically.