1()                                                                          ()
2
3
4
5MAKEKDEWIDGETS " 1 "2006-06-01" "K Desktop Environment" "Programming Tool"
6

NAME

8       makekdewidgets - Builds Qt widget plugins from an ini style description
9       file.
10

SYNOPSIS

12       makekdewidgets [Qt™-options] [KDE-options] file
13
14

DESCRIPTION

16        makekdewidgets builds Qt™ widget plugins from an ini  style  de‐
17       scription file.
18
19

OPTIONS

21       Arguments:
22
23       file   Input file
24
25
26
27       Options:
28
29       -o <file>
30              Output file
31
32
33       -n <plugin name>
34              Name of the plugin class to generate [WidgetsPlugin]
35
36
37       -g <group>
38              Default widget group name to display in designer [Custom]
39
40
41       -p <pixmap dir>
42              Embed pixmaps from a source directory
43
44
45
46       Generic options:
47
48       --help Show help about options
49
50
51       --help-qt
52              Show Qt&#8482; specific options
53
54
55       --help-kde
56              Show KDE specific options
57
58
59       --help-all
60              Show all options
61
62
63       --author
64              Show author information
65
66
67       -v, --version
68              Show version information
69
70
71       --license
72              Show license information
73
74
75
76       KDE Options:
77
78       --caption <caption>
79              Use 'caption' as name in the titlebar
80
81
82       --icon <icon>
83              Use 'icon' as the application icon
84
85
86       --miniicon <icon>
87              Use 'icon' as the application icon
88
89
90       --config <filename>
91              Use alternative configuration file
92
93
94       --dcopserver <server>
95              Use the DCOP server specified by 'server'
96
97
98       --nocrashhandler
99              Disable crash handler to get core dumps
100
101
102       --waitforwm
103              Waits for a WM_NET compatible windowmanager
104
105
106       --style <style>
107              Sets the application GUI style
108
109
110       --geometry <geometry>
111              Sets  the client geometry of the main widget - see man X for the
112              argument format
113
114
115
116       Qt&#8482; options:
117
118       --display <displayname>
119              Use the X-server display 'displayname'
120
121
122       --session <sessionId>
123              Restore the application for the given 'sessionId'
124
125
126       --cmap Causes the application to install a  private  color  map  on  an
127              8-bit display
128
129
130       --ncols <count>
131              Limits  the  number  of colors allocated in the color cube on an
132              8-bit  display,  if  the  application  is  using  the  QApplica‐
133              tion::ManyColor color specification
134
135
136       --nograb
137              Tells Qt&#8482; to never grab the mouse or the keyboard
138
139
140       --sync Switches to synchronous mode for debugging
141
142
143       --fn, --font <fontname>
144              Defines the application font
145
146
147       --bg, --background <color>
148              Sets  the  default  background  color and an application palette
149              (light and dark shades are calculated)
150
151
152       --fg, --foreground <color>
153              Sets the default foreground color
154
155
156       --btn, --button <color>
157              Sets the default button color
158
159
160       --name <name>
161              Sets the application name
162
163
164       --title <title>
165              Sets the application title (caption)
166
167
168       --visual TrueColor
169              Forces the application to use a TrueColor  visual  on  an  8-bit
170              display
171
172
173       --inputstyle <inputstyle>
174              Sets  XIM  (X Input Method) input style. Possible values are on‐
175              thespot, overthespot, offthespot, and root
176
177
178       --im <XIM server>
179              Sets XIM server
180
181
182       --noxim
183              Disable XIM
184
185
186       --reverse
187              Mirrors the whole layout of widgets
188
189
190

SEE ALSO

192       http://developer.kde.org
193              KDE Developer's Corner website
194
195

BUGS

197       Please use bugs.kde.org: http://bugs.kde.org to  report  bugs,  do  not
198       mail the authors directly.
199
200

AUTHOR

202       Ian Reinhart Geiser <geiseri@kde.org>.
203
204
205
206                                                                            ()
Impressum