I create new class with Qt Creator I want to capitalize it automatically
Moved
Unsolved
Qt Creator and other tools
-
Need to automatically capitalize header and source file name
-
@JacobNovitsky
Not possible automatically. -
-
Have you tried to uncheck Edit > Preferences > C++ > File Naming > "Lower case file names"?
Afterwards, the file should have the same capitalization as the class name.
Regards