Q3Frame--
[kdeaccessibility.git] / debian / man / kdeopt.man
blob9ab90ed9ca506d78addea755959259e2bf047b69
1 .\" This portion of the manual page is from kdeopt.man, from the
2 .\" kdeaccessibility Debian package.
3 .SH GENERIC OPTIONS
4 .TP
5 .B \-\-help
6 Show help about options.
7 .TP
8 .B \-\-help-qt
9 Show Qt specific options.
10 .TP
11 .B \-\-help-kde
12 Show KDE specific options.
13 .TP
14 .B \-\-help-all
15 Show all options.
16 .TP
17 .B \-\-author
18 Show author information.
19 .TP
20 .B \-v, \-\-version
21 Show version information.
22 .TP
23 .B \-\-license
24 Show license information.
25 .TP
26 .B \-\-
27 End of options.
28 .SH QT OPTIONS
29 .TP
30 .B \-\-display \fI<displayname>\fB
31 Use the X-server display `displayname'.
32 .TP
33 .B \-\-session \fI<sessionId>\fB
34 Restore the application for the given `sessionId'.
35 .TP
36 .B \-\-cmap
37 Causes the application to install a private color map on an 8\-bit
38 display.
39 .TP
40 .B \-\-ncols \fI<count>\fB
41 Limits the number of colors allocated in the color cube on an 8\-bit
42 display, if the application is using the QApplication::ManyColor color
43 specification.
44 .TP
45 .B \-\-nograb
46 Tells Qt to never grab the mouse or the keyboard.
47 .TP
48 .B \-\-dograb
49 Running under a debugger can cause an implicit \-nograb, use \-dograb
50 to override.
51 .TP
52 .B \-\-sync
53 Switches to synchronous mode for debugging.
54 .TP
55 .B \-\-fn, \-\-font \fI<fontname>\fB
56 Defines the application font.
57 .TP
58 .B \-\-bg, \-\-background \fI<color>\fB
59 Sets the default background color and an application palette (light
60 and dark shades are calculated).
61 .TP
62 .B \-\-fg, \-\-foreground \fI<color>\fB
63 Sets the default foreground color.
64 .TP
65 .B \-\-btn, \-\-button \fI<color>\fB
66 Sets the default button color.
67 .TP
68 .B \-\-name \fI<name>\fB
69 Sets the application name.
70 .TP
71 .B \-\-title \fI<title>\fB
72 Sets the application title (caption).
73 .TP
74 .B \-\-visual TrueColor
75 Forces the application to use a TrueColor visual on an 8-bit display.
76 .TP
77 .B \-\-inputstyle \fI<inputstyle>\fB
78 Sets XIM (X Input Method) input style. Possible values are
79 \fIonthespot\fP, \fIoverthespot\fP, \fIoffthespot\fP and \fIroot\fP.
80 .TP
81 .B \-\-im \fI<XIM server>\fB
82 Set XIM server.
83 .TP
84 .B \-\-noxim
85 Disable XIM.
86 .SH KDE OPTIONS
87 .TP
88 .B \-\-caption \fI<caption>\fB
89 Use `caption' as name in the titlebar.
90 .TP
91 .B \-\-icon \fI<icon>\fB
92 Use `icon' as the application icon.
93 .TP
94 .B \-\-miniicon \fI<icon>\fB
95 Use `icon' as the icon in the titlebar.
96 .TP
97 .B \-\-dcopserver \fI<server>\fB
98 Use the DCOP Server specified by `server'.
99 .TP
100 .B \-\-nocrashhandler
101 Disable crash handler, to get core dumps.
103 .B \-\-waitforwm
104 Waits for a WM_NET compatible windowmanager.
106 .B \-\-style \fI<style>\fB
107 Sets the application GUI style.
109 .B \-\-geometry \fI<geometry>\fB
110 Sets the client geometry of the main widget.