Subversion Repositories public

Rev

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