Qt New Project: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Created page with " How to create project: qtcreator & File >> New File or Project Select: Applications and Qt Gui Applications. Click "Choose" Follow to select name, project directory, etc...."
 
(No difference)

Latest revision as of 18:09, 30 October 2013

How to create project:
qtcreator &
File >> New File or Project
Select: Applications and Qt Gui Applications. Click "Choose"
Follow to select name, project directory, etc.
As the result you will get:
file: project_name.pro // profile
dir:  Headers  // .h files
dir:  Sources // *.cpp files
dir:  Forms  // *.ui files