Hi Harshath, > When we add a new class to a project with Qt Creator, it creates the .h > file and the .cpp file in the same directory. > > But depending upon how I organize my project, I like to have control over > where all the header files are (a separate include/ directory, e.g.). > > So, the add class dialog box has a line edit called "Path". Instead, if > there were two input boxes; "Header Path" and "CPP path", that would be so > cool :D
You can actually type 'path/file.h' in the 'Header file'/'Source file' input fields (and then choose a common denominator in the 'path' field). Regards, Friedemann -- Friedemann Kleint Nokia, Qt Development Frameworks _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
