diff options
author | Jeremy Katz <jeremy.katz@nokia.com> | 2010-06-21 15:38:19 (GMT) |
---|---|---|
committer | Jeremy Katz <jeremy.katz@nokia.com> | 2010-06-21 15:38:19 (GMT) |
commit | 220174b663a2b4db94fc82feba6939b0bef52aa2 (patch) | |
tree | a0d8d03d7c86d8add6a6e2d58761c37282a6ef0e /src/plugins/platforms/vnc/qvncintegration.cpp | |
parent | 3566ab0c99056f20964f5586b5f7a1b92c095579 (diff) | |
download | Qt-220174b663a2b4db94fc82feba6939b0bef52aa2.zip Qt-220174b663a2b4db94fc82feba6939b0bef52aa2.tar.gz Qt-220174b663a2b4db94fc82feba6939b0bef52aa2.tar.bz2 |
document VNC options for multiple screens
Diffstat (limited to 'src/plugins/platforms/vnc/qvncintegration.cpp')
-rw-r--r-- | src/plugins/platforms/vnc/qvncintegration.cpp | 5 |
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) |