aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtdesignstudio/src/qtdesignstudio-faq.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtdesignstudio/src/qtdesignstudio-faq.qdoc')
-rw-r--r--doc/qtdesignstudio/src/qtdesignstudio-faq.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/qtdesignstudio/src/qtdesignstudio-faq.qdoc b/doc/qtdesignstudio/src/qtdesignstudio-faq.qdoc
index 751bff64ab..00b090667b 100644
--- a/doc/qtdesignstudio/src/qtdesignstudio-faq.qdoc
+++ b/doc/qtdesignstudio/src/qtdesignstudio-faq.qdoc
@@ -41,7 +41,7 @@
\li \l {FAQ - Assets}{Assets}
\li \l {FAQ - Components}{Components}
\li \l {FAQ - Views}{Views}
- \li \l {FAQ - Integration Between \QDS and \QC}{Integration Between \QDS and \QC}
+ \li \l {FAQ - Integration Between \QDS and Qt Creator}{Integration Between \QDS and Qt Creator}
\li \l {FAQ - Performance}{Performance}
\li \l {FAQ - Data Simulation}{Data Simulation}
\endlist
@@ -89,7 +89,7 @@
\section1 FAQ - Components
- \section2 Can custom components be used?
+ \section2 Can I use custom components?
Yes, you can create custom components and controls by using wizard templates
or move component instances into separate files to turn them into new
@@ -103,7 +103,7 @@
For more information, see \l {Importing 3D Assets}.
- \section2 How to integrate custom C++ components into QDS?
+ \section2 How can I integrate custom C++ components into QDS?
You must create your own QML module that contains the components and
provides additional information about your components. For more information,
@@ -121,21 +121,21 @@
For more information, see the \l {3D} view.
- \section1 FAQ - Integration Between \QDS and \QC
+ \section1 FAQ - Integration Between \QDS and Qt Creator
- \section2 Is there a way to automatically propagate name changes between \QDS and \QC?
+ \section2 Can I automatically propagate name changes between \QDS and Qt Creator?
Unfortunately we do not automate renaming files between tools at the moment.
If you decide to change the name of a property, alias, or signal in \QDS,
- you need to manually change the name in \QC to maintain the connection.
+ you need to manually change the name in Qt Creator to maintain the connection.
However, you can rename symbols in all files within a project. To rename a
QML type in a project, select \uicontrol Tools > \uicontrol QML/JS >
\uicontrol {Rename Symbol Under Cursor} or press \key Ctrl+Shift+R. For more
information, see \l {Renaming Symbols}.
- \section2 When turning your \QDS project into application in \QC, what is the best way to add .qml files?
+ \section2 How can I add .qml files to my project in Qt Creator?
- Use the project wizard templates to create an application in \QC and copy
+ Use the project wizard templates to create an application in \QDS and copy
your .qml files to the project folder. Then make some changes to the project
configuration and source files, as instructed in
\l {Converting UI Projects to Applications}.