aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSvetlana Abramenkova <sabramenkova@luxoft.com>2019-02-18 13:12:43 +0300
committerSvetlana Abramenkova <sabramenkova@luxoft.com>2019-02-18 14:04:26 +0000
commit8d4da00654b0ad7c7f73bedb33480d0dfbad8926 (patch)
treea9bf6051d1087844dbcf6ebea90edff4e6870b46
parent11a9875e544b36ced2f82bfad05aa50c8021ccc9 (diff)
[doc] Update QML Live usage optionsv5.12.1_QtAS
Change-Id: I62dae77e2913fb4b705e4e88cf8d5e607e85777c Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
-rw-r--r--doc/usage.qdoc24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/usage.qdoc b/doc/usage.qdoc
index c3691cb..ff4eeef 100644
--- a/doc/usage.qdoc
+++ b/doc/usage.qdoc
@@ -75,9 +75,32 @@ Usage qmllivebench [options] <workspace>
Usage qmllivebench [options] <workspace/file.qml>
options:
+ -version ...........................displays version information.
-pluginpath ........................path to QmlLive plugins
-importpath ........................path to the QML import path
-stayontop .........................keep viewer window on top
+ -addhost <name,address[,port]> .....add or update remote host configuration and exit
+ -rmhost <name> .....................remove remote host configuration and exit
+ -probehost <name> ..................suggest host became online and should be
+ connected (implies --remoteonly)
+ -noremote ..........................do not try to talk to a running bench, do
+ not listen for remote connections.
+ -remoteonly ........................talk to a running bench, do nothing if none
+ is running.
+ -ping ..............................just check if there is a bench running and
+ accepting remote connections.
+ -maxdirwatch <number> ..............limit the number of directories to watch for
+ changes
+ -project ...........................loads project document .qmllive containing
+ workspace path, imports paths, main document
+ in JSON format
+
+Arguments:
+ workspace ..........................workspace folder to watch. If this points to
+ a QML document, than the directory is
+ asssumed to be the workspace and the file the
+ active document.
+ document ...........................main QML document to load initially.
\endcode
\section1 Qt Creator Integration
@@ -124,6 +147,7 @@ Usage of the runtime
Usage qmlliveruntime [options] <workspace>
options:
+ -version ...........................displays version information.
-ipcport <port> ....................the port the IPC shall listen on
-updates-as-overlay ................allow receiving updates with read only workspace
-update-on-connect .................update all workspace documents initially (blocking)