aboutsummaryrefslogtreecommitdiffstats
path: root/doc/concepts.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/concepts.qdoc')
-rw-r--r--doc/concepts.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/concepts.qdoc b/doc/concepts.qdoc
index 73e1634..b67e59c 100644
--- a/doc/concepts.qdoc
+++ b/doc/concepts.qdoc
@@ -34,7 +34,7 @@
\page qmllive-concepts.html
\title Concepts
-\chapter Live Reloading
+\section1 Live Reloading
During a typical user interface design phase, designers create many graphical
documents describing the desired user interface. Transferring such graphical
@@ -69,11 +69,11 @@ For a local session you only need the QmlLive Bench. It contains all of the
required components in an easy-to-use interface. You type and save, we show
you the outcome on your PC in a fraction of a second. This is ideally suited
for a multi-monitor setup where you see your code on one display and the
-the live results of your changes on the other display. Seamless user
-interface creation is the target, where you see every change immediately. This
+live results of your changes on the other display. Seamless user interface
+creation is the target, where you see every change immediately. This
is great for sketching out a scene or getting the last touch on animation
behavior. It also encourages you to think in terms of components; instead of
-developing a whole scene, you can can break apart the scene into smaller parts
+developing a whole scene, you can break apart the scene into smaller parts
or components. You can work on these small components and see how they look
standalone or embedded into a larger scene.
@@ -94,7 +94,7 @@ you can also connect more devices, or devices with different sizes.
\image runtime.png
-\chapter Display, Screens, Panels, Components, Fragments
+\section1 Display, Screens, Panels, Components, Fragments
\code
+- Display
@@ -131,7 +131,7 @@ and its screen navigation structure, and of the structure of individual screens
their panels. It is also required to define a common set of components to be used inside
the panels. The fragments are implementation-specific.
-\chapter UX Sheets - \e{visual component testing}
+\section1 UX Sheets - \e{visual component testing}
UXSheet gives guidance on how to successfully develop user interface components with