aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSvetlana Abramenkova <sabramenkova@luxoft.com>2019-06-17 18:32:14 +0300
committerSvetlana Abramenkova <sabramenkova@luxoft.com>2019-06-24 17:57:13 +0300
commitb742d4b9a83306a07dda63f942371e951b732b59 (patch)
tree9dc87443820218a98bfa11a923f3d63c9346e88a
parent16a1aaea94d637f7f7e0718d3b43219cbeaad923 (diff)
[doc] Update Concepts and Usage according to separate rendering feature
Change-Id: Ice945411779f70cd6625e57d169695fcbf050f09 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
-rw-r--r--doc/concepts.qdoc12
-rw-r--r--doc/images/newwindow.pngbin0 -> 45364 bytes
-rw-r--r--doc/images/qmllivebench.pngbin0 -> 50046 bytes
-rw-r--r--doc/images/workbench.pngbin153844 -> 155770 bytes
-rw-r--r--doc/usage.qdoc11
5 files changed, 16 insertions, 7 deletions
diff --git a/doc/concepts.qdoc b/doc/concepts.qdoc
index f678e23..ca4c211 100644
--- a/doc/concepts.qdoc
+++ b/doc/concepts.qdoc
@@ -126,6 +126,8 @@ QML Live Bench supports the following features:
convenient debugging process
\li lets the user select a file to watch, through the Workspace Navigator
\li controls connections to all of the devices
+ \li lets the user preview several components or files in separate windows
+ in parallel with active file
\endlist
QML Live Runtime supports the following features:
@@ -200,13 +202,13 @@ ensures that the product's design is always aligned with this shared definition.
These elements are defined as follows:
\list
- \li display - The root element that contains a collection of screens or
+ \li Display - The root element that contains a collection of screens or
panels, where each screen covers the entire physical display.
- \li screen - Consists of several panels that provide the visual structure
+ \li Screen - Consists of several panels that provide the visual structure
as defined by the design team.
- \li panel - Each panel consists of a set of components.
- \li components - Reusable UI elements that contain fragments.
- \li fragments - An internal structure UI element, not exposed to the
+ \li Panel - Each panel consists of a set of components.
+ \li Components - Reusable UI elements that contain fragments.
+ \li Fragments - An internal structure UI element, not exposed to the
UI developer.
\endlist
diff --git a/doc/images/newwindow.png b/doc/images/newwindow.png
new file mode 100644
index 0000000..911dac2
--- /dev/null
+++ b/doc/images/newwindow.png
Binary files differ
diff --git a/doc/images/qmllivebench.png b/doc/images/qmllivebench.png
new file mode 100644
index 0000000..39cd6d4
--- /dev/null
+++ b/doc/images/qmllivebench.png
Binary files differ
diff --git a/doc/images/workbench.png b/doc/images/workbench.png
index 518c0c0..2ee57e5 100644
--- a/doc/images/workbench.png
+++ b/doc/images/workbench.png
Binary files differ
diff --git a/doc/usage.qdoc b/doc/usage.qdoc
index 28dfb54..c5ca3d0 100644
--- a/doc/usage.qdoc
+++ b/doc/usage.qdoc
@@ -52,9 +52,11 @@ For C++ developers, it's possible to integrate QML Live into your own custom run
\section1 QML Live Bench
QML Live Bench is the all inclusive QML live reloading tool, that allows you to select a workspace
-to watch over and provides a default QML runtime for the selected QML document.
+to watch over and provides a Prime QML Live Runtime for the selected QML document. The "Prime QML
+Live Runtime" is a special type of Runtime that follows the currently selected \c .qml file.
+In contrast, QML Live Bench lets you preview several files simultaneously.
-\image workbench.png QML Live Bench
+\image qmllivebench.png QML Live Bench
To launch the Bench, run the following command:
@@ -132,6 +134,11 @@ The following arguments are supported:
\li The main QML document to load, initially.
\endtable
+To preview an additional file, in the Workspace Navigator, right-click on the file and
+select \uicontrol{Open in New Window}.
+
+\image newwindow.png
+
\section1 Integrate with Qt Creator
You can integrate the QML Live Bench into Qt Creator, as an external tool. To do so: