1QTOPTIONS(7) KDE User's Manual QTOPTIONS(7)
2
3
4
6 qtoptions - Common commandline options for all applications based on
7 the Qt toolkit
8
10 Qt application [Qt Generic Options]
11
13 The following options apply to all Qt(TM) applications:
14
15 --display displayname
16 Use the X-server display displayname.
17
18 --session sessionId
19 Restore the application for the given sessionId.
20
21 --cmap
22 Causes the application to install a private color map on an 8-bit
23 display.
24
25 --ncols count
26 Limits the number of colors allocated in the color cube on an 8-bit
27 display, if the application is using the QApplication::ManyColor
28 color specification.
29
30 --nograb
31 Tells Qt(TM) to never grab the mouse or the keyboard.
32
33 --dograb
34 Running under a debugger can cause an implicit --nograb, use
35 --dograb to override.
36
37 --sync
38 Switches to synchronous mode for debugging.
39
40 --fn,--font fontname
41 Defines the application font.
42
43 --bg,--background color
44 Sets the default background color and an application palette (light
45 and dark shades are calculated).
46
47 --fg,--foreground color
48 Sets the default foreground color
49
50 --btn,--button color
51 Sets the default button color.
52
53 --name name
54 Sets the application name.
55
56 --title title
57 Sets the application title (caption).
58
59 --visual TrueColor
60 Forces the application to use a TrueColor visual on an 8-bit
61 display.
62
63 --inputstyle inputstyle
64 Sets XIM (X Input Method) input style. Possible values are
65 onthespot, overthespot, offthespot and root.
66
67 --im XIM server
68 Set XIM server.
69
70 --noxim
71 Disable XIM
72
73 --reverse
74 mirrors the whole layout of widgets
75
76 --stylesheet file.qss
77 applies the Qt stylesheet to the application widgets
78
80 kdeoptions(7)
81
83 Man page written by Lauri Watts<lauri@kde.org>
84
86 Lauri Watts <lauri@kde.org>
87 Author.
88
89
90
91K Desktop Environment 2004-02-02 QTOPTIONS(7)