PDA

View Full Version : qt creator create class problem



foxhengxing
30th June 2010, 06:15
I use qt creator to create a class ,for example class name:MyClass , than it generates the lower file name myclass.h and myclass.cpp.

why it not generates consistent file name with the class name.

could anybody help me ?
thanks!

Lykurg
30th June 2010, 10:32
why it not generates consistent file name with the class name.
Because I want it so! I hate file names which has to be cs. So better all in lower letters.

But anyway: Have a look at the options (at the bottom of the dialog) there is a checkbox for disabel lowering the file name.

foxhengxing
30th June 2010, 16:32
Because I want it so! I hate file names which has to be cs. So better all in lower letters.

But anyway: Have a look at the options (at the bottom of the dialog) there is a checkbox for disabel lowering the file name.

Thank you so much!:)