How to add new cpp file?
-
I have a project, and i want to create a new cpp file, i don't know how to do it, i right click on project but there is not 'Add New Item..' menu :(
And what about if i want to add a new ui form?
Screenshot project:
!https://scontent-a-sin.xx.fbcdn.net/hphotos-frc3/t1.0-9/1907981_10202078807231630_4698519920542531840_n.jpg(Screenshot)! -
Hi,
click on a file or dir in jour project,
and hit ( ctrl + n )
than the wizard opens
-
Clicking on a file or dir in my window project on Qt Creator doesn't show menu to add new items,
Should i go to my windows exproler and adding new file from there???
-
"Here":https://qt-project.org/doc/qtcreator-3.1/index.html the great tutorial about QtCreator.
Might be helpful. -