summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2010-06-21 15:38:19 (GMT)
committerJeremy Katz <jeremy.katz@nokia.com>2010-06-21 15:38:19 (GMT)
commit220174b663a2b4db94fc82feba6939b0bef52aa2 (patch)
treea0d8d03d7c86d8add6a6e2d58761c37282a6ef0e /src/plugins/platforms
parent3566ab0c99056f20964f5586b5f7a1b92c095579 (diff)
downloadQt-220174b663a2b4db94fc82feba6939b0bef52aa2.zip
Qt-220174b663a2b4db94fc82feba6939b0bef52aa2.tar.gz
Qt-220174b663a2b4db94fc82feba6939b0bef52aa2.tar.bz2
document VNC options for multiple screens
Diffstat (limited to 'src/plugins/platforms')
-rw-r--r--src/plugins/platforms/vnc/qvncintegration.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/platforms/vnc/qvncintegration.cpp b/src/plugins/platforms/vnc/qvncintegration.cpp
index 2ae34dc..16fa5bb 100644
--- a/src/plugins/platforms/vnc/qvncintegration.cpp
+++ b/src/plugins/platforms/vnc/qvncintegration.cpp
@@ -92,6 +92,11 @@ static void usage()
qWarning() << " defaults to" << defaultWidth() << "x" << defaultHeight();
qWarning() << " display=<ID> - set the VNC display port to ID + 5900";
qWarning() << " defaults to" << defaultDisplay();
+ qWarning() << " offset=<X>x<Y> - set the current screens offset";
+ qWarning() << " vnc - start configuration of a new screen";
+ qWarning() << " size and offset are inherited from the previous screen if not set";
+ qWarning() << " display id is incremented from the previous screen if not set";
+ qWarning() << " virtual - manage the set of screens as a virtual desktop";
}
QVNCIntegration::QVNCIntegration(const QStringList& paramList)