diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-06-30 01:06:04 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-06-30 04:35:29 (GMT) |
commit | 95415b7b3d00d4b884e44cbfbe013c7f64754c22 (patch) | |
tree | 90294df1e1b8f8698ec36ec3c25208c97099140e /tools | |
parent | 966fe022d5b4a9f108138c0b0889d07d46f8e0ca (diff) | |
download | Qt-95415b7b3d00d4b884e44cbfbe013c7f64754c22.zip Qt-95415b7b3d00d4b884e44cbfbe013c7f64754c22.tar.gz Qt-95415b7b3d00d4b884e44cbfbe013c7f64754c22.tar.bz2 |
Indicate default sizing option in qmlviewer
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qml/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp index a75023b..900a464 100644 --- a/tools/qml/main.cpp +++ b/tools/qml/main.cpp @@ -119,7 +119,7 @@ void usage() qWarning(" -fullscreen............................... run fullscreen"); qWarning(" -stayontop................................ keep viewer window on top"); qWarning(" -sizeviewtorootobject .................... the view resizes to the changes in the content"); - qWarning(" -sizerootobjecttoview .................... the content resizes to the changes in the view"); + qWarning(" -sizerootobjecttoview .................... the content resizes to the changes in the view (default)"); qWarning(" -qmlbrowser .............................. use a QML-based file browser"); qWarning(" -warnings [show|hide]..................... show warnings in a separate log window"); qWarning(" -recordfile <output> ..................... set video recording file"); |