aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qtquick/qtquick-app-development.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qtquick/qtquick-app-development.qdoc')
-rw-r--r--doc/src/qtquick/qtquick-app-development.qdoc33
1 files changed, 22 insertions, 11 deletions
diff --git a/doc/src/qtquick/qtquick-app-development.qdoc b/doc/src/qtquick/qtquick-app-development.qdoc
index 855f2c7150c..7890a1d5382 100644
--- a/doc/src/qtquick/qtquick-app-development.qdoc
+++ b/doc/src/qtquick/qtquick-app-development.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2018 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -31,7 +31,7 @@
/*!
- \contentspage {Qt Creator Manual}
+ \contentspage index.html
\previouspage creator-design-mode.html
\page creator-visual-editor.html
\nextpage quick-projects.html
@@ -56,6 +56,22 @@
\uicontrol {Text Editor} in the Design mode to
develop Qt Quick applications.
+ \li \l {Creating Components}
+
+ You can use basic QML types to create your own components that you
+ can combine with ready-made Qt Quick Controls 2 and Layouts
+ (available since Qt 5.7).
+
+ \li \l {Managing Item Hierarchy}
+
+ You can manage the items in the current QML file and their
+ relationships in the \uicontrol Navigator.
+
+ \li \l {Specifying Item Properties}
+
+ You can specify properties for your components in the
+ \uicontrol Properties pane.
+
\li \l {Editing PathView Properties}
You can use a graphical spline editor to specify \l{PathView} paths.
@@ -66,16 +82,11 @@
You can connect objects to signals, specify dynamic properties for
objects, and create bindings between the properties of two objects.
- \li \l {Creating Components}
-
- You can use basic QML types to create your own components that you
- can combine with ready-made Qt Quick Controls 2 and Layouts
- (available since Qt 5.7).
- \li \l {Creating Screens}
+ \li \l {Adding States}
- You can combine basic QML types with ready-made Qt Quick Controls 2,
- Dialogs, and Layouts (available since Qt 5.7) to create screens. You
- can use states and transitions to navigate between screens.
+ You can use states to describe user interface configurations, such
+ as the UI controls, their properties and behavior, and the available
+ actions.
\li \l {Browsing ISO 7000 Icons}