~ubuntu-branches/debian/sid/kxstitch/sid

« back to all changes in this revision

Viewing changes to kxstitch/patternpropertiesdlg.ui

  • Committer: Bazaar Package Importer
  • Author(s): eric pareja
  • Date: 2005-02-19 12:37:22 UTC
  • Revision ID: james.westby@ubuntu.com-20050219123722-kt3ru1nqvllietee
Tags: upstream-0.6
ImportĀ upstreamĀ versionĀ 0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>PatternPropertiesDlg</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>PatternPropertiesDlg</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>315</width>
 
12
            <height>379</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Pattern Properties</string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="QTabWidget">
 
23
            <property name="name">
 
24
                <cstring>NewPatternTabs</cstring>
 
25
            </property>
 
26
            <widget class="QWidget">
 
27
                <property name="name">
 
28
                    <cstring>tab</cstring>
 
29
                </property>
 
30
                <attribute name="title">
 
31
                    <string>Properties</string>
 
32
                </attribute>
 
33
                <vbox>
 
34
                    <property name="name">
 
35
                        <cstring>unnamed</cstring>
 
36
                    </property>
 
37
                    <widget class="QGroupBox">
 
38
                        <property name="name">
 
39
                            <cstring>PatternSize</cstring>
 
40
                        </property>
 
41
                        <property name="title">
 
42
                            <string>Pattern Size</string>
 
43
                        </property>
 
44
                        <vbox>
 
45
                            <property name="name">
 
46
                                <cstring>unnamed</cstring>
 
47
                            </property>
 
48
                            <widget class="QLayoutWidget">
 
49
                                <property name="name">
 
50
                                    <cstring>layout7</cstring>
 
51
                                </property>
 
52
                                <vbox>
 
53
                                    <property name="name">
 
54
                                        <cstring>unnamed</cstring>
 
55
                                    </property>
 
56
                                    <widget class="QLayoutWidget">
 
57
                                        <property name="name">
 
58
                                            <cstring>layout5</cstring>
 
59
                                        </property>
 
60
                                        <hbox>
 
61
                                            <property name="name">
 
62
                                                <cstring>unnamed</cstring>
 
63
                                            </property>
 
64
                                            <widget class="QLabel">
 
65
                                                <property name="name">
 
66
                                                    <cstring>TextLabel1_2</cstring>
 
67
                                                </property>
 
68
                                                <property name="text">
 
69
                                                    <string>Units</string>
 
70
                                                </property>
 
71
                                            </widget>
 
72
                                            <widget class="QComboBox">
 
73
                                                <item>
 
74
                                                    <property name="text">
 
75
                                                        <string>Stitches</string>
 
76
                                                    </property>
 
77
                                                </item>
 
78
                                                <item>
 
79
                                                    <property name="text">
 
80
                                                        <string>CM</string>
 
81
                                                    </property>
 
82
                                                </item>
 
83
                                                <item>
 
84
                                                    <property name="text">
 
85
                                                        <string>Inches</string>
 
86
                                                    </property>
 
87
                                                </item>
 
88
                                                <property name="name">
 
89
                                                    <cstring>SizeUnits</cstring>
 
90
                                                </property>
 
91
                                            </widget>
 
92
                                        </hbox>
 
93
                                    </widget>
 
94
                                    <widget class="QLayoutWidget">
 
95
                                        <property name="name">
 
96
                                            <cstring>layout6</cstring>
 
97
                                        </property>
 
98
                                        <grid>
 
99
                                            <property name="name">
 
100
                                                <cstring>unnamed</cstring>
 
101
                                            </property>
 
102
                                            <widget class="KDoubleNumInput" row="1" column="1">
 
103
                                                <property name="name">
 
104
                                                    <cstring>ClothCount</cstring>
 
105
                                                </property>
 
106
                                            </widget>
 
107
                                            <widget class="KDoubleNumInput" row="0" column="1">
 
108
                                                <property name="name">
 
109
                                                    <cstring>SizeWidth</cstring>
 
110
                                                </property>
 
111
                                                <property name="suffix">
 
112
                                                    <string></string>
 
113
                                                </property>
 
114
                                            </widget>
 
115
                                            <widget class="KDoubleNumInput" row="0" column="3">
 
116
                                                <property name="name">
 
117
                                                    <cstring>SizeHeight</cstring>
 
118
                                                </property>
 
119
                                            </widget>
 
120
                                            <widget class="QLabel" row="1" column="0">
 
121
                                                <property name="name">
 
122
                                                    <cstring>TextLabel5</cstring>
 
123
                                                </property>
 
124
                                                <property name="text">
 
125
                                                    <string>Cloth count</string>
 
126
                                                </property>
 
127
                                            </widget>
 
128
                                            <widget class="QLabel" row="0" column="2">
 
129
                                                <property name="name">
 
130
                                                    <cstring>TextLabel4</cstring>
 
131
                                                </property>
 
132
                                                <property name="text">
 
133
                                                    <string>Height</string>
 
134
                                                </property>
 
135
                                            </widget>
 
136
                                            <widget class="QLabel" row="0" column="0">
 
137
                                                <property name="name">
 
138
                                                    <cstring>TextLabel3</cstring>
 
139
                                                </property>
 
140
                                                <property name="text">
 
141
                                                    <string>Width</string>
 
142
                                                </property>
 
143
                                            </widget>
 
144
                                        </grid>
 
145
                                    </widget>
 
146
                                </vbox>
 
147
                            </widget>
 
148
                        </vbox>
 
149
                    </widget>
 
150
                    <widget class="QLayoutWidget">
 
151
                        <property name="name">
 
152
                            <cstring>layout13</cstring>
 
153
                        </property>
 
154
                        <grid>
 
155
                            <property name="name">
 
156
                                <cstring>unnamed</cstring>
 
157
                            </property>
 
158
                            <widget class="QLabel" row="2" column="0">
 
159
                                <property name="name">
 
160
                                    <cstring>TextLabel2</cstring>
 
161
                                </property>
 
162
                                <property name="text">
 
163
                                    <string>Copyright</string>
 
164
                                </property>
 
165
                            </widget>
 
166
                            <widget class="QLineEdit" row="1" column="1" rowspan="1" colspan="2">
 
167
                                <property name="name">
 
168
                                    <cstring>PatternAuthor</cstring>
 
169
                                </property>
 
170
                            </widget>
 
171
                            <widget class="QLabel" row="1" column="0">
 
172
                                <property name="name">
 
173
                                    <cstring>TextLabel7</cstring>
 
174
                                </property>
 
175
                                <property name="text">
 
176
                                    <string>Author</string>
 
177
                                </property>
 
178
                            </widget>
 
179
                            <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="2">
 
180
                                <property name="name">
 
181
                                    <cstring>PatternTitle</cstring>
 
182
                                </property>
 
183
                            </widget>
 
184
                            <widget class="QLineEdit" row="2" column="1" rowspan="1" colspan="2">
 
185
                                <property name="name">
 
186
                                    <cstring>PatternCopyright</cstring>
 
187
                                </property>
 
188
                            </widget>
 
189
                            <widget class="QLabel" row="0" column="0">
 
190
                                <property name="name">
 
191
                                    <cstring>TextLabel6</cstring>
 
192
                                </property>
 
193
                                <property name="text">
 
194
                                    <string>Title</string>
 
195
                                </property>
 
196
                            </widget>
 
197
                            <widget class="QLabel" row="3" column="0">
 
198
                                <property name="name">
 
199
                                    <cstring>TextLabel8</cstring>
 
200
                                </property>
 
201
                                <property name="text">
 
202
                                    <string>Fabric</string>
 
203
                                </property>
 
204
                            </widget>
 
205
                            <widget class="QLineEdit" row="3" column="1">
 
206
                                <property name="name">
 
207
                                    <cstring>PatternFabric</cstring>
 
208
                                </property>
 
209
                            </widget>
 
210
                            <widget class="KColorButton" row="3" column="2">
 
211
                                <property name="name">
 
212
                                    <cstring>FabricColor</cstring>
 
213
                                </property>
 
214
                                <property name="text">
 
215
                                    <string></string>
 
216
                                </property>
 
217
                                <property name="flat">
 
218
                                    <bool>false</bool>
 
219
                                </property>
 
220
                                <property name="color">
 
221
                                    <color>
 
222
                                        <red>255</red>
 
223
                                        <green>255</green>
 
224
                                        <blue>255</blue>
 
225
                                    </color>
 
226
                                </property>
 
227
                                <property name="toolTip" stdset="0">
 
228
                                    <string>Fabric color</string>
 
229
                                </property>
 
230
                                <property name="whatsThis" stdset="0">
 
231
                                    <string>Select the color of the fabric.</string>
 
232
                                </property>
 
233
                            </widget>
 
234
                        </grid>
 
235
                    </widget>
 
236
                    <widget class="QLayoutWidget">
 
237
                        <property name="name">
 
238
                            <cstring>layout14</cstring>
 
239
                        </property>
 
240
                        <hbox>
 
241
                            <property name="name">
 
242
                                <cstring>unnamed</cstring>
 
243
                            </property>
 
244
                            <widget class="QLabel">
 
245
                                <property name="name">
 
246
                                    <cstring>TextLabel1</cstring>
 
247
                                </property>
 
248
                                <property name="text">
 
249
                                    <string>Floss Scheme</string>
 
250
                                </property>
 
251
                            </widget>
 
252
                            <widget class="QComboBox">
 
253
                                <property name="name">
 
254
                                    <cstring>FlossScheme</cstring>
 
255
                                </property>
 
256
                            </widget>
 
257
                            <spacer>
 
258
                                <property name="name">
 
259
                                    <cstring>spacer1</cstring>
 
260
                                </property>
 
261
                                <property name="orientation">
 
262
                                    <enum>Horizontal</enum>
 
263
                                </property>
 
264
                                <property name="sizeType">
 
265
                                    <enum>Expanding</enum>
 
266
                                </property>
 
267
                                <property name="sizeHint">
 
268
                                    <size>
 
269
                                        <width>96</width>
 
270
                                        <height>20</height>
 
271
                                    </size>
 
272
                                </property>
 
273
                            </spacer>
 
274
                        </hbox>
 
275
                    </widget>
 
276
                    <widget class="QCheckBox">
 
277
                        <property name="name">
 
278
                            <cstring>SetDefault</cstring>
 
279
                        </property>
 
280
                        <property name="text">
 
281
                            <string>Set as default</string>
 
282
                        </property>
 
283
                    </widget>
 
284
                </vbox>
 
285
            </widget>
 
286
            <widget class="QWidget">
 
287
                <property name="name">
 
288
                    <cstring>tab</cstring>
 
289
                </property>
 
290
                <attribute name="title">
 
291
                    <string>Instructions</string>
 
292
                </attribute>
 
293
                <vbox>
 
294
                    <property name="name">
 
295
                        <cstring>unnamed</cstring>
 
296
                    </property>
 
297
                    <widget class="QMultiLineEdit">
 
298
                        <property name="name">
 
299
                            <cstring>PatternInstructions</cstring>
 
300
                        </property>
 
301
                    </widget>
 
302
                </vbox>
 
303
            </widget>
 
304
        </widget>
 
305
        <widget class="QLayoutWidget">
 
306
            <property name="name">
 
307
                <cstring>layout7</cstring>
 
308
            </property>
 
309
            <hbox>
 
310
                <property name="name">
 
311
                    <cstring>unnamed</cstring>
 
312
                </property>
 
313
                <widget class="QPushButton">
 
314
                    <property name="name">
 
315
                        <cstring>HelpButton</cstring>
 
316
                    </property>
 
317
                    <property name="enabled">
 
318
                        <bool>true</bool>
 
319
                    </property>
 
320
                    <property name="text">
 
321
                        <string>Help</string>
 
322
                    </property>
 
323
                </widget>
 
324
                <spacer>
 
325
                    <property name="name">
 
326
                        <cstring>spacer2</cstring>
 
327
                    </property>
 
328
                    <property name="orientation">
 
329
                        <enum>Horizontal</enum>
 
330
                    </property>
 
331
                    <property name="sizeType">
 
332
                        <enum>Expanding</enum>
 
333
                    </property>
 
334
                    <property name="sizeHint">
 
335
                        <size>
 
336
                            <width>80</width>
 
337
                            <height>20</height>
 
338
                        </size>
 
339
                    </property>
 
340
                </spacer>
 
341
                <widget class="QPushButton">
 
342
                    <property name="name">
 
343
                        <cstring>PatternOK</cstring>
 
344
                    </property>
 
345
                    <property name="text">
 
346
                        <string>&amp;OK</string>
 
347
                    </property>
 
348
                </widget>
 
349
                <widget class="QPushButton">
 
350
                    <property name="name">
 
351
                        <cstring>PatternCancel</cstring>
 
352
                    </property>
 
353
                    <property name="text">
 
354
                        <string>&amp;Cancel</string>
 
355
                    </property>
 
356
                </widget>
 
357
            </hbox>
 
358
        </widget>
 
359
    </vbox>
 
360
</widget>
 
361
<connections>
 
362
    <connection>
 
363
        <sender>PatternOK</sender>
 
364
        <signal>clicked()</signal>
 
365
        <receiver>PatternPropertiesDlg</receiver>
 
366
        <slot>accept()</slot>
 
367
    </connection>
 
368
    <connection>
 
369
        <sender>PatternCancel</sender>
 
370
        <signal>clicked()</signal>
 
371
        <receiver>PatternPropertiesDlg</receiver>
 
372
        <slot>reject()</slot>
 
373
    </connection>
 
374
</connections>
 
375
<tabstops>
 
376
    <tabstop>NewPatternTabs</tabstop>
 
377
    <tabstop>SizeUnits</tabstop>
 
378
    <tabstop>SizeWidth</tabstop>
 
379
    <tabstop>SizeHeight</tabstop>
 
380
    <tabstop>ClothCount</tabstop>
 
381
    <tabstop>PatternTitle</tabstop>
 
382
    <tabstop>PatternAuthor</tabstop>
 
383
    <tabstop>PatternCopyright</tabstop>
 
384
    <tabstop>PatternFabric</tabstop>
 
385
    <tabstop>FabricColor</tabstop>
 
386
    <tabstop>FlossScheme</tabstop>
 
387
    <tabstop>SetDefault</tabstop>
 
388
    <tabstop>HelpButton</tabstop>
 
389
    <tabstop>PatternOK</tabstop>
 
390
    <tabstop>PatternCancel</tabstop>
 
391
    <tabstop>PatternInstructions</tabstop>
 
392
</tabstops>
 
393
<layoutdefaults spacing="6" margin="11"/>
 
394
<includehints>
 
395
    <includehint>knuminput.h</includehint>
 
396
    <includehint>knuminput.h</includehint>
 
397
    <includehint>knuminput.h</includehint>
 
398
    <includehint>kcolorbutton.h</includehint>
 
399
</includehints>
 
400
</UI>