aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-08-04 15:46:12 +0200
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-08-04 14:56:53 +0000
commit2afdfeeb3899055d7103e98c1916987da1c108ff (patch)
tree76e41df2c5521818215da9c2c33c392856d6587d
parent818d90e0aec168ca30f05a2c720aa8d2278e6d4a (diff)
Doc: update paths to Qt Designer plugins
Change-Id: I6f07633322ec87c7358e1afc70670f295491722a Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
-rw-r--r--doc/src/widgets/qtdesigner-plugins.qdoc21
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/src/widgets/qtdesigner-plugins.qdoc b/doc/src/widgets/qtdesigner-plugins.qdoc
index cc4052056a..3925e86e3e 100644
--- a/doc/src/widgets/qtdesigner-plugins.qdoc
+++ b/doc/src/widgets/qtdesigner-plugins.qdoc
@@ -50,19 +50,20 @@
and integrated into \QC. The correct folder to place the plugins depends on
whether you use the standalone \QD or the integrated \QD.
- The integrated \QD fetches plugins from the \c {%SDK%\bin\designer} folder
- on Windows and Linux. For information about how to configure plugins on
- OS X, see \l{Configuring Qt Designer Plugins on OS X}.
+ The integrated \QD fetches plugins from the \c {\bin\plugins\designer}
+ directory in the \QC installation directory on Windows and Linux. For
+ information about how to configure plugins on OS X, see
+ \l{Configuring Qt Designer Plugins on OS X}.
- To check which plugins
- were loaded successfully and which failed, choose \uicontrol{Tools > Form Editor >
- About Qt Designer Plugins}.
+ To check which plugins were loaded successfully and which failed, choose
+ \uicontrol Tools > \uicontrol {Form Editor} >
+ \uicontrol {About Qt Designer Plugins}.
The standalone \QD is part of the Qt library used for building projects,
- located under \c {%SDK%\qt}. Therefore, it fetches plugins from the
- following folder: \c {%SDK%\qt\plugins\designer}. To check which plugins
- were loaded successfully and which failed, choose \uicontrol{Help >
- About Plugins}.
+ located in \c {<Qt_version>\<compiler>\bin} in the Qt installation
+ directory. It fetches plugins from the \c {\plugins\designer} subdirectory
+ of \c bin. To check which plugins were loaded successfully and which failed,
+ choose \uicontrol Help > \uicontrol {About Plugins}.
\section2 Configuring Qt Designer Plugins on OS X