From 8d4da00654b0ad7c7f73bedb33480d0dfbad8926 Mon Sep 17 00:00:00 2001 From: Svetlana Abramenkova Date: Mon, 18 Feb 2019 13:12:43 +0300 Subject: [doc] Update QML Live usage options Change-Id: I62dae77e2913fb4b705e4e88cf8d5e607e85777c Reviewed-by: Kavindra Palaraja --- doc/usage.qdoc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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] Usage qmllivebench [options] options: + -version ...........................displays version information. -pluginpath ........................path to QmlLive plugins -importpath ........................path to the QML import path -stayontop .........................keep viewer window on top + -addhost .....add or update remote host configuration and exit + -rmhost .....................remove remote host configuration and exit + -probehost ..................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 ..............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] options: + -version ...........................displays version information. -ipcport ....................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) -- cgit v1.2.3