Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
When I create a new class in Qt, is there a way to make the class name and source/header files with the same capitalization automatically? I know how to do it automatically.
Thanks, Arukas
Go to Tools->Options... Click on C++ and go to the File Naming-tab. There, uncheck the "Lower case file names" checkbox.
I haven't tested it myself but I think it should work.
Thanks! That appears to do the trick.