Subversion Repositories public

Rev

Rev 52 | 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="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>
43 root 179
        <widget class="KDoubleNumInput">
180
            <property name="name">
52 andreas 181
                <cstring>kDoubleNumInput_Zinssatz</cstring>
43 root 182
            </property>
183
            <property name="geometry">
184
                <rect>
185
                    <x>100</x>
52 andreas 186
                    <y>50</y>
43 root 187
                    <width>120</width>
188
                    <height>25</height>
189
                </rect>
190
            </property>
48 andreas 191
            <property name="maxValue">
52 andreas 192
                <number>100</number>
48 andreas 193
            </property>
52 andreas 194
            <property name="suffix">
195
                <string></string>
196
            </property>
197
            <property name="precision">
198
                <number>3</number>
199
            </property>
43 root 200
            <property name="toolTip" stdset="0">
52 andreas 201
                <string>Neuer Zinssatz der ab dem angegebenen Datum gilt</string>
43 root 202
            </property>
48 andreas 203
            <property name="whatsThis" stdset="0">
52 andreas 204
                <string>Eingabefeld für einen Zinnsatz im Bereich 0 bis 100%</string>
48 andreas 205
            </property>
43 root 206
        </widget>
44 andreas 207
        <widget class="KDateWidget">
43 root 208
            <property name="name">
44 andreas 209
                <cstring>kDateWidget_Datum</cstring>
43 root 210
            </property>
211
            <property name="geometry">
212
                <rect>
213
                    <x>100</x>
44 andreas 214
                    <y>20</y>
215
                    <width>216</width>
216
                    <height>23</height>
43 root 217
                </rect>
218
            </property>
52 andreas 219
            <property name="date">
220
                <date>
221
                    <year>2008</year>
222
                    <month>1</month>
223
                    <day>1</day>
224
                </date>
225
            </property>
43 root 226
            <property name="toolTip" stdset="0">
44 andreas 227
                <string>Datum, an dem die Zinssatz-/Ratenänderung stattfinden soll.</string>
43 root 228
            </property>
48 andreas 229
            <property name="whatsThis" stdset="0">
230
                <string>Widget zum Einstellen eines Datums.</string>
231
            </property>
43 root 232
        </widget>
44 andreas 233
        <widget class="QCheckBox">
43 root 234
            <property name="name">
44 andreas 235
                <cstring>checkBox_KalkRate</cstring>
43 root 236
            </property>
237
            <property name="geometry">
238
                <rect>
44 andreas 239
                    <x>238</x>
240
                    <y>110</y>
241
                    <width>160</width>
242
                    <height>20</height>
43 root 243
                </rect>
244
            </property>
245
            <property name="text">
44 andreas 246
                <string>Rate neu berechnen</string>
43 root 247
            </property>
52 andreas 248
            <property name="checked">
249
                <bool>true</bool>
250
            </property>
43 root 251
        </widget>
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>
303
    <widget class="KPushButton">
304
        <property name="name">
305
            <cstring>kPushButton_Save</cstring>
306
        </property>
307
        <property name="geometry">
308
            <rect>
309
                <x>50</x>
310
                <y>360</y>
311
                <width>130</width>
312
                <height>30</height>
313
            </rect>
314
        </property>
315
        <property name="text">
316
            <string>Speichern</string>
317
        </property>
318
        <property name="accel">
319
            <string>Alt+S</string>
320
        </property>
321
        <property name="default">
322
            <bool>true</bool>
323
        </property>
324
        <property name="toolTip" stdset="0">
325
            <string>Speichert den Inhalt der Tabelle</string>
326
        </property>
327
        <property name="whatsThis" stdset="0">
328
            <string>Der Button speichert den Inhalt der Tabelle und schliesst die Dialogbox</string>
329
        </property>
330
    </widget>
48 andreas 331
    <widget class="KListView">
332
        <column>
333
            <property name="text">
334
                <string>Datum</string>
335
            </property>
336
            <property name="clickable">
337
                <bool>true</bool>
338
            </property>
339
            <property name="resizable">
340
                <bool>true</bool>
341
            </property>
342
        </column>
343
        <column>
344
            <property name="text">
345
                <string>Zinssatz</string>
346
            </property>
347
            <property name="clickable">
348
                <bool>true</bool>
349
            </property>
350
            <property name="resizable">
351
                <bool>true</bool>
352
            </property>
353
        </column>
354
        <column>
355
            <property name="text">
356
                <string>Rate</string>
357
            </property>
358
            <property name="clickable">
359
                <bool>true</bool>
360
            </property>
361
            <property name="resizable">
362
                <bool>true</bool>
363
            </property>
364
        </column>
365
        <column>
366
            <property name="text">
367
                <string>Fixe R.</string>
368
            </property>
369
            <property name="clickable">
370
                <bool>true</bool>
371
            </property>
372
            <property name="resizable">
373
                <bool>true</bool>
374
            </property>
375
        </column>
376
        <column>
377
            <property name="text">
378
                <string>Kalk.Rate</string>
379
            </property>
380
            <property name="clickable">
381
                <bool>true</bool>
382
            </property>
383
            <property name="resizable">
384
                <bool>true</bool>
385
            </property>
386
        </column>
43 root 387
        <property name="name">
48 andreas 388
            <cstring>kListView_Table</cstring>
44 andreas 389
        </property>
390
        <property name="geometry">
391
            <rect>
48 andreas 392
                <x>10</x>
393
                <y>200</y>
394
                <width>420</width>
395
                <height>150</height>
44 andreas 396
            </rect>
397
        </property>
48 andreas 398
        <property name="sizePolicy">
399
            <sizepolicy>
400
                <hsizetype>7</hsizetype>
401
                <vsizetype>7</vsizetype>
402
                <horstretch>0</horstretch>
403
                <verstretch>0</verstretch>
404
            </sizepolicy>
44 andreas 405
        </property>
48 andreas 406
        <property name="minimumSize">
407
            <size>
408
                <width>0</width>
409
                <height>0</height>
410
            </size>
411
        </property>
60 andreas 412
        <property name="allColumnsShowFocus">
413
            <bool>true</bool>
414
        </property>
44 andreas 415
        <property name="toolTip" stdset="0">
48 andreas 416
            <string>Liste der Zinssatz-/Ratenänderungen</string>
44 andreas 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>
539
    <includehint>knuminput.h</includehint>
540
    <includehint>knuminput.h</includehint>
541
    <includehint>kdatewidget.h</includehint>
542
    <includehint>kpushbutton.h</includehint>
543
    <includehint>kpushbutton.h</includehint>
52 andreas 544
    <includehint>kpushbutton.h</includehint>
60 andreas 545
    <includehint>klistview.h</includehint>
52 andreas 546
    <includehint>kpushbutton.h</includehint>
43 root 547
</includehints>
548
</UI>