diff options
author | Leena Miettinen <[email protected]> | 2015-08-04 15:46:12 +0200 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2015-08-04 14:56:53 +0000 |
commit | 2afdfeeb3899055d7103e98c1916987da1c108ff (patch) | |
tree | 76e41df2c5521818215da9c2c33c392856d6587d /doc/src/widgets/qtdesigner-plugins.qdoc | |
parent | 818d90e0aec168ca30f05a2c720aa8d2278e6d4a (diff) |
Doc: update paths to Qt Designer plugins
Change-Id: I6f07633322ec87c7358e1afc70670f295491722a
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'doc/src/widgets/qtdesigner-plugins.qdoc')
-rw-r--r-- | doc/src/widgets/qtdesigner-plugins.qdoc | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/src/widgets/qtdesigner-plugins.qdoc b/doc/src/widgets/qtdesigner-plugins.qdoc index cc4052056af..3925e86e3ea 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 |