diff options
author | Leena Miettinen <[email protected]> | 2014-12-11 15:43:19 +0100 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2014-12-12 10:26:59 +0100 |
commit | e1fbeedcd4e47cb83d00173907607236b06c8ff6 (patch) | |
tree | d34c4961794c6406d05f36aacf215da3ce179a27 /doc/src/widgets/qtdesigner-plugins.qdoc | |
parent | c9696aa6f4e1a737e3445702b138b2c0a2bd85ce (diff) |
Doc: use \uicontrol command instead of \gui macro
Change-Id: Idc898b6ac70b6d3186d353086b5f3e45830d1f83
Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'doc/src/widgets/qtdesigner-plugins.qdoc')
-rw-r--r-- | doc/src/widgets/qtdesigner-plugins.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/widgets/qtdesigner-plugins.qdoc b/doc/src/widgets/qtdesigner-plugins.qdoc index cc02bbc65c7..abe839a24f6 100644 --- a/doc/src/widgets/qtdesigner-plugins.qdoc +++ b/doc/src/widgets/qtdesigner-plugins.qdoc @@ -55,13 +55,13 @@ OS X, see \l{Configuring Qt Designer Plugins on OS X}. To check which plugins - were loaded successfully and which failed, choose \gui{Tools > Form Editor > + were loaded successfully and which failed, choose \uicontrol{Tools > Form Editor > 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 \gui{Help > + were loaded successfully and which failed, choose \uicontrol{Help > About Plugins}. \section2 Configuring Qt Designer Plugins on OS X @@ -133,7 +133,7 @@ building applications is configured and built to use the MinGW/g++ compiler. Plugins built by using this version of Qt cannot be loaded by \QC because the build-keys do not match. The plugins can only be used in the standalone - version of \QD. Choose \gui{Help > About \QC} to check the Qt version \QC + version of \QD. Choose \uicontrol{Help > About \QC} to check the Qt version \QC was built with. To use \QD plugins that were built for the shipped Qt version, make sure |