]> &Qt; Command Line Documentation &Lauri.Watts; &Lauri.Watts.mail; &Burkhard.Lueck; &Burkhard.Lueck.mail; 2016-06-04 Qt 6 KDE Frameworks qt6options 7 qt6options Common commandline options for all applications based on the &Qt; toolkit Qt application style / style stylesheet / stylesheet port platformName[:options] path platformTheme plugin geometry icon title session hostname:screen_number geometry [xp|none] freetype Options The following options apply to all &Qt; applications: style / style Set the application &GUI; style. Possible values depend on the system configuration. If &Qt; is compiled with additional styles or has additional styles as plugins these will be available to the command line option. stylesheet / stylesheet Set the application styleSheet. The value must be a path to a file that contains the Style Sheet. Print debug message at the end about number of widgets left undestroyed and maximum number of widgets existed at the same time. Set the application's layout direction to Qt::RightToLeft. This option is intended to aid debugging and should not be used in production. The default value is automatically detected from the user's locale (see also QLocale::textDirection()). port Activate the QML/JS debugger with a specified port. The value must be of format port:1234[,block], where block is optional and will make the application wait until a debugger connects to it. platformName[:options] Specify the &Qt; Platform Abstraction (QPA) plugin. path Specify the path to platform plugins. platformTheme Specify the platform theme. plugin Specify additional plugins to load. The argument may appear multiple times. geometry Specify the window geometry for the main window using the &X11;-syntax. For example: -qwindowgeometry 100x100+50+50 icon Set the default window icon. title Set the title of the first window. session Restore the application from an earlier session. hostname:screen_number Switch displays on &X11;. Overrides the DISPLAY environment variable. geometry Specify the window geometry for the main window on &X11;. For example: -geometry 100x100+50+50 [xp|none] Only available for the &Windows; platform. XP uses native style dialogs and none disables them. freetype Use the FreeType font engine. Print all options and the application description. Display the version string of the application. See Also kf6options(7) Authors Man page originally written by &Lauri.Watts; &Lauri.Watts.mail; Updated to &frameworks; 5 by &Burkhard.Lueck; &Burkhard.Lueck.mail; The infos for this man page are from QApplication documentation, QGuiApplication documentation and QCommandLineParser documentation.