Doc: Remove info about Qt Quick Designer plugin from Qt Creator Manual

Fixes: QTCREATORBUG-26321
Change-Id: I8738cbdc56d6469a4d133b17741871787e0cba9f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Leena Miettinen
2021-10-05 15:50:41 +02:00
parent badc1f8551
commit 73fa76f776
91 changed files with 336 additions and 542 deletions

View File

@@ -28,12 +28,12 @@
\section1 Qt Designer Integration Questions
\b {Why are custom widgets not loaded in Design mode even though it
works in standalone Qt Designer?}
\b {Why are custom widgets not loaded in the \uicontrol Design mode even though
it works in standalone \QD?}
Qt Designer fetches plugins from standard locations and loads the plugins
\QD fetches plugins from standard locations and loads the plugins
that match its build key. The locations are different for standalone and
integrated Qt Designer.
integrated \QD.
For more information, see \l{Adding Qt Designer Plugins}.

View File

@@ -30,7 +30,7 @@
// **********************************************************************
/*!
\previouspage creator-exporting-qml.html
\previouspage creator-qml-modules-with-plugins.html
\page creator-using-qt-designer.html
\nextpage adding-plugins.html