summaryrefslogtreecommitdiff
path: root/doc/qtcreator/src/projects/creator-only
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtcreator/src/projects/creator-only')
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc6
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-custom-wizards-json.qdocinc12
2 files changed, 13 insertions, 5 deletions
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc
index 2ff19db916..4622b2cc45 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc
@@ -282,11 +282,9 @@
\list
- \li C++
+ \li C/C++
- C++ class, source, or header files that you can use to write the
- application logic in both Qt Quick projects and
- Qt widget based projects
+ C or C++ source and header files
\li Qt
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-custom-wizards-json.qdocinc b/doc/qtcreator/src/projects/creator-only/creator-projects-custom-wizards-json.qdocinc
index b53d8e9b92..3ef9ff43b9 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-custom-wizards-json.qdocinc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-custom-wizards-json.qdocinc
@@ -785,7 +785,9 @@
"data":
{
"trText": "%{BaseCB}",
- "trDisabledText": "%{BaseCB}"
+ "trDisabledText": "%{BaseCB}",
+ "historyId": "EditValues",
+ "restoreLastHistoryItem": false
}
},
\endcode
@@ -808,6 +810,14 @@
\li \c isPassword is a boolean value that specifies that the line edit
contains a password, which will be masked.
+ \li \c historyId is a key that specifies the name for a list of items
+ for the history completer.
+
+ \li \c restoreLastHistoryItem is a boolean that specifies that the
+ last history item is automatically set as the default text in
+ the line edit. This key can only be set to true if \c historyId
+ is also set.
+
\endlist
\section2 Path Chooser