Subversion Repositories public

Rev

Rev 60 | 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="QGroupBox">
44
        <property name="name">
45
            <cstring>groupBox7</cstring>
46
        </property>
47
        <property name="geometry">
48
            <rect>
49
                <x>12</x>
50
                <y>10</y>
51
                <width>420</width>
52
                <height>140</height>
53
            </rect>
54
        </property>
55
        <property name="title">
56
            <string>Dateneingabe</string>
57
        </property>
58
        <widget class="QLabel">
59
            <property name="name">
60
                <cstring>textLabel1</cstring>
61
            </property>
62
            <property name="geometry">
63
                <rect>
64
                    <x>18</x>
65
                    <y>20</y>
66
                    <width>65</width>
67
                    <height>20</height>
68
                </rect>
69
            </property>
70
            <property name="text">
71
                <string>Datum</string>
72
            </property>
73
        </widget>
74
        <widget class="QLabel">
75
            <property name="name">
76
                <cstring>textLabel2</cstring>
77
            </property>
78
            <property name="geometry">
79
                <rect>
80
                    <x>18</x>
81
                    <y>50</y>
82
                    <width>65</width>
83
                    <height>20</height>
84
                </rect>
85
            </property>
86
            <property name="text">
87
                <string>Zinssatz</string>
88
            </property>
89
        </widget>
90
        <widget class="QLabel">
91
            <property name="name">
92
                <cstring>textLabel3</cstring>
93
            </property>
94
            <property name="geometry">
95
                <rect>
96
                    <x>20</x>
97
                    <y>80</y>
98
                    <width>65</width>
99
                    <height>20</height>
100
                </rect>
101
            </property>
102
            <property name="text">
103
                <string>Rate</string>
104
            </property>
105
        </widget>
48 andreas 106
        <widget class="QLabel">
107
            <property name="name">
108
                <cstring>textLabel1_2</cstring>
109
            </property>
110
            <property name="geometry">
111
                <rect>
112
                    <x>230</x>
113
                    <y>50</y>
114
                    <width>20</width>
115
                    <height>20</height>
116
                </rect>
117
            </property>
118
            <property name="text">
119
                <string>%</string>
120
            </property>
121
        </widget>
122
        <widget class="QLabel">
123
            <property name="name">
124
                <cstring>textLabel2_2</cstring>
125
            </property>
126
            <property name="geometry">
127
                <rect>
128
                    <x>230</x>
129
                    <y>80</y>
130
                    <width>30</width>
131
                    <height>20</height>
132
                </rect>
133
            </property>
134
            <property name="text">
135
                <string>EUR</string>
136
            </property>
137
        </widget>
43 root 138
        <widget class="KDoubleNumInput">
139
            <property name="name">
52 andreas 140
                <cstring>kDoubleNumInput_Rate</cstring>
43 root 141
            </property>
142
            <property name="geometry">
143
                <rect>
144
                    <x>100</x>
52 andreas 145
                    <y>80</y>
43 root 146
                    <width>120</width>
147
                    <height>25</height>
148
                </rect>
149
            </property>
48 andreas 150
            <property name="maxValue">
52 andreas 151
                <number>2e+07</number>
48 andreas 152
            </property>
43 root 153
            <property name="toolTip" stdset="0">
52 andreas 154
                <string>Neu Rate, welche ab dem angegebenen Datum gilt, wenn "Ratenvorgabe" aktiviert ist.</string>
43 root 155
            </property>
48 andreas 156
            <property name="whatsThis" stdset="0">
52 andreas 157
                <string>Eingabefeld zur Erfassung der Ratenhöhe. Der Inhalt wird nur dann in der Berechnung berücksichtigt, wenn "Ratenvorgabe" aktiviert wurde.</string>
48 andreas 158
            </property>
43 root 159
        </widget>
52 andreas 160
        <widget class="QCheckBox">
161
            <property name="name">
162
                <cstring>checkBox_Rate</cstring>
163
            </property>
164
            <property name="geometry">
165
                <rect>
166
                    <x>100</x>
167
                    <y>110</y>
168
                    <width>120</width>
169
                    <height>20</height>
170
                </rect>
171
            </property>
172
            <property name="text">
173
                <string>Ratenvorgabe</string>
174
            </property>
175
            <property name="toolTip" stdset="0">
176
                <string>Definiert, dass die angegebene Rate ab dem Datum fix verwendet werden soll.</string>
177
            </property>
178
        </widget>
44 andreas 179
        <widget class="KDateWidget">
43 root 180
            <property name="name">
44 andreas 181
                <cstring>kDateWidget_Datum</cstring>
43 root 182
            </property>
183
            <property name="geometry">
184
                <rect>
185
                    <x>100</x>
44 andreas 186
                    <y>20</y>
187
                    <width>216</width>
188
                    <height>23</height>
43 root 189
                </rect>
190
            </property>
52 andreas 191
            <property name="date">
192
                <date>
193
                    <year>2008</year>
194
                    <month>1</month>
195
                    <day>1</day>
196
                </date>
197
            </property>
43 root 198
            <property name="toolTip" stdset="0">
44 andreas 199
                <string>Datum, an dem die Zinssatz-/Ratenänderung stattfinden soll.</string>
43 root 200
            </property>
48 andreas 201
            <property name="whatsThis" stdset="0">
202
                <string>Widget zum Einstellen eines Datums.</string>
203
            </property>
43 root 204
        </widget>
44 andreas 205
        <widget class="QCheckBox">
43 root 206
            <property name="name">
44 andreas 207
                <cstring>checkBox_KalkRate</cstring>
43 root 208
            </property>
209
            <property name="geometry">
210
                <rect>
44 andreas 211
                    <x>238</x>
212
                    <y>110</y>
213
                    <width>160</width>
214
                    <height>20</height>
43 root 215
                </rect>
216
            </property>
217
            <property name="text">
44 andreas 218
                <string>Rate neu berechnen</string>
43 root 219
            </property>
52 andreas 220
            <property name="checked">
221
                <bool>true</bool>
222
            </property>
43 root 223
        </widget>
67 andreas 224
        <widget class="KDoubleNumInput">
225
            <property name="name">
226
                <cstring>kDoubleNumInput_Zinssatz</cstring>
227
            </property>
228
            <property name="geometry">
229
                <rect>
230
                    <x>100</x>
231
                    <y>50</y>
232
                    <width>120</width>
233
                    <height>25</height>
234
                </rect>
235
            </property>
236
            <property name="maxValue">
237
                <number>100</number>
238
            </property>
239
            <property name="suffix">
240
                <string></string>
241
            </property>
242
            <property name="precision">
243
                <number>3</number>
244
            </property>
245
            <property name="toolTip" stdset="0">
246
                <string>Neuer Zinssatz der ab dem angegebenen Datum gilt</string>
247
            </property>
248
            <property name="whatsThis" stdset="0">
249
                <string>Eingabefeld für einen Zinnsatz im Bereich 0 bis 100%</string>
250
            </property>
251
        </widget>
43 root 252
    </widget>
60 andreas 253
    <widget class="KPushButton">
254
        <property name="name">
255
            <cstring>kPushButton_Remove</cstring>
256
        </property>
257
        <property name="geometry">
258
            <rect>
259
                <x>260</x>
260
                <y>160</y>
261
                <width>100</width>
262
                <height>30</height>
263
            </rect>
264
        </property>
265
        <property name="text">
266
            <string>Entfernen</string>
267
        </property>
268
        <property name="accel">
269
            <string>Alt+N</string>
270
        </property>
271
        <property name="toolTip" stdset="0">
272
            <string>Markierte Zeile der Tabelle entfernen</string>
273
        </property>
274
        <property name="whatsThis" stdset="0">
275
            <string>Button zum entfernen der markierten Zeile aus der Tabelle.</string>
276
        </property>
277
    </widget>
278
    <widget class="KPushButton">
279
        <property name="name">
280
            <cstring>kPushButton_Cancel</cstring>
281
        </property>
282
        <property name="geometry">
283
            <rect>
284
                <x>260</x>
285
                <y>360</y>
286
                <width>130</width>
287
                <height>30</height>
288
            </rect>
289
        </property>
290
        <property name="text">
291
            <string>Schliessen</string>
292
        </property>
293
        <property name="accel">
294
            <string>Alt+C</string>
295
        </property>
296
        <property name="toolTip" stdset="0">
297
            <string>Schliesst den Dialog. Alle Eingaben werden verworfen!</string>
298
        </property>
299
        <property name="whatsThis" stdset="0">
300
            <string>Der Button schliesst die Dialogbox und verwirft alle durchgeführten Änderungen.</string>
301
        </property>
302
    </widget>
48 andreas 303
    <widget class="KListView">
304
        <column>
305
            <property name="text">
306
                <string>Datum</string>
307
            </property>
308
            <property name="clickable">
309
                <bool>true</bool>
310
            </property>
311
            <property name="resizable">
312
                <bool>true</bool>
313
            </property>
314
        </column>
315
        <column>
316
            <property name="text">
317
                <string>Zinssatz</string>
318
            </property>
319
            <property name="clickable">
320
                <bool>true</bool>
321
            </property>
322
            <property name="resizable">
323
                <bool>true</bool>
324
            </property>
325
        </column>
326
        <column>
327
            <property name="text">
328
                <string>Rate</string>
329
            </property>
330
            <property name="clickable">
331
                <bool>true</bool>
332
            </property>
333
            <property name="resizable">
334
                <bool>true</bool>
335
            </property>
336
        </column>
337
        <column>
338
            <property name="text">
339
                <string>Fixe R.</string>
340
            </property>
341
            <property name="clickable">
342
                <bool>true</bool>
343
            </property>
344
            <property name="resizable">
345
                <bool>true</bool>
346
            </property>
347
        </column>
348
        <column>
349
            <property name="text">
350
                <string>Kalk.Rate</string>
351
            </property>
352
            <property name="clickable">
353
                <bool>true</bool>
354
            </property>
355
            <property name="resizable">
356
                <bool>true</bool>
357
            </property>
358
        </column>
43 root 359
        <property name="name">
48 andreas 360
            <cstring>kListView_Table</cstring>
44 andreas 361
        </property>
362
        <property name="geometry">
363
            <rect>
48 andreas 364
                <x>10</x>
365
                <y>200</y>
366
                <width>420</width>
367
                <height>150</height>
44 andreas 368
            </rect>
369
        </property>
48 andreas 370
        <property name="sizePolicy">
371
            <sizepolicy>
372
                <hsizetype>7</hsizetype>
373
                <vsizetype>7</vsizetype>
374
                <horstretch>0</horstretch>
375
                <verstretch>0</verstretch>
376
            </sizepolicy>
44 andreas 377
        </property>
48 andreas 378
        <property name="minimumSize">
379
            <size>
380
                <width>0</width>
381
                <height>0</height>
382
            </size>
383
        </property>
60 andreas 384
        <property name="allColumnsShowFocus">
385
            <bool>true</bool>
386
        </property>
44 andreas 387
        <property name="toolTip" stdset="0">
48 andreas 388
            <string>Liste der Zinssatz-/Ratenänderungen</string>
44 andreas 389
        </property>
390
    </widget>
391
    <widget class="KPushButton">
392
        <property name="name">
67 andreas 393
            <cstring>kPushButton_Save</cstring>
394
        </property>
395
        <property name="geometry">
396
            <rect>
397
                <x>50</x>
398
                <y>360</y>
399
                <width>130</width>
400
                <height>30</height>
401
            </rect>
402
        </property>
403
        <property name="text">
404
            <string>Speichern</string>
405
        </property>
406
        <property name="accel">
407
            <string>Alt+S</string>
408
        </property>
409
        <property name="default">
410
            <bool>true</bool>
411
        </property>
412
        <property name="toolTip" stdset="0">
413
            <string>Speichert den Inhalt der Tabelle</string>
414
        </property>
415
        <property name="whatsThis" stdset="0">
416
            <string>Der Button speichert den Inhalt der Tabelle und schliesst die Dialogbox</string>
417
        </property>
418
    </widget>
419
    <widget class="KPushButton">
420
        <property name="name">
52 andreas 421
            <cstring>kPushButton_Insert</cstring>
422
        </property>
423
        <property name="geometry">
424
            <rect>
425
                <x>80</x>
426
                <y>160</y>
427
                <width>100</width>
428
                <height>30</height>
429
            </rect>
430
        </property>
431
        <property name="text">
432
            <string>Einfügen</string>
433
            <comment>Einfügen</comment>
434
        </property>
435
        <property name="accel">
60 andreas 436
            <string></string>
52 andreas 437
        </property>
438
        <property name="stdItem" stdset="0">
439
            <number>0</number>
440
        </property>
441
        <property name="toolTip" stdset="0">
442
            <string>Inhalt der Eingabezeilen der Tabelle hinzufügen</string>
443
        </property>
444
        <property name="whatsThis" stdset="0">
445
            <string>Button zum Hinzufügen des Inhalts der Eingabezeilen zur Tabelle unten</string>
446
        </property>
447
    </widget>
43 root 448
</widget>
449
<connections>
450
    <connection>
44 andreas 451
        <sender>checkBox_KalkRate</sender>
452
        <signal>toggled(bool)</signal>
453
        <receiver>ziaend</receiver>
454
        <slot>cbKalkRateSlot()</slot>
455
    </connection>
456
    <connection>
457
        <sender>checkBox_Rate</sender>
458
        <signal>toggled(bool)</signal>
459
        <receiver>ziaend</receiver>
460
        <slot>cbRateSlot()</slot>
461
    </connection>
462
    <connection>
43 root 463
        <sender>kDateWidget_Datum</sender>
464
        <signal>changed(QDate)</signal>
465
        <receiver>ziaend</receiver>
466
        <slot>dtDatumSlot()</slot>
467
    </connection>
468
    <connection>
469
        <sender>kDoubleNumInput_Rate</sender>
470
        <signal>valueChanged(double)</signal>
471
        <receiver>ziaend</receiver>
472
        <slot>numRateSlot()</slot>
473
    </connection>
474
    <connection>
44 andreas 475
        <sender>kDoubleNumInput_Zinssatz</sender>
476
        <signal>valueChanged(double)</signal>
43 root 477
        <receiver>ziaend</receiver>
44 andreas 478
        <slot>numZinssatzSlot()</slot>
43 root 479
    </connection>
480
    <connection>
44 andreas 481
        <sender>kListView_Table</sender>
482
        <signal>selectionChanged(QListViewItem*)</signal>
43 root 483
        <receiver>ziaend</receiver>
48 andreas 484
        <slot>tbSelectSlot(QListViewItem*)</slot>
43 root 485
    </connection>
486
    <connection>
44 andreas 487
        <sender>kPushButton_Cancel</sender>
488
        <signal>clicked()</signal>
43 root 489
        <receiver>ziaend</receiver>
44 andreas 490
        <slot>pbCancelSlot()</slot>
43 root 491
    </connection>
492
    <connection>
44 andreas 493
        <sender>kPushButton_Insert</sender>
494
        <signal>clicked()</signal>
43 root 495
        <receiver>ziaend</receiver>
44 andreas 496
        <slot>pbInsertSlot()</slot>
43 root 497
    </connection>
498
    <connection>
499
        <sender>kPushButton_Save</sender>
44 andreas 500
        <signal>clicked()</signal>
43 root 501
        <receiver>ziaend</receiver>
44 andreas 502
        <slot>pbSaveSlot()</slot>
43 root 503
    </connection>
504
    <connection>
505
        <sender>kPushButton_Remove</sender>
44 andreas 506
        <signal>clicked()</signal>
43 root 507
        <receiver>ziaend</receiver>
508
        <slot>pbRemoveSlot()</slot>
509
    </connection>
510
</connections>
511
<tabstops>
512
    <tabstop>kDoubleNumInput_Zinssatz</tabstop>
513
    <tabstop>kDoubleNumInput_Rate</tabstop>
514
    <tabstop>checkBox_Rate</tabstop>
60 andreas 515
    <tabstop>checkBox_KalkRate</tabstop>
516
    <tabstop>kPushButton_Insert</tabstop>
517
    <tabstop>kPushButton_Remove</tabstop>
43 root 518
    <tabstop>kListView_Table</tabstop>
519
    <tabstop>kPushButton_Save</tabstop>
520
    <tabstop>kPushButton_Cancel</tabstop>
521
</tabstops>
522
<slots>
523
    <slot>dtDatumSlot()</slot>
524
    <slot>numZinssatzSlot()</slot>
525
    <slot>numRateSlot()</slot>
526
    <slot>cbRateSlot()</slot>
527
    <slot>pbInsertSlot()</slot>
528
    <slot>pbRemoveSlot()</slot>
529
    <slot>pbSaveSlot()</slot>
48 andreas 530
    <slot>tbSelectSlot(QListViewItem *item)</slot>
44 andreas 531
    <slot>cbKalkRateSlot()</slot>
532
    <slot>pbCancelSlot()</slot>
43 root 533
</slots>
534
<pixmapinproject/>
535
<layoutdefaults spacing="6" margin="11"/>
536
<includehints>
537
    <includehint>knuminput.h</includehint>
538
    <includehint>knuminput.h</includehint>
67 andreas 539
    <includehint>kdatewidget.h</includehint>
43 root 540
    <includehint>knuminput.h</includehint>
541
    <includehint>knuminput.h</includehint>
542
    <includehint>kpushbutton.h</includehint>
543
    <includehint>kpushbutton.h</includehint>
60 andreas 544
    <includehint>klistview.h</includehint>
52 andreas 545
    <includehint>kpushbutton.h</includehint>
67 andreas 546
    <includehint>kpushbutton.h</includehint>
43 root 547
</includehints>
548
</UI>