Subversion Repositories public

Rev

Rev 44 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
43 root 1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
<class>ziaendWidgetBase</class>
3
<comment>Dialogbox zur Verwaltung von Zinssatzaenderungen.</comment>
4
<author>andreas@TheoSys.at</author>
5
<widget class="QDialog">
6
    <property name="name">
7
        <cstring>ziaend</cstring>
8
    </property>
9
    <property name="geometry">
10
        <rect>
11
            <x>0</x>
12
            <y>0</y>
13
            <width>450</width>
14
            <height>400</height>
15
        </rect>
16
    </property>
17
    <property name="sizePolicy">
18
        <sizepolicy>
19
            <hsizetype>0</hsizetype>
20
            <vsizetype>0</vsizetype>
21
            <horstretch>0</horstretch>
22
            <verstretch>0</verstretch>
23
        </sizepolicy>
24
    </property>
25
    <property name="minimumSize">
26
        <size>
27
            <width>450</width>
28
            <height>300</height>
29
        </size>
30
    </property>
31
    <property name="maximumSize">
32
        <size>
33
            <width>450</width>
34
            <height>400</height>
35
        </size>
36
    </property>
37
    <property name="caption">
38
        <string>Zinssatzänderung</string>
39
    </property>
40
    <property name="modal">
41
        <bool>true</bool>
42
    </property>
43
    <widget class="KPushButton">
44
        <property name="name">
45
            <cstring>kPushButton_Cancel</cstring>
46
        </property>
47
        <property name="geometry">
48
            <rect>
49
                <x>260</x>
50
                <y>360</y>
51
                <width>130</width>
52
                <height>30</height>
53
            </rect>
54
        </property>
55
        <property name="text">
56
            <string>Schliessen</string>
57
        </property>
58
        <property name="toolTip" stdset="0">
59
            <string>Schliesst den Dialog. Alle Eingaben werden verworfen!</string>
60
        </property>
61
    </widget>
62
    <widget class="KPushButton">
63
        <property name="name">
64
            <cstring>kPushButton_Save</cstring>
65
        </property>
66
        <property name="geometry">
67
            <rect>
68
                <x>50</x>
69
                <y>360</y>
70
                <width>130</width>
71
                <height>30</height>
72
            </rect>
73
        </property>
74
        <property name="text">
75
            <string>Speichern</string>
76
        </property>
77
        <property name="toolTip" stdset="0">
78
            <string>Speichert den Inhalt der Tabelle</string>
79
        </property>
80
    </widget>
81
    <widget class="KListView">
82
        <column>
83
            <property name="text">
84
                <string>Datum</string>
85
            </property>
86
            <property name="clickable">
87
                <bool>true</bool>
88
            </property>
89
            <property name="resizable">
90
                <bool>true</bool>
91
            </property>
92
        </column>
93
        <column>
94
            <property name="text">
95
                <string>Zinssatz</string>
96
            </property>
97
            <property name="clickable">
98
                <bool>true</bool>
99
            </property>
100
            <property name="resizable">
101
                <bool>true</bool>
102
            </property>
103
        </column>
104
        <column>
105
            <property name="text">
106
                <string>Rate</string>
107
            </property>
108
            <property name="clickable">
109
                <bool>true</bool>
110
            </property>
111
            <property name="resizable">
112
                <bool>true</bool>
113
            </property>
114
        </column>
115
        <column>
116
            <property name="text">
117
                <string>Kalk.Rate</string>
118
            </property>
119
            <property name="clickable">
120
                <bool>true</bool>
121
            </property>
122
            <property name="resizable">
123
                <bool>true</bool>
124
            </property>
125
        </column>
126
        <property name="name">
127
            <cstring>kListView_Table</cstring>
128
        </property>
129
        <property name="geometry">
130
            <rect>
131
                <x>10</x>
132
                <y>200</y>
133
                <width>420</width>
134
                <height>150</height>
135
            </rect>
136
        </property>
137
        <property name="sizePolicy">
138
            <sizepolicy>
139
                <hsizetype>7</hsizetype>
140
                <vsizetype>7</vsizetype>
141
                <horstretch>0</horstretch>
142
                <verstretch>0</verstretch>
143
            </sizepolicy>
144
        </property>
145
        <property name="minimumSize">
146
            <size>
147
                <width>0</width>
148
                <height>0</height>
149
            </size>
150
        </property>
151
        <property name="toolTip" stdset="0">
152
            <string>Liste der Zinssatz-/Ratenänderungen</string>
153
        </property>
154
    </widget>
155
    <widget class="KPushButton">
156
        <property name="name">
157
            <cstring>kPushButton_Insert</cstring>
158
        </property>
159
        <property name="geometry">
160
            <rect>
161
                <x>80</x>
162
                <y>160</y>
163
                <width>100</width>
164
                <height>30</height>
165
            </rect>
166
        </property>
167
        <property name="text">
168
            <string>Einfügen</string>
169
        </property>
170
        <property name="iconSet">
171
            <iconset>down.png</iconset>
172
        </property>
173
    </widget>
174
    <widget class="QGroupBox">
175
        <property name="name">
176
            <cstring>groupBox7</cstring>
177
        </property>
178
        <property name="geometry">
179
            <rect>
180
                <x>12</x>
181
                <y>10</y>
182
                <width>420</width>
183
                <height>140</height>
184
            </rect>
185
        </property>
186
        <property name="title">
187
            <string>Dateneingabe</string>
188
        </property>
189
        <widget class="QLabel">
190
            <property name="name">
191
                <cstring>textLabel1</cstring>
192
            </property>
193
            <property name="geometry">
194
                <rect>
195
                    <x>18</x>
196
                    <y>20</y>
197
                    <width>65</width>
198
                    <height>20</height>
199
                </rect>
200
            </property>
201
            <property name="text">
202
                <string>Datum</string>
203
            </property>
204
        </widget>
205
        <widget class="QLabel">
206
            <property name="name">
207
                <cstring>textLabel2</cstring>
208
            </property>
209
            <property name="geometry">
210
                <rect>
211
                    <x>18</x>
212
                    <y>50</y>
213
                    <width>65</width>
214
                    <height>20</height>
215
                </rect>
216
            </property>
217
            <property name="text">
218
                <string>Zinssatz</string>
219
            </property>
220
        </widget>
221
        <widget class="QLabel">
222
            <property name="name">
223
                <cstring>textLabel3</cstring>
224
            </property>
225
            <property name="geometry">
226
                <rect>
227
                    <x>20</x>
228
                    <y>80</y>
229
                    <width>65</width>
230
                    <height>20</height>
231
                </rect>
232
            </property>
233
            <property name="text">
234
                <string>Rate</string>
235
            </property>
236
        </widget>
237
        <widget class="KDoubleNumInput">
238
            <property name="name">
239
                <cstring>kDoubleNumInput_Zinssatz</cstring>
240
            </property>
241
            <property name="geometry">
242
                <rect>
243
                    <x>100</x>
244
                    <y>50</y>
245
                    <width>120</width>
246
                    <height>25</height>
247
                </rect>
248
            </property>
249
            <property name="toolTip" stdset="0">
250
                <string>Neuer Zinssatz der ab dem angegebenen Datum gilt</string>
251
            </property>
252
        </widget>
253
        <widget class="KDoubleNumInput">
254
            <property name="name">
255
                <cstring>kDoubleNumInput_Rate</cstring>
256
            </property>
257
            <property name="geometry">
258
                <rect>
259
                    <x>100</x>
260
                    <y>80</y>
261
                    <width>120</width>
262
                    <height>25</height>
263
                </rect>
264
            </property>
265
            <property name="toolTip" stdset="0">
266
                <string>Neu Rate, welche ab dem angegebenen Datum gilt, wenn "Ratenvorgabe" aktiviert ist.</string>
267
            </property>
268
        </widget>
269
        <widget class="QCheckBox">
270
            <property name="name">
271
                <cstring>checkBox_Rate</cstring>
272
            </property>
273
            <property name="geometry">
274
                <rect>
275
                    <x>100</x>
276
                    <y>110</y>
277
                    <width>120</width>
278
                    <height>20</height>
279
                </rect>
280
            </property>
281
            <property name="text">
282
                <string>Ratenvorgabe</string>
283
            </property>
284
            <property name="toolTip" stdset="0">
285
                <string>Definiert, dass die angegebene Rate ab dem Datum fix verwendet werden soll.</string>
286
            </property>
287
        </widget>
288
        <widget class="KDateWidget">
289
            <property name="name">
290
                <cstring>kDateWidget_Datum</cstring>
291
            </property>
292
            <property name="geometry">
293
                <rect>
294
                    <x>100</x>
295
                    <y>20</y>
296
                    <width>216</width>
297
                    <height>23</height>
298
                </rect>
299
            </property>
300
            <property name="toolTip" stdset="0">
301
                <string>Datum, an dem die Zinssatz-/Ratenänderung stattfinden soll.</string>
302
            </property>
303
        </widget>
304
        <widget class="KPushButton">
305
            <property name="name">
306
                <cstring>kPushButton_Reset</cstring>
307
            </property>
308
            <property name="geometry">
309
                <rect>
310
                    <x>240</x>
311
                    <y>100</y>
312
                    <width>170</width>
313
                    <height>30</height>
314
                </rect>
315
            </property>
316
            <property name="text">
317
                <string>Eingabezeilen löschen</string>
318
            </property>
319
            <property name="accel">
320
                <string></string>
321
            </property>
322
            <property name="flat">
323
                <bool>false</bool>
324
            </property>
325
            <property name="stdItem" stdset="0">
326
                <number>0</number>
327
            </property>
328
            <property name="toolTip" stdset="0">
329
                <string>Löscht den Inhalt der Eingabezeilen</string>
330
            </property>
331
        </widget>
332
    </widget>
333
    <widget class="KPushButton">
334
        <property name="name">
335
            <cstring>kPushButton_Remove</cstring>
336
        </property>
337
        <property name="geometry">
338
            <rect>
339
                <x>260</x>
340
                <y>160</y>
341
                <width>100</width>
342
                <height>30</height>
343
            </rect>
344
        </property>
345
        <property name="text">
346
            <string>Entfernen</string>
347
        </property>
348
        <property name="iconSet">
349
            <iconset>up.png</iconset>
350
        </property>
351
    </widget>
352
</widget>
353
<connections>
354
    <connection>
355
        <sender>kDateWidget_Datum</sender>
356
        <signal>changed(QDate)</signal>
357
        <receiver>ziaend</receiver>
358
        <slot>dtDatumSlot()</slot>
359
    </connection>
360
    <connection>
361
        <sender>kDoubleNumInput_Zinssatz</sender>
362
        <signal>valueChanged(double)</signal>
363
        <receiver>ziaend</receiver>
364
        <slot>numZinssatzSlot()</slot>
365
    </connection>
366
    <connection>
367
        <sender>kDoubleNumInput_Rate</sender>
368
        <signal>valueChanged(double)</signal>
369
        <receiver>ziaend</receiver>
370
        <slot>numRateSlot()</slot>
371
    </connection>
372
    <connection>
373
        <sender>checkBox_Rate</sender>
374
        <signal>toggled(bool)</signal>
375
        <receiver>ziaend</receiver>
376
        <slot>cbRateSlot()</slot>
377
    </connection>
378
    <connection>
379
        <sender>kPushButton_Reset</sender>
380
        <signal>stateChanged(int)</signal>
381
        <receiver>ziaend</receiver>
382
        <slot>pbResetSlot()</slot>
383
    </connection>
384
    <connection>
385
        <sender>kPushButton_Save</sender>
386
        <signal>stateChanged(int)</signal>
387
        <receiver>ziaend</receiver>
388
        <slot>pbSaveSlot()</slot>
389
    </connection>
390
    <connection>
391
        <sender>kListView_Table</sender>
392
        <signal>selectionChanged(QListViewItem*)</signal>
393
        <receiver>ziaend</receiver>
394
        <slot>tbSelectSlot()</slot>
395
    </connection>
396
    <connection>
397
        <sender>kPushButton_Save</sender>
398
        <signal>stateChanged(int)</signal>
399
        <receiver>ziaend</receiver>
400
        <slot>accept()</slot>
401
    </connection>
402
    <connection>
403
        <sender>kPushButton_Remove</sender>
404
        <signal>stateChanged(int)</signal>
405
        <receiver>ziaend</receiver>
406
        <slot>pbRemoveSlot()</slot>
407
    </connection>
408
</connections>
409
<tabstops>
410
    <tabstop>kDoubleNumInput_Zinssatz</tabstop>
411
    <tabstop>kDoubleNumInput_Rate</tabstop>
412
    <tabstop>checkBox_Rate</tabstop>
413
    <tabstop>kPushButton_Reset</tabstop>
414
    <tabstop>kListView_Table</tabstop>
415
    <tabstop>kPushButton_Save</tabstop>
416
    <tabstop>kPushButton_Cancel</tabstop>
417
</tabstops>
418
<slots>
419
    <slot>dtDatumSlot()</slot>
420
    <slot>numZinssatzSlot()</slot>
421
    <slot>numRateSlot()</slot>
422
    <slot>cbRateSlot()</slot>
423
    <slot>pbResetSlot()</slot>
424
    <slot>pbInsertSlot()</slot>
425
    <slot>pbRemoveSlot()</slot>
426
    <slot>pbSaveSlot()</slot>
427
    <slot>tbSelectSlot()</slot>
428
</slots>
429
<pixmapinproject/>
430
<layoutdefaults spacing="6" margin="11"/>
431
<includehints>
432
    <includehint>kpushbutton.h</includehint>
433
    <includehint>kpushbutton.h</includehint>
434
    <includehint>klistview.h</includehint>
435
    <includehint>kpushbutton.h</includehint>
436
    <includehint>knuminput.h</includehint>
437
    <includehint>knuminput.h</includehint>
438
    <includehint>knuminput.h</includehint>
439
    <includehint>knuminput.h</includehint>
440
    <includehint>kdatewidget.h</includehint>
441
    <includehint>kpushbutton.h</includehint>
442
    <includehint>kpushbutton.h</includehint>
443
</includehints>
444
</UI>