How to change Qt Creator default file names -


is possible change default pattern file names when adding new class project in qt creator?

e.g. if add class named "foobar", dialog uses "foobar.h" , "foobar.cpp" defaults, have "foobar.h" , "foobar.cpp".

of course can change names manually, when adding many classes can bit annoying.

i using qt creator 3.3.2


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -