Create folders in my project
-
wrote on 23 Oct 2019, 15:12 last edited by
Hello guys!
I've been working on a project since last weekend in order to train my skills in c++. I'm using qt-creator and I need to create folders for store other files so my question is is there are any way to do this inside the IDE without have to leave the IDE.
Thank you for your help!
-
Hello guys!
I've been working on a project since last weekend in order to train my skills in c++. I'm using qt-creator and I need to create folders for store other files so my question is is there are any way to do this inside the IDE without have to leave the IDE.
Thank you for your help!
-
wrote on 23 Oct 2019, 15:48 last edited by
@brayaON said in Create folders in my project:
IMHO
In My Humble Opinion ==> https://www.slang.org/ihmo-meaning-definition/
-
@brayaON said in Create folders in my project:
IMHO
In My Humble Opinion ==> https://www.slang.org/ihmo-meaning-definition/
wrote on 23 Oct 2019, 16:13 last edited by@KroMignon thank you!
-
Hello guys!
I've been working on a project since last weekend in order to train my skills in c++. I'm using qt-creator and I need to create folders for store other files so my question is is there are any way to do this inside the IDE without have to leave the IDE.
Thank you for your help!
wrote on 23 Oct 2019, 16:44 last edited byWhen you add (file) - for example class, you can also make a new "directory" ( Qt terminology) - see "Path" in attachment
Be careful when using anything "existing " - it gets little hard to navigate. -
wrote on 23 Oct 2019, 17:28 last edited by ODБOï
-
When you add (file) - for example class, you can also make a new "directory" ( Qt terminology) - see "Path" in attachment
Be careful when using anything "existing " - it gets little hard to navigate.wrote on 7 Nov 2019, 21:55 last edited by@AnneRanch Thanks for your reply. I thought I could add a new folder, but I realized that I had to do what you mentioned or create a folder in File Manager and then add it to the project.