1MAKEKDEWIDGETS Programming Tool MAKEKDEWIDGETS
2
3
4
6
8 makekdewidgets - Builds Qt(TM) widget plugins from an ini style
9 description file.
10
12 makekdewidgets [Qt(TM)-options] [KDE-options] file
13
15 makekdewidgets builds Qt(TM) widget plugins from an ini style
16 description file.
17
19 Arguments:
20
21 file
22 Input file
23
24 Options:
25
26 -o <file>
27 Output file
28
29 -n <plugin name>
30 Name of the plugin class to generate [WidgetsPlugin]
31
32 -g <group>
33 Default widget group name to display in designer [Custom]
34
35 -p <pixmap dir>
36 Embed pixmaps from a source directory
37
38 Generic options:
39
40 --help
41 Show help about options
42
43 --help-qt
44 Show Qt(TM) specific options
45
46 --help-kde
47 Show KDE specific options
48
49 --help-all
50 Show all options
51
52 --author
53 Show author information
54
55 -v, --version
56 Show version information
57
58 --license
59 Show license information
60
61 KDE Options:
62
63 --caption <caption>
64 Use 'caption' as name in the titlebar
65
66 --icon <icon>
67 Use 'icon' as the application icon
68
69 --miniicon <icon>
70 Use 'icon' as the application icon
71
72 --config <filename>
73 Use alternative configuration file
74
75 --dcopserver <server>
76 Use the DCOP server specified by 'server'
77
78 --nocrashhandler
79 Disable crash handler to get core dumps
80
81 --waitforwm
82 Waits for a WM_NET compatible windowmanager
83
84 --style <style>
85 Sets the application GUI style
86
87 --geometry <geometry>
88 Sets the client geometry of the main widget - see man X for the
89 argument format
90
91 Qt(TM) options:
92
93 --display <displayname>
94 Use the X-server display 'displayname'
95
96 --session <sessionId>
97 Restore the application for the given 'sessionId'
98
99 --cmap
100 Causes the application to install a private color map on an 8-bit
101 display
102
103 --ncols <count>
104 Limits the number of colors allocated in the color cube on an 8-bit
105 display, if the application is using the QApplication::ManyColor
106 color specification
107
108 --nograb
109 Tells Qt(TM) to never grab the mouse or the keyboard
110
111 --sync
112 Switches to synchronous mode for debugging
113
114 --fn, --font <fontname>
115 Defines the application font
116
117 --bg, --background <color>
118 Sets the default background color and an application palette (light
119 and dark shades are calculated)
120
121 --fg, --foreground <color>
122 Sets the default foreground color
123
124 --btn, --button <color>
125 Sets the default button color
126
127 --name <name>
128 Sets the application name
129
130 --title <title>
131 Sets the application title (caption)
132
133 --visual TrueColor
134 Forces the application to use a TrueColor visual on an 8-bit
135 display
136
137 --inputstyle <inputstyle>
138 Sets XIM (X Input Method) input style. Possible values are
139 onthespot, overthespot, offthespot, and root
140
141 --im <XIM server>
142 Sets XIM server
143
144 --noxim
145 Disable XIM
146
147 --reverse
148 Mirrors the whole layout of widgets
149
151 http://developer.kde.org
152 KDE Developer's Corner website
153
155 Please use bugs.kde.org[1] to report bugs, do not mail the authors
156 directly.
157
159 Ian Reinhart Geiser <geiseri@kde.org>
160 Author.
161
163 1. bugs.kde.org
164 http://bugs.kde.org
165
166
167
168K Desktop Environment 2006-06-01 MAKEKDEWIDGETS