diff --git a/doc/images/qtcreator-options-cpp-files.png b/doc/images/qtcreator-options-cpp-files.png new file mode 100644 index 00000000000..0a4b46022b1 Binary files /dev/null and b/doc/images/qtcreator-options-cpp-files.png differ diff --git a/doc/src/projects/creator-projects-creating.qdoc b/doc/src/projects/creator-projects-creating.qdoc index 5fc3f3daa0d..b5fc3ba853e 100644 --- a/doc/src/projects/creator-projects-creating.qdoc +++ b/doc/src/projects/creator-projects-creating.qdoc @@ -311,7 +311,7 @@ file for a new class that you can add to a C++ project. Specify the class name, base class, and header and source files for the class. - The wizard supports namespaces. To use a namespace, enter a qualified + The wizard supports namespaces. To use a namespace, enter a qualified class name in the \uicontrol {Class name} field. For example: MyNamespace::MySubNamespace::MyClass. @@ -321,6 +321,12 @@ change the default suffix of a file, select \uicontrol Tools > \uicontrol Options > \uicontrol {C++} > \uicontrol {File Naming}. + \image qtcreator-options-cpp-files.png "File Naming tab in Options" + + In the \uicontrol {License template} field, you can use + \l{Using Variables in Wizards}{predefined wizard variables} to specify the + path and filename of the license to use in the source and header files. + You can create your own project and class wizards. For more information, see \l{Adding New Custom Wizards}.