forked from qt-creator/qt-creator
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:
@@ -1,6 +1,6 @@
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2019 The Qt Company Ltd.
|
||||
** Copyright (C) 2021 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the Qt Creator documentation.
|
||||
@@ -40,7 +40,6 @@
|
||||
\l{http://qt.io/licensing/}{Qt license}:
|
||||
|
||||
\list
|
||||
\li \l{Browsing ISO 7000 Icons} in the Design mode
|
||||
\li \l{http://doc.qt.io/QtForDeviceCreation/index.html}{Developing for
|
||||
embedded devices}
|
||||
\li \l{http://doc.qt.io/qtcreator/creator-overview-qtasam.html}
|
||||
|
||||
@@ -38,16 +38,19 @@
|
||||
|
||||
\image front-ui.png
|
||||
|
||||
\QC provides integrated visual editors for designing Qt Quick and
|
||||
widget-based applications in the Design mode. The integration
|
||||
includes project management and code completion.
|
||||
\QC provides an integrated visual editor designing widget-based applications
|
||||
in the \uicontrol Design mode. The integration includes project management
|
||||
and code completion.
|
||||
|
||||
You can develop Qt Quick applications in the \uicontrol Edit mode or use
|
||||
a separate visual editor, \QDS.
|
||||
|
||||
\list
|
||||
|
||||
\li \l{Developing Qt Quick Applications}
|
||||
|
||||
You can use wizards to create Qt Quick projects containing
|
||||
boiler-plate code that you can edit in the Design mode.
|
||||
boiler-plate code that you can edit in the \uicontrol Edit mode.
|
||||
|
||||
\li \l{Developing Widget Based Applications}
|
||||
|
||||
|
||||
@@ -143,15 +143,4 @@
|
||||
{GCC Bugzilla - Bug 44731}.
|
||||
|
||||
\endlist
|
||||
|
||||
\section1 Design Mode Issues
|
||||
|
||||
\list
|
||||
|
||||
\li The Design mode uses a QML emulation layer (QML Puppet) to render and preview
|
||||
images and to collect data. Executing C++ code might cause the QML
|
||||
emulation layer to crash. If it crashes, an error message is displayed and
|
||||
you can continue editing the QML file in the code editor.
|
||||
|
||||
\endlist
|
||||
*/
|
||||
|
||||
@@ -64,10 +64,8 @@
|
||||
\l{Managing Projects}.
|
||||
\li \b {\l{Designing User Interfaces}}
|
||||
|
||||
\QC provides integrated visual editors for creating Qt Quick and
|
||||
widget-based applications in the Design mode.
|
||||
To create intuitive, modern-looking, fluid user interfaces, you
|
||||
can use \l{Qt Quick}.
|
||||
can use \l{Qt Quick} and \QDS.
|
||||
If you need a traditional user interface that is clearly
|
||||
structured and enforces a platform look and feel, you can use
|
||||
the integrated \QD. For more information, see
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
\li \l{Creating a Qt Quick Application}
|
||||
|
||||
Learn how to use the Design mode to create a Qt Quick application.
|
||||
Learn how to create a Qt Quick application.
|
||||
|
||||
\li \l{Creating a Qt Widget Based Application}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user