Section: KDE User's Manual (7)Updated: 2004-02-02Local indexUp
NAME
qtoptions - Common commandline options for all applications based on the Qt toolkit
SYNOPSIS
Qt application [Qt Generic Options]
OPTIONS
The following options apply to all
Qt(TM)
applications:
--displaydisplayname
Use the X-server display
displayname.
--sessionsessionId
Restore the application for the given
sessionId.
--cmap
Causes the application to install a private color map on an 8-bit display.
--ncolscount
Limits the number of colors allocated in the color cube on an 8-bit display, if the application is using the
QApplication::ManyColor
color specification.
--nograb
Tells
Qt(TM)
to never grab the mouse or the keyboard.
--dograb
Running under a debugger can cause an implicit
--nograb, use
--dograb
to override.
--sync
Switches to synchronous mode for debugging.
--fn,--fontfontname
Defines the application font.
--bg,--backgroundcolor
Sets the default background color and an application palette (light and dark shades are calculated).
--fg,--foregroundcolor
Sets the default foreground color
--btn,--buttoncolor
Sets the default button color.
--namename
Sets the application name.
--titletitle
Sets the application title (caption).
--visualTrueColor
Forces the application to use a
TrueColor
visual on an 8-bit display.
--inputstyleinputstyle
Sets XIM (X Input Method) input style. Possible values are
onthespot,
overthespot,
offthespot
and
root.
--imXIM server
Set XIM server.
--noxim
Disable XIM
--reverse
mirrors the whole layout of widgets
--stylesheetfile.qss
applies the Qt stylesheet to the application widgets