QT5OPTIONS(7) | Qt Command Line Documentation | QT5OPTIONS(7) |
NAME
qt5options - Common commandline options for all applications based on the Qt(TM) toolkit
SYNOPSIS
Qt application [-style= style / -style style] [-stylesheet= stylesheet / -stylesheet stylesheet] [-widgetcount] [-reverse] [-qmljsdebugger= port] [-platform platformName[:options]] [-platformpluginpath path] [-platformtheme platformTheme] [-plugin plugin] [-qwindowgeometry geometry] [-qwindowicon icon] [-qwindowtitle title] [-reverse] [-session session] [-display hostname:screen_number] [-geometry geometry] [-dialogs= [xp|none]] [-fontengine= freetype] [-h, --help and -? on Windows®] [-v --version]
OPTIONS
The following options apply to all Qt(TM) applications:
-style= style / -style style
-stylesheet= stylesheet / -stylesheet stylesheet
-widgetcount
-reverse
-qmljsdebugger= port
-platform platformName[:options]
-platformpluginpath path
-platformtheme platformTheme
-plugin plugin
-qwindowgeometry geometry
-qwindowicon icon
-qwindowtitle title
-session session
-display hostname:screen_number
-geometry geometry
-dialogs= [xp|none]
-fontengine= freetype
-h, --help and -? on Windows®
-v --version
SEE ALSO
AUTHORS
Man page originally written by Lauri Watts <lauri@kde.org>
Updated to Frameworks 5 by Burkhard Lück <lueck@hube-lueck.de>
The infos for this man page are from QApplication documentation[1], QGuiApplication documentation[2] and QCommandLineParser documentation[3].
AUTHORS
Lauri Watts <lauri@kde.org>
Burkhard Lück <lueck@hube-lueck.de>
NOTES
- 1.
- QApplication documentation
- 2.
- QGuiApplication documentation
- 3.
- QCommandLineParser documentation
2016-06-04 | KDE Frameworks Qt 5.4 |