Qt New Project

From CLONWiki
Revision as of 17:09, 30 October 2013 by 129.57.113.97 (talk) (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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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