Subversion Repositories public

Rev

Rev 43 | Rev 49 | 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>tilgungsplanWidgetBase</class>
3
<comment>Main Window contains all widgets needed to calculate a Tilgungsplan.</comment>
4
<author>andreas@TheoSys.at</author>
5
<widget class="QMainWindow">
6
    <property name="name">
7
        <cstring>Tilgungsplan</cstring>
8
    </property>
9
    <property name="geometry">
10
        <rect>
44 andreas 11
            <x>3</x>
43 root 12
            <y>0</y>
44 andreas 13
            <width>675</width>
14
            <height>735</height>
43 root 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>
44 andreas 27
            <width>675</width>
28
            <height>735</height>
43 root 29
        </size>
30
    </property>
31
    <property name="maximumSize">
32
        <size>
44 andreas 33
            <width>675</width>
34
            <height>735</height>
43 root 35
        </size>
36
    </property>
37
    <property name="baseSize">
38
        <size>
44 andreas 39
            <width>675</width>
40
            <height>735</height>
43 root 41
        </size>
42
    </property>
43
    <property name="caption">
44
        <string>Tilgungsplan</string>
45
    </property>
46
    <property name="icon">
47
        <pixmap>image0</pixmap>
48
    </property>
49
    <widget class="QGroupBox">
50
        <property name="name">
51
            <cstring>groupBox1</cstring>
52
        </property>
53
        <property name="geometry">
54
            <rect>
44 andreas 55
                <x>10</x>
43 root 56
                <y>0</y>
57
                <width>370</width>
44 andreas 58
                <height>110</height>
43 root 59
            </rect>
60
        </property>
61
        <property name="title">
62
            <string>Auszahlung</string>
63
        </property>
64
        <widget class="QLabel">
65
            <property name="name">
66
                <cstring>textLabel1_2</cstring>
67
            </property>
68
            <property name="geometry">
69
                <rect>
70
                    <x>10</x>
71
                    <y>50</y>
72
                    <width>95</width>
73
                    <height>20</height>
74
                </rect>
75
            </property>
76
            <property name="text">
77
                <string>Auszahlung am</string>
78
            </property>
79
        </widget>
80
        <widget class="QLabel">
81
            <property name="name">
44 andreas 82
                <cstring>textLabel1</cstring>
43 root 83
            </property>
84
            <property name="geometry">
85
                <rect>
86
                    <x>10</x>
44 andreas 87
                    <y>20</y>
88
                    <width>90</width>
43 root 89
                    <height>20</height>
90
                </rect>
91
            </property>
92
            <property name="text">
44 andreas 93
                <string>Betrag</string>
43 root 94
            </property>
95
        </widget>
96
        <widget class="KDateWidget">
97
            <property name="name">
98
                <cstring>kDateWidget_Auszahlung</cstring>
99
            </property>
100
            <property name="geometry">
101
                <rect>
102
                    <x>110</x>
103
                    <y>50</y>
104
                    <width>216</width>
105
                    <height>23</height>
106
                </rect>
107
            </property>
108
            <property name="date">
109
                <date>
110
                    <year>2008</year>
111
                    <month>1</month>
112
                    <day>1</day>
113
                </date>
114
            </property>
115
        </widget>
116
        <widget class="KDoubleNumInput">
117
            <property name="name">
118
                <cstring>kDoubleNumInput_Betrag</cstring>
119
            </property>
120
            <property name="geometry">
121
                <rect>
122
                    <x>110</x>
123
                    <y>20</y>
124
                    <width>120</width>
125
                    <height>25</height>
126
                </rect>
127
            </property>
128
            <property name="value">
129
                <number>9999</number>
130
            </property>
131
            <property name="minValue">
132
                <number>1</number>
133
            </property>
134
            <property name="maxValue">
135
                <number>2e+07</number>
136
            </property>
137
            <property name="toolTip" stdset="0">
138
                <string>Kreditbetrag</string>
139
            </property>
140
        </widget>
141
    </widget>
142
    <widget class="QGroupBox">
143
        <property name="name">
44 andreas 144
            <cstring>groupBox6</cstring>
43 root 145
        </property>
146
        <property name="geometry">
147
            <rect>
44 andreas 148
                <x>10</x>
149
                <y>430</y>
150
                <width>660</width>
43 root 151
                <height>80</height>
152
            </rect>
153
        </property>
154
        <property name="title">
44 andreas 155
            <string>Abschluss</string>
43 root 156
        </property>
157
        <widget class="QLabel">
158
            <property name="name">
44 andreas 159
                <cstring>textLabel2_3</cstring>
43 root 160
            </property>
161
            <property name="geometry">
162
                <rect>
163
                    <x>10</x>
164
                    <y>20</y>
44 andreas 165
                    <width>65</width>
43 root 166
                    <height>20</height>
167
                </rect>
168
            </property>
169
            <property name="text">
44 andreas 170
                <string>Rythmus</string>
43 root 171
            </property>
172
        </widget>
173
        <widget class="QComboBox">
174
            <item>
175
                <property name="text">
44 andreas 176
                    <string>fix lt. Datum</string>
43 root 177
                </property>
178
            </item>
179
            <item>
180
                <property name="text">
44 andreas 181
                    <string>monatlich</string>
43 root 182
                </property>
183
            </item>
184
            <item>
185
                <property name="text">
44 andreas 186
                    <string>vierteljährlich</string>
43 root 187
                </property>
188
            </item>
189
            <item>
190
                <property name="text">
44 andreas 191
                    <string>halbjährlich</string>
43 root 192
                </property>
193
            </item>
194
            <item>
195
                <property name="text">
44 andreas 196
                    <string>jährlich</string>
43 root 197
                </property>
198
            </item>
199
            <item>
200
                <property name="text">
44 andreas 201
                    <string>Ultimo des Monats</string>
43 root 202
                </property>
203
            </item>
204
            <item>
205
                <property name="text">
44 andreas 206
                    <string>Ultimo des Quartals</string>
43 root 207
                </property>
208
            </item>
209
            <item>
210
                <property name="text">
44 andreas 211
                    <string>Ultimo d.Halbj.(30.6/31.12)</string>
43 root 212
                </property>
213
            </item>
44 andreas 214
            <item>
215
                <property name="text">
216
                    <string>Ultimo d.Halbj.(31.3/30.9)</string>
217
                </property>
218
            </item>
219
            <item>
220
                <property name="text">
221
                    <string>Ultimo d.Halbj.(Feb./Aug.)</string>
222
                </property>
223
            </item>
224
            <item>
225
                <property name="text">
226
                    <string>Ultimo des Jahres</string>
227
                </property>
228
            </item>
43 root 229
            <property name="name">
44 andreas 230
                <cstring>comboBox_Abschl</cstring>
43 root 231
            </property>
232
            <property name="geometry">
233
                <rect>
44 andreas 234
                    <x>110</x>
235
                    <y>20</y>
236
                    <width>220</width>
43 root 237
                    <height>23</height>
238
                </rect>
239
            </property>
240
        </widget>
44 andreas 241
        <widget class="KDateWidget">
43 root 242
            <property name="name">
44 andreas 243
                <cstring>kDateWidget_Abschluss</cstring>
43 root 244
            </property>
245
            <property name="geometry">
246
                <rect>
44 andreas 247
                    <x>110</x>
248
                    <y>50</y>
249
                    <width>216</width>
250
                    <height>23</height>
43 root 251
                </rect>
252
            </property>
44 andreas 253
            <property name="date">
254
                <date>
255
                    <year>2008</year>
256
                    <month>1</month>
257
                    <day>1</day>
258
                </date>
43 root 259
            </property>
260
        </widget>
261
        <widget class="QLabel">
262
            <property name="name">
44 andreas 263
                <cstring>textLabel7_2</cstring>
43 root 264
            </property>
265
            <property name="geometry">
266
                <rect>
267
                    <x>10</x>
268
                    <y>50</y>
44 andreas 269
                    <width>80</width>
43 root 270
                    <height>20</height>
271
                </rect>
272
            </property>
273
            <property name="text">
44 andreas 274
                <string>1. Abschluss</string>
43 root 275
            </property>
276
        </widget>
277
    </widget>
278
    <widget class="QGroupBox">
279
        <property name="name">
44 andreas 280
            <cstring>groupBox4</cstring>
43 root 281
        </property>
282
        <property name="geometry">
283
            <rect>
44 andreas 284
                <x>10</x>
285
                <y>510</y>
43 root 286
                <width>660</width>
44 andreas 287
                <height>140</height>
43 root 288
            </rect>
289
        </property>
290
        <property name="title">
44 andreas 291
            <string>Ergebnisse</string>
43 root 292
        </property>
293
        <widget class="QLabel">
294
            <property name="name">
44 andreas 295
                <cstring>textLabel14</cstring>
43 root 296
            </property>
297
            <property name="geometry">
298
                <rect>
299
                    <x>10</x>
300
                    <y>20</y>
44 andreas 301
                    <width>109</width>
43 root 302
                    <height>20</height>
303
                </rect>
304
            </property>
305
            <property name="text">
44 andreas 306
                <string>Gesamtbel.</string>
43 root 307
            </property>
308
        </widget>
309
        <widget class="QLabel">
310
            <property name="name">
44 andreas 311
                <cstring>textLabel3</cstring>
43 root 312
            </property>
313
            <property name="geometry">
314
                <rect>
315
                    <x>10</x>
316
                    <y>50</y>
44 andreas 317
                    <width>90</width>
43 root 318
                    <height>20</height>
319
                </rect>
320
            </property>
321
            <property name="text">
322
                <string>Ratenhöhe</string>
323
            </property>
324
        </widget>
325
        <widget class="QLabel">
326
            <property name="name">
44 andreas 327
                <cstring>textLabel4</cstring>
43 root 328
            </property>
329
            <property name="geometry">
330
                <rect>
331
                    <x>10</x>
332
                    <y>80</y>
44 andreas 333
                    <width>80</width>
43 root 334
                    <height>20</height>
335
                </rect>
336
            </property>
337
            <property name="text">
44 andreas 338
                <string>Letzte Rate</string>
43 root 339
            </property>
340
        </widget>
341
        <widget class="QLabel">
342
            <property name="name">
44 andreas 343
                <cstring>textLabel5_3</cstring>
43 root 344
            </property>
345
            <property name="geometry">
346
                <rect>
44 andreas 347
                    <x>10</x>
43 root 348
                    <y>110</y>
44 andreas 349
                    <width>93</width>
43 root 350
                    <height>20</height>
351
                </rect>
352
            </property>
353
            <property name="text">
44 andreas 354
                <string>Summe Zinsen</string>
43 root 355
            </property>
356
        </widget>
357
        <widget class="QLabel">
358
            <property name="name">
44 andreas 359
                <cstring>textLabel1_5_2</cstring>
43 root 360
            </property>
361
            <property name="geometry">
362
                <rect>
44 andreas 363
                    <x>630</x>
364
                    <y>20</y>
365
                    <width>16</width>
43 root 366
                    <height>20</height>
367
                </rect>
368
            </property>
369
            <property name="text">
44 andreas 370
                <string>%</string>
43 root 371
            </property>
372
        </widget>
373
        <widget class="QLabel">
374
            <property name="name">
44 andreas 375
                <cstring>textLabel7</cstring>
43 root 376
            </property>
377
            <property name="geometry">
378
                <rect>
44 andreas 379
                    <x>257</x>
380
                    <y>21</y>
381
                    <width>30</width>
43 root 382
                    <height>20</height>
383
                </rect>
384
            </property>
385
            <property name="text">
44 andreas 386
                <string>EUR</string>
43 root 387
            </property>
388
        </widget>
389
        <widget class="QLabel">
390
            <property name="name">
44 andreas 391
                <cstring>textLabel7_3</cstring>
43 root 392
            </property>
393
            <property name="geometry">
394
                <rect>
44 andreas 395
                    <x>260</x>
396
                    <y>50</y>
397
                    <width>30</width>
43 root 398
                    <height>20</height>
399
                </rect>
400
            </property>
401
            <property name="text">
44 andreas 402
                <string>EUR</string>
43 root 403
            </property>
404
        </widget>
405
        <widget class="QLabel">
406
            <property name="name">
44 andreas 407
                <cstring>textLabel7_4</cstring>
43 root 408
            </property>
409
            <property name="geometry">
410
                <rect>
44 andreas 411
                    <x>260</x>
412
                    <y>80</y>
413
                    <width>30</width>
43 root 414
                    <height>20</height>
415
                </rect>
416
            </property>
417
            <property name="text">
44 andreas 418
                <string>EUR</string>
43 root 419
            </property>
420
        </widget>
421
        <widget class="QLabel">
422
            <property name="name">
44 andreas 423
                <cstring>textLabel7_5</cstring>
43 root 424
            </property>
425
            <property name="geometry">
426
                <rect>
44 andreas 427
                    <x>260</x>
428
                    <y>110</y>
429
                    <width>30</width>
43 root 430
                    <height>20</height>
431
                </rect>
432
            </property>
433
            <property name="text">
44 andreas 434
                <string>EUR</string>
43 root 435
            </property>
436
        </widget>
437
        <widget class="QLabel">
438
            <property name="name">
44 andreas 439
                <cstring>textLabel7_6</cstring>
43 root 440
            </property>
441
            <property name="geometry">
442
                <rect>
44 andreas 443
                    <x>620</x>
444
                    <y>50</y>
445
                    <width>30</width>
43 root 446
                    <height>20</height>
447
                </rect>
448
            </property>
449
            <property name="text">
44 andreas 450
                <string>EUR</string>
43 root 451
            </property>
452
        </widget>
453
        <widget class="QLabel">
454
            <property name="name">
44 andreas 455
                <cstring>textLabel7_7</cstring>
43 root 456
            </property>
457
            <property name="geometry">
458
                <rect>
44 andreas 459
                    <x>620</x>
460
                    <y>80</y>
461
                    <width>30</width>
43 root 462
                    <height>20</height>
463
                </rect>
464
            </property>
465
            <property name="text">
44 andreas 466
                <string>EUR</string>
43 root 467
            </property>
468
        </widget>
469
        <widget class="QLabel">
470
            <property name="name">
44 andreas 471
                <cstring>textLabel7_8</cstring>
43 root 472
            </property>
473
            <property name="geometry">
474
                <rect>
44 andreas 475
                    <x>620</x>
476
                    <y>110</y>
477
                    <width>30</width>
43 root 478
                    <height>20</height>
479
                </rect>
480
            </property>
481
            <property name="text">
44 andreas 482
                <string>EUR</string>
43 root 483
            </property>
484
        </widget>
485
        <widget class="QLabel">
486
            <property name="name">
44 andreas 487
                <cstring>textLabel13</cstring>
43 root 488
            </property>
489
            <property name="geometry">
490
                <rect>
44 andreas 491
                    <x>310</x>
492
                    <y>20</y>
493
                    <width>97</width>
43 root 494
                    <height>20</height>
495
                </rect>
496
            </property>
497
            <property name="text">
44 andreas 498
                <string>Effektivzinssatz</string>
43 root 499
            </property>
500
        </widget>
501
        <widget class="QLabel">
502
            <property name="name">
44 andreas 503
                <cstring>textLabel6</cstring>
43 root 504
            </property>
505
            <property name="geometry">
506
                <rect>
44 andreas 507
                    <x>310</x>
508
                    <y>50</y>
509
                    <width>130</width>
43 root 510
                    <height>20</height>
511
                </rect>
512
            </property>
513
            <property name="text">
44 andreas 514
                <string>Annuitätenzuschuss</string>
43 root 515
            </property>
516
        </widget>
517
        <widget class="QLabel">
518
            <property name="name">
44 andreas 519
                <cstring>textLabel8_2</cstring>
43 root 520
            </property>
521
            <property name="geometry">
522
                <rect>
44 andreas 523
                    <x>310</x>
524
                    <y>80</y>
525
                    <width>160</width>
43 root 526
                    <height>20</height>
527
                </rect>
528
            </property>
529
            <property name="text">
44 andreas 530
                <string>Summe Annuitätenzusch.</string>
43 root 531
            </property>
532
        </widget>
533
        <widget class="QLabel">
534
            <property name="name">
44 andreas 535
                <cstring>textLabel9_2</cstring>
43 root 536
            </property>
537
            <property name="geometry">
538
                <rect>
44 andreas 539
                    <x>310</x>
540
                    <y>110</y>
541
                    <width>110</width>
43 root 542
                    <height>20</height>
543
                </rect>
544
            </property>
545
            <property name="text">
44 andreas 546
                <string>Zinsenzuschuss</string>
43 root 547
            </property>
548
        </widget>
44 andreas 549
        <widget class="QLineEdit">
43 root 550
            <property name="name">
44 andreas 551
                <cstring>lineEdit_GesBelast</cstring>
43 root 552
            </property>
44 andreas 553
            <property name="enabled">
554
                <bool>true</bool>
555
            </property>
43 root 556
            <property name="geometry">
557
                <rect>
44 andreas 558
                    <x>110</x>
559
                    <y>20</y>
560
                    <width>140</width>
561
                    <height>23</height>
43 root 562
                </rect>
563
            </property>
44 andreas 564
            <property name="alignment">
565
                <set>AlignRight</set>
43 root 566
            </property>
44 andreas 567
            <property name="dragEnabled">
568
                <bool>false</bool>
43 root 569
            </property>
44 andreas 570
            <property name="readOnly">
571
                <bool>true</bool>
43 root 572
            </property>
573
        </widget>
44 andreas 574
        <widget class="QLineEdit">
43 root 575
            <property name="name">
44 andreas 576
                <cstring>lineEdit_ErgRate</cstring>
43 root 577
            </property>
578
            <property name="geometry">
579
                <rect>
44 andreas 580
                    <x>110</x>
43 root 581
                    <y>50</y>
44 andreas 582
                    <width>140</width>
583
                    <height>23</height>
43 root 584
                </rect>
585
            </property>
44 andreas 586
            <property name="alignment">
587
                <set>AlignRight</set>
43 root 588
            </property>
44 andreas 589
            <property name="dragEnabled">
590
                <bool>false</bool>
43 root 591
            </property>
44 andreas 592
            <property name="readOnly">
593
                <bool>true</bool>
43 root 594
            </property>
595
        </widget>
44 andreas 596
        <widget class="QLineEdit">
43 root 597
            <property name="name">
44 andreas 598
                <cstring>lineEdit_ErgLRate</cstring>
43 root 599
            </property>
600
            <property name="geometry">
601
                <rect>
44 andreas 602
                    <x>110</x>
603
                    <y>80</y>
604
                    <width>140</width>
43 root 605
                    <height>23</height>
606
                </rect>
607
            </property>
44 andreas 608
            <property name="alignment">
609
                <set>AlignRight</set>
43 root 610
            </property>
44 andreas 611
            <property name="dragEnabled">
612
                <bool>false</bool>
613
            </property>
614
            <property name="readOnly">
615
                <bool>true</bool>
616
            </property>
43 root 617
        </widget>
618
        <widget class="QLineEdit">
619
            <property name="name">
44 andreas 620
                <cstring>lineEdit_ErgZinsen</cstring>
43 root 621
            </property>
622
            <property name="geometry">
623
                <rect>
44 andreas 624
                    <x>110</x>
625
                    <y>110</y>
626
                    <width>140</width>
43 root 627
                    <height>23</height>
628
                </rect>
629
            </property>
44 andreas 630
            <property name="alignment">
631
                <set>AlignRight</set>
43 root 632
            </property>
44 andreas 633
            <property name="dragEnabled">
634
                <bool>false</bool>
43 root 635
            </property>
44 andreas 636
            <property name="readOnly">
637
                <bool>true</bool>
638
            </property>
43 root 639
        </widget>
640
        <widget class="QLineEdit">
641
            <property name="name">
44 andreas 642
                <cstring>lineEdit_EffZi</cstring>
43 root 643
            </property>
44 andreas 644
            <property name="enabled">
645
                <bool>true</bool>
646
            </property>
43 root 647
            <property name="geometry">
648
                <rect>
44 andreas 649
                    <x>470</x>
650
                    <y>20</y>
651
                    <width>140</width>
43 root 652
                    <height>23</height>
653
                </rect>
654
            </property>
44 andreas 655
            <property name="alignment">
656
                <set>AlignRight</set>
43 root 657
            </property>
44 andreas 658
            <property name="dragEnabled">
659
                <bool>false</bool>
43 root 660
            </property>
44 andreas 661
            <property name="readOnly">
662
                <bool>true</bool>
663
            </property>
43 root 664
        </widget>
665
        <widget class="QLineEdit">
666
            <property name="name">
44 andreas 667
                <cstring>lineEdit_ErgSumAnnZusch</cstring>
43 root 668
            </property>
669
            <property name="geometry">
670
                <rect>
44 andreas 671
                    <x>470</x>
43 root 672
                    <y>80</y>
44 andreas 673
                    <width>140</width>
43 root 674
                    <height>23</height>
675
                </rect>
676
            </property>
44 andreas 677
            <property name="alignment">
678
                <set>AlignRight</set>
43 root 679
            </property>
44 andreas 680
            <property name="dragEnabled">
681
                <bool>false</bool>
43 root 682
            </property>
44 andreas 683
            <property name="readOnly">
684
                <bool>true</bool>
685
            </property>
43 root 686
        </widget>
687
        <widget class="QLineEdit">
688
            <property name="name">
44 andreas 689
                <cstring>lineEdit_ErgZiZusch</cstring>
43 root 690
            </property>
691
            <property name="geometry">
692
                <rect>
693
                    <x>470</x>
44 andreas 694
                    <y>110</y>
695
                    <width>140</width>
43 root 696
                    <height>23</height>
697
                </rect>
698
            </property>
44 andreas 699
            <property name="alignment">
700
                <set>AlignRight</set>
43 root 701
            </property>
44 andreas 702
            <property name="dragEnabled">
703
                <bool>false</bool>
43 root 704
            </property>
44 andreas 705
            <property name="readOnly">
706
                <bool>true</bool>
707
            </property>
43 root 708
        </widget>
709
        <widget class="QLineEdit">
710
            <property name="name">
44 andreas 711
                <cstring>lineEdit_ErgAnnZusch</cstring>
43 root 712
            </property>
713
            <property name="geometry">
714
                <rect>
44 andreas 715
                    <x>470</x>
716
                    <y>50</y>
717
                    <width>140</width>
43 root 718
                    <height>23</height>
719
                </rect>
720
            </property>
44 andreas 721
            <property name="alignment">
722
                <set>AlignRight</set>
43 root 723
            </property>
44 andreas 724
            <property name="dragEnabled">
725
                <bool>false</bool>
43 root 726
            </property>
44 andreas 727
            <property name="readOnly">
728
                <bool>true</bool>
729
            </property>
43 root 730
        </widget>
44 andreas 731
    </widget>
732
    <widget class="QGroupBox">
733
        <property name="name">
734
            <cstring>groupBox5</cstring>
735
        </property>
736
        <property name="geometry">
737
            <rect>
738
                <x>10</x>
739
                <y>260</y>
740
                <width>660</width>
741
                <height>170</height>
742
            </rect>
743
        </property>
744
        <property name="title">
745
            <string>Raten</string>
746
        </property>
747
        <widget class="QLabel">
43 root 748
            <property name="name">
44 andreas 749
                <cstring>textLabel15</cstring>
43 root 750
            </property>
751
            <property name="geometry">
752
                <rect>
44 andreas 753
                    <x>10</x>
754
                    <y>20</y>
755
                    <width>85</width>
756
                    <height>20</height>
43 root 757
                </rect>
758
            </property>
759
            <property name="text">
44 andreas 760
                <string>Anzahl Raten</string>
43 root 761
            </property>
762
        </widget>
44 andreas 763
        <widget class="QLabel">
43 root 764
            <property name="name">
44 andreas 765
                <cstring>textLabel16</cstring>
43 root 766
            </property>
767
            <property name="geometry">
768
                <rect>
44 andreas 769
                    <x>10</x>
770
                    <y>50</y>
771
                    <width>80</width>
772
                    <height>20</height>
43 root 773
                </rect>
774
            </property>
775
            <property name="text">
44 andreas 776
                <string>Ratenhöhe</string>
43 root 777
            </property>
778
        </widget>
44 andreas 779
        <widget class="QLabel">
43 root 780
            <property name="name">
44 andreas 781
                <cstring>textLabel2_2</cstring>
43 root 782
            </property>
783
            <property name="geometry">
784
                <rect>
44 andreas 785
                    <x>10</x>
786
                    <y>83</y>
787
                    <width>65</width>
788
                    <height>20</height>
43 root 789
                </rect>
790
            </property>
791
            <property name="text">
44 andreas 792
                <string>Endfällig</string>
43 root 793
            </property>
794
        </widget>
44 andreas 795
        <widget class="QLabel">
43 root 796
            <property name="name">
44 andreas 797
                <cstring>textLabel4_2</cstring>
43 root 798
            </property>
799
            <property name="geometry">
800
                <rect>
44 andreas 801
                    <x>350</x>
802
                    <y>110</y>
803
                    <width>65</width>
804
                    <height>20</height>
43 root 805
                </rect>
806
            </property>
807
            <property name="text">
44 andreas 808
                <string>Datum bis</string>
43 root 809
            </property>
810
        </widget>
44 andreas 811
        <widget class="QLabel">
43 root 812
            <property name="name">
44 andreas 813
                <cstring>textLabel3_2</cstring>
43 root 814
            </property>
815
            <property name="geometry">
816
                <rect>
44 andreas 817
                    <x>10</x>
818
                    <y>110</y>
819
                    <width>70</width>
820
                    <height>20</height>
43 root 821
                </rect>
822
            </property>
823
            <property name="text">
44 andreas 824
                <string>Datum von</string>
43 root 825
            </property>
826
        </widget>
44 andreas 827
        <widget class="QLabel">
43 root 828
            <property name="name">
44 andreas 829
                <cstring>textLabel6_3</cstring>
43 root 830
            </property>
831
            <property name="geometry">
832
                <rect>
44 andreas 833
                    <x>240</x>
834
                    <y>50</y>
835
                    <width>40</width>
836
                    <height>20</height>
43 root 837
                </rect>
838
            </property>
839
            <property name="text">
44 andreas 840
                <string>EUR</string>
43 root 841
            </property>
842
        </widget>
44 andreas 843
        <widget class="KDateWidget">
43 root 844
            <property name="name">
44 andreas 845
                <cstring>kDateWidget_RaBis</cstring>
43 root 846
            </property>
847
            <property name="geometry">
848
                <rect>
44 andreas 849
                    <x>430</x>
850
                    <y>110</y>
851
                    <width>216</width>
43 root 852
                    <height>23</height>
853
                </rect>
854
            </property>
44 andreas 855
            <property name="date">
856
                <date>
857
                    <year>2008</year>
858
                    <month>1</month>
859
                    <day>1</day>
860
                </date>
43 root 861
            </property>
862
        </widget>
863
        <widget class="QLabel">
864
            <property name="name">
865
                <cstring>textLabel1_4</cstring>
866
            </property>
867
            <property name="geometry">
868
                <rect>
869
                    <x>350</x>
870
                    <y>140</y>
871
                    <width>65</width>
872
                    <height>20</height>
873
                </rect>
874
            </property>
875
            <property name="text">
876
                <string>Valuta</string>
877
            </property>
878
        </widget>
879
        <widget class="QLabel">
880
            <property name="name">
881
                <cstring>textLabel17</cstring>
882
            </property>
883
            <property name="geometry">
884
                <rect>
885
                    <x>350</x>
886
                    <y>20</y>
887
                    <width>73</width>
888
                    <height>20</height>
889
                </rect>
890
            </property>
891
            <property name="text">
892
                <string>Ratenart</string>
893
            </property>
894
        </widget>
895
        <widget class="QComboBox">
896
            <item>
897
                <property name="text">
898
                    <string>Kapitalraten</string>
899
                </property>
900
            </item>
901
            <item>
902
                <property name="text">
903
                    <string>Pauschalraten</string>
904
                </property>
905
            </item>
906
            <property name="name">
907
                <cstring>comboBox_Ratart</cstring>
908
            </property>
909
            <property name="geometry">
910
                <rect>
911
                    <x>430</x>
912
                    <y>20</y>
913
                    <width>220</width>
914
                    <height>23</height>
915
                </rect>
916
            </property>
917
        </widget>
918
        <widget class="QComboBox">
919
            <item>
920
                <property name="text">
921
                    <string>Tagesvaluta</string>
922
                </property>
923
            </item>
924
            <item>
925
                <property name="text">
926
                    <string>Ende des Monats</string>
927
                </property>
928
            </item>
929
            <item>
930
                <property name="text">
931
                    <string>Ende der Abschlussperiode</string>
932
                </property>
933
            </item>
934
            <property name="name">
935
                <cstring>comboBox_valuta</cstring>
936
            </property>
937
            <property name="geometry">
938
                <rect>
939
                    <x>430</x>
940
                    <y>140</y>
941
                    <width>220</width>
942
                    <height>23</height>
943
                </rect>
944
            </property>
945
        </widget>
946
        <widget class="KDateWidget">
947
            <property name="name">
948
                <cstring>kDateWidget_RaVon</cstring>
949
            </property>
950
            <property name="geometry">
951
                <rect>
952
                    <x>110</x>
953
                    <y>110</y>
954
                    <width>216</width>
955
                    <height>23</height>
956
                </rect>
957
            </property>
958
            <property name="date">
959
                <date>
960
                    <year>2008</year>
961
                    <month>1</month>
962
                    <day>1</day>
963
                </date>
964
            </property>
965
        </widget>
966
        <widget class="KDateWidget">
967
            <property name="name">
968
                <cstring>kDateWidget_Endfael</cstring>
969
            </property>
970
            <property name="geometry">
971
                <rect>
972
                    <x>110</x>
973
                    <y>83</y>
974
                    <width>216</width>
975
                    <height>23</height>
976
                </rect>
977
            </property>
978
            <property name="date">
979
                <date>
980
                    <year>2008</year>
981
                    <month>1</month>
982
                    <day>1</day>
983
                </date>
984
            </property>
985
        </widget>
986
        <widget class="KDoubleNumInput">
987
            <property name="name">
988
                <cstring>kDoubleNumInput_Rate</cstring>
989
            </property>
990
            <property name="geometry">
991
                <rect>
992
                    <x>110</x>
993
                    <y>50</y>
994
                    <width>120</width>
995
                    <height>25</height>
996
                </rect>
997
            </property>
998
            <property name="maxValue">
999
                <number>1e+07</number>
1000
            </property>
1001
            <property name="toolTip" stdset="0">
1002
                <string>Bei "Ratenvorgabe" die Höhe der Rate</string>
1003
            </property>
1004
        </widget>
1005
        <widget class="KIntNumInput">
1006
            <property name="name">
1007
                <cstring>kIntNumInput_AnzRaten</cstring>
1008
            </property>
1009
            <property name="geometry">
1010
                <rect>
1011
                    <x>110</x>
1012
                    <y>20</y>
1013
                    <width>107</width>
1014
                    <height>25</height>
1015
                </rect>
1016
            </property>
1017
            <property name="minValue">
1018
                <number>0</number>
1019
            </property>
1020
            <property name="maxValue">
1021
                <number>600</number>
1022
            </property>
1023
        </widget>
1024
        <widget class="QLabel">
1025
            <property name="name">
44 andreas 1026
                <cstring>textLabel18</cstring>
43 root 1027
            </property>
1028
            <property name="geometry">
1029
                <rect>
44 andreas 1030
                    <x>340</x>
1031
                    <y>70</y>
1032
                    <width>50</width>
43 root 1033
                    <height>20</height>
1034
                </rect>
1035
            </property>
1036
            <property name="text">
44 andreas 1037
                <string>Periode</string>
43 root 1038
            </property>
1039
        </widget>
44 andreas 1040
        <widget class="QFrame">
43 root 1041
            <property name="name">
44 andreas 1042
                <cstring>frame4</cstring>
43 root 1043
            </property>
1044
            <property name="geometry">
1045
                <rect>
44 andreas 1046
                    <x>391</x>
1047
                    <y>50</y>
1048
                    <width>260</width>
1049
                    <height>50</height>
43 root 1050
                </rect>
1051
            </property>
44 andreas 1052
            <property name="backgroundOrigin">
1053
                <enum>WidgetOrigin</enum>
43 root 1054
            </property>
44 andreas 1055
            <property name="frameShape">
1056
                <enum>StyledPanel</enum>
43 root 1057
            </property>
44 andreas 1058
            <property name="frameShadow">
1059
                <enum>Raised</enum>
43 root 1060
            </property>
44 andreas 1061
            <widget class="QCheckBox">
1062
                <property name="name">
1063
                    <cstring>checkBox_RaDez</cstring>
1064
                </property>
1065
                <property name="geometry">
1066
                    <rect>
1067
                        <x>230</x>
1068
                        <y>20</y>
1069
                        <width>20</width>
1070
                        <height>20</height>
1071
                    </rect>
1072
                </property>
1073
                <property name="text">
1074
                    <string></string>
1075
                </property>
1076
            </widget>
1077
            <widget class="QCheckBox">
1078
                <property name="name">
1079
                    <cstring>checkBox_RaNov</cstring>
1080
                </property>
1081
                <property name="geometry">
1082
                    <rect>
1083
                        <x>210</x>
1084
                        <y>20</y>
1085
                        <width>20</width>
1086
                        <height>20</height>
1087
                    </rect>
1088
                </property>
1089
                <property name="text">
1090
                    <string></string>
1091
                </property>
1092
            </widget>
1093
            <widget class="QCheckBox">
1094
                <property name="name">
1095
                    <cstring>checkBox_RaOkt</cstring>
1096
                </property>
1097
                <property name="geometry">
1098
                    <rect>
1099
                        <x>190</x>
1100
                        <y>20</y>
1101
                        <width>20</width>
1102
                        <height>20</height>
1103
                    </rect>
1104
                </property>
1105
                <property name="text">
1106
                    <string></string>
1107
                </property>
1108
            </widget>
1109
            <widget class="QCheckBox">
1110
                <property name="name">
1111
                    <cstring>checkBox_RaSep</cstring>
1112
                </property>
1113
                <property name="geometry">
1114
                    <rect>
1115
                        <x>170</x>
1116
                        <y>20</y>
1117
                        <width>20</width>
1118
                        <height>20</height>
1119
                    </rect>
1120
                </property>
1121
                <property name="text">
1122
                    <string></string>
1123
                </property>
1124
            </widget>
1125
            <widget class="QCheckBox">
1126
                <property name="name">
1127
                    <cstring>checkBox_RaAug</cstring>
1128
                </property>
1129
                <property name="geometry">
1130
                    <rect>
1131
                        <x>150</x>
1132
                        <y>20</y>
1133
                        <width>20</width>
1134
                        <height>20</height>
1135
                    </rect>
1136
                </property>
1137
                <property name="text">
1138
                    <string></string>
1139
                </property>
1140
            </widget>
1141
            <widget class="QCheckBox">
1142
                <property name="name">
1143
                    <cstring>checkBox_RaJul</cstring>
1144
                </property>
1145
                <property name="geometry">
1146
                    <rect>
1147
                        <x>130</x>
1148
                        <y>20</y>
1149
                        <width>20</width>
1150
                        <height>20</height>
1151
                    </rect>
1152
                </property>
1153
                <property name="text">
1154
                    <string></string>
1155
                </property>
1156
            </widget>
1157
            <widget class="QCheckBox">
1158
                <property name="name">
1159
                    <cstring>checkBox_RaJun</cstring>
1160
                </property>
1161
                <property name="geometry">
1162
                    <rect>
1163
                        <x>110</x>
1164
                        <y>20</y>
1165
                        <width>20</width>
1166
                        <height>20</height>
1167
                    </rect>
1168
                </property>
1169
                <property name="text">
1170
                    <string></string>
1171
                </property>
1172
            </widget>
1173
            <widget class="QLabel">
1174
                <property name="name">
1175
                    <cstring>textLabel1_3_3</cstring>
1176
                </property>
1177
                <property name="geometry">
1178
                    <rect>
1179
                        <x>50</x>
1180
                        <y>2</y>
1181
                        <width>20</width>
1182
                        <height>20</height>
1183
                    </rect>
1184
                </property>
1185
                <property name="text">
1186
                    <string>&lt;font size="-1"&gt;Mär&lt;/font&gt;</string>
1187
                </property>
1188
            </widget>
1189
            <widget class="QLabel">
1190
                <property name="name">
1191
                    <cstring>textLabel1_3_5</cstring>
1192
                </property>
1193
                <property name="geometry">
1194
                    <rect>
1195
                        <x>90</x>
1196
                        <y>2</y>
1197
                        <width>20</width>
1198
                        <height>20</height>
1199
                    </rect>
1200
                </property>
1201
                <property name="text">
1202
                    <string>&lt;font size="-1"&gt;Mai&lt;/font&gt;</string>
1203
                </property>
1204
            </widget>
1205
            <widget class="QLabel">
1206
                <property name="name">
1207
                    <cstring>textLabel1_3_4</cstring>
1208
                </property>
1209
                <property name="geometry">
1210
                    <rect>
1211
                        <x>70</x>
1212
                        <y>2</y>
1213
                        <width>20</width>
1214
                        <height>20</height>
1215
                    </rect>
1216
                </property>
1217
                <property name="text">
1218
                    <string>&lt;font size="-1"&gt;Apr&lt;/font&gt;</string>
1219
                </property>
1220
            </widget>
1221
            <widget class="QLabel">
1222
                <property name="name">
1223
                    <cstring>textLabel1_3_6</cstring>
1224
                </property>
1225
                <property name="geometry">
1226
                    <rect>
1227
                        <x>110</x>
1228
                        <y>2</y>
1229
                        <width>20</width>
1230
                        <height>20</height>
1231
                    </rect>
1232
                </property>
1233
                <property name="text">
1234
                    <string>&lt;font size="-1"&gt;Jun&lt;/font&gt;</string>
1235
                </property>
1236
            </widget>
1237
            <widget class="QLabel">
1238
                <property name="name">
1239
                    <cstring>textLabel1_3_7</cstring>
1240
                </property>
1241
                <property name="geometry">
1242
                    <rect>
1243
                        <x>130</x>
1244
                        <y>2</y>
1245
                        <width>20</width>
1246
                        <height>20</height>
1247
                    </rect>
1248
                </property>
1249
                <property name="text">
1250
                    <string>&lt;font size="-1"&gt;Jul&lt;/font&gt;</string>
1251
                </property>
1252
            </widget>
1253
            <widget class="QLabel">
1254
                <property name="name">
1255
                    <cstring>textLabel1_3_8</cstring>
1256
                </property>
1257
                <property name="geometry">
1258
                    <rect>
1259
                        <x>150</x>
1260
                        <y>2</y>
1261
                        <width>20</width>
1262
                        <height>20</height>
1263
                    </rect>
1264
                </property>
1265
                <property name="text">
1266
                    <string>&lt;font size="-1"&gt;Aug&lt;/font&gt;</string>
1267
                </property>
1268
            </widget>
1269
            <widget class="QLabel">
1270
                <property name="name">
1271
                    <cstring>textLabel1_3_9</cstring>
1272
                </property>
1273
                <property name="geometry">
1274
                    <rect>
1275
                        <x>170</x>
1276
                        <y>2</y>
1277
                        <width>20</width>
1278
                        <height>20</height>
1279
                    </rect>
1280
                </property>
1281
                <property name="text">
1282
                    <string>&lt;font size="-1"&gt;Sep&lt;/font&gt;</string>
1283
                </property>
1284
            </widget>
1285
            <widget class="QLabel">
1286
                <property name="name">
1287
                    <cstring>textLabel1_3_10</cstring>
1288
                </property>
1289
                <property name="geometry">
1290
                    <rect>
1291
                        <x>190</x>
1292
                        <y>2</y>
1293
                        <width>20</width>
1294
                        <height>20</height>
1295
                    </rect>
1296
                </property>
1297
                <property name="text">
1298
                    <string>&lt;font size="-1"&gt;Okt&lt;/font&gt;</string>
1299
                </property>
1300
            </widget>
1301
            <widget class="QLabel">
1302
                <property name="name">
1303
                    <cstring>textLabel1_3_11</cstring>
1304
                </property>
1305
                <property name="geometry">
1306
                    <rect>
1307
                        <x>210</x>
1308
                        <y>2</y>
1309
                        <width>20</width>
1310
                        <height>20</height>
1311
                    </rect>
1312
                </property>
1313
                <property name="text">
1314
                    <string>&lt;font size="-1"&gt;Nov&lt;/font&gt;</string>
1315
                </property>
1316
            </widget>
1317
            <widget class="QCheckBox">
1318
                <property name="name">
1319
                    <cstring>checkBox_RaFeb</cstring>
1320
                </property>
1321
                <property name="geometry">
1322
                    <rect>
1323
                        <x>30</x>
1324
                        <y>20</y>
1325
                        <width>20</width>
1326
                        <height>20</height>
1327
                    </rect>
1328
                </property>
1329
                <property name="text">
1330
                    <string></string>
1331
                </property>
1332
            </widget>
1333
            <widget class="QCheckBox">
1334
                <property name="name">
1335
                    <cstring>checkBox_RaMar</cstring>
1336
                </property>
1337
                <property name="geometry">
1338
                    <rect>
1339
                        <x>50</x>
1340
                        <y>20</y>
1341
                        <width>20</width>
1342
                        <height>20</height>
1343
                    </rect>
1344
                </property>
1345
                <property name="text">
1346
                    <string></string>
1347
                </property>
1348
            </widget>
1349
            <widget class="QCheckBox">
1350
                <property name="name">
1351
                    <cstring>checkBox_RaApr</cstring>
1352
                </property>
1353
                <property name="geometry">
1354
                    <rect>
1355
                        <x>70</x>
1356
                        <y>20</y>
1357
                        <width>20</width>
1358
                        <height>20</height>
1359
                    </rect>
1360
                </property>
1361
                <property name="text">
1362
                    <string></string>
1363
                </property>
1364
            </widget>
1365
            <widget class="QCheckBox">
1366
                <property name="name">
1367
                    <cstring>checkBox_RaMai</cstring>
1368
                </property>
1369
                <property name="geometry">
1370
                    <rect>
1371
                        <x>90</x>
1372
                        <y>20</y>
1373
                        <width>20</width>
1374
                        <height>20</height>
1375
                    </rect>
1376
                </property>
1377
                <property name="text">
1378
                    <string></string>
1379
                </property>
1380
            </widget>
1381
            <widget class="QLabel">
1382
                <property name="name">
1383
                    <cstring>textLabel1_3</cstring>
1384
                </property>
1385
                <property name="geometry">
1386
                    <rect>
1387
                        <x>10</x>
1388
                        <y>2</y>
1389
                        <width>23</width>
1390
                        <height>20</height>
1391
                    </rect>
1392
                </property>
1393
                <property name="text">
1394
                    <string>&lt;font size="-1"&gt;Jan&lt;/font&gt;</string>
1395
                </property>
1396
            </widget>
1397
            <widget class="QLabel">
1398
                <property name="name">
1399
                    <cstring>textLabel1_3_2</cstring>
1400
                </property>
1401
                <property name="geometry">
1402
                    <rect>
1403
                        <x>30</x>
1404
                        <y>2</y>
1405
                        <width>20</width>
1406
                        <height>20</height>
1407
                    </rect>
1408
                </property>
1409
                <property name="text">
1410
                    <string>&lt;font size="-1"&gt;Feb&lt;/font&gt;</string>
1411
                </property>
1412
            </widget>
1413
            <widget class="QCheckBox">
1414
                <property name="name">
1415
                    <cstring>checkBox_RaJan</cstring>
1416
                </property>
1417
                <property name="geometry">
1418
                    <rect>
1419
                        <x>10</x>
1420
                        <y>20</y>
1421
                        <width>20</width>
1422
                        <height>20</height>
1423
                    </rect>
1424
                </property>
1425
                <property name="text">
1426
                    <string></string>
1427
                </property>
1428
            </widget>
1429
            <widget class="QLabel">
1430
                <property name="name">
1431
                    <cstring>textLabel1_3_12</cstring>
1432
                </property>
1433
                <property name="geometry">
1434
                    <rect>
1435
                        <x>230</x>
1436
                        <y>2</y>
1437
                        <width>20</width>
1438
                        <height>20</height>
1439
                    </rect>
1440
                </property>
1441
                <property name="text">
1442
                    <string>&lt;font size="-1"&gt;Dez&lt;/font&gt;</string>
1443
                </property>
1444
            </widget>
43 root 1445
        </widget>
44 andreas 1446
    </widget>
1447
    <widget class="QGroupBox">
1448
        <property name="name">
1449
            <cstring>groupBox2</cstring>
1450
        </property>
1451
        <property name="geometry">
1452
            <rect>
1453
                <x>390</x>
1454
                <y>0</y>
1455
                <width>280</width>
1456
                <height>110</height>
1457
            </rect>
1458
        </property>
1459
        <property name="title">
1460
            <string>Parameter/BWG</string>
1461
        </property>
43 root 1462
        <widget class="QLabel">
1463
            <property name="name">
44 andreas 1464
                <cstring>textLabel8</cstring>
43 root 1465
            </property>
1466
            <property name="geometry">
1467
                <rect>
44 andreas 1468
                    <x>10</x>
43 root 1469
                    <y>20</y>
44 andreas 1470
                    <width>107</width>
43 root 1471
                    <height>20</height>
1472
                </rect>
1473
            </property>
1474
            <property name="text">
44 andreas 1475
                <string>Tageberechnung</string>
43 root 1476
            </property>
1477
        </widget>
1478
        <widget class="QLabel">
1479
            <property name="name">
44 andreas 1480
                <cstring>textLabel9</cstring>
43 root 1481
            </property>
1482
            <property name="geometry">
1483
                <rect>
44 andreas 1484
                    <x>10</x>
1485
                    <y>50</y>
1486
                    <width>94</width>
43 root 1487
                    <height>20</height>
1488
                </rect>
1489
            </property>
1490
            <property name="text">
44 andreas 1491
                <string>Verzinsungsart</string>
43 root 1492
            </property>
1493
        </widget>
44 andreas 1494
        <widget class="QComboBox">
1495
            <item>
1496
                <property name="text">
1497
                    <string>30 / 360</string>
1498
                </property>
1499
            </item>
1500
            <item>
1501
                <property name="text">
1502
                    <string>Klm. / 360</string>
1503
                </property>
1504
            </item>
1505
            <item>
1506
                <property name="text">
1507
                    <string>Klm. / 365</string>
1508
                </property>
1509
            </item>
1510
            <item>
1511
                <property name="text">
1512
                    <string>30 / 365 (366)</string>
1513
                </property>
1514
            </item>
43 root 1515
            <property name="name">
44 andreas 1516
                <cstring>comboBox_tageber</cstring>
43 root 1517
            </property>
1518
            <property name="geometry">
1519
                <rect>
44 andreas 1520
                    <x>120</x>
43 root 1521
                    <y>20</y>
44 andreas 1522
                    <width>150</width>
1523
                    <height>23</height>
43 root 1524
                </rect>
1525
            </property>
1526
        </widget>
44 andreas 1527
        <widget class="QComboBox">
1528
            <item>
1529
                <property name="text">
1530
                    <string>Dekursiv</string>
1531
                </property>
1532
            </item>
1533
            <item>
1534
                <property name="text">
1535
                    <string>Antizipativ</string>
1536
                </property>
1537
            </item>
1538
            <item>
1539
                <property name="text">
1540
                    <string>Dek./Zinsen a.Beg.Abschl.</string>
1541
                </property>
1542
            </item>
1543
            <item>
1544
                <property name="text">
1545
                    <string>Unverzinst</string>
1546
                </property>
1547
            </item>
43 root 1548
            <property name="name">
44 andreas 1549
                <cstring>comboBox_verzart</cstring>
43 root 1550
            </property>
1551
            <property name="geometry">
1552
                <rect>
44 andreas 1553
                    <x>120</x>
1554
                    <y>50</y>
1555
                    <width>150</width>
1556
                    <height>23</height>
43 root 1557
                </rect>
1558
            </property>
1559
        </widget>
1560
        <widget class="QLabel">
1561
            <property name="name">
44 andreas 1562
                <cstring>textLabel2</cstring>
43 root 1563
            </property>
1564
            <property name="geometry">
1565
                <rect>
44 andreas 1566
                    <x>10</x>
1567
                    <y>80</y>
1568
                    <width>65</width>
43 root 1569
                    <height>20</height>
1570
                </rect>
1571
            </property>
1572
            <property name="text">
44 andreas 1573
                <string>Fixspesen</string>
43 root 1574
            </property>
1575
        </widget>
1576
        <widget class="QLabel">
1577
            <property name="name">
44 andreas 1578
                <cstring>textLabel5</cstring>
43 root 1579
            </property>
1580
            <property name="geometry">
1581
                <rect>
44 andreas 1582
                    <x>240</x>
1583
                    <y>80</y>
1584
                    <width>30</width>
43 root 1585
                    <height>20</height>
1586
                </rect>
1587
            </property>
1588
            <property name="text">
44 andreas 1589
                <string>EUR</string>
43 root 1590
            </property>
1591
        </widget>
44 andreas 1592
        <widget class="KDoubleNumInput">
43 root 1593
            <property name="name">
44 andreas 1594
                <cstring>kDoubleNumInput_Fixspesen</cstring>
43 root 1595
            </property>
1596
            <property name="geometry">
1597
                <rect>
44 andreas 1598
                    <x>120</x>
1599
                    <y>80</y>
1600
                    <width>120</width>
1601
                    <height>25</height>
43 root 1602
                </rect>
1603
            </property>
44 andreas 1604
            <property name="maxValue">
1605
                <number>2e+07</number>
43 root 1606
            </property>
1607
        </widget>
44 andreas 1608
    </widget>
1609
    <widget class="QGroupBox">
1610
        <property name="name">
1611
            <cstring>groupBox3</cstring>
1612
        </property>
1613
        <property name="geometry">
1614
            <rect>
1615
                <x>10</x>
1616
                <y>110</y>
1617
                <width>660</width>
1618
                <height>150</height>
1619
            </rect>
1620
        </property>
1621
        <property name="title">
1622
            <string>Zinssatz</string>
1623
        </property>
43 root 1624
        <widget class="QLabel">
1625
            <property name="name">
44 andreas 1626
                <cstring>textLabel10</cstring>
43 root 1627
            </property>
1628
            <property name="geometry">
1629
                <rect>
44 andreas 1630
                    <x>10</x>
43 root 1631
                    <y>20</y>
44 andreas 1632
                    <width>73</width>
43 root 1633
                    <height>20</height>
1634
                </rect>
1635
            </property>
1636
            <property name="text">
44 andreas 1637
                <string>Zinssatz</string>
43 root 1638
            </property>
1639
        </widget>
1640
        <widget class="QLabel">
1641
            <property name="name">
44 andreas 1642
                <cstring>textLabel11</cstring>
43 root 1643
            </property>
1644
            <property name="geometry">
1645
                <rect>
1646
                    <x>10</x>
44 andreas 1647
                    <y>50</y>
43 root 1648
                    <width>80</width>
1649
                    <height>20</height>
1650
                </rect>
1651
            </property>
1652
            <property name="text">
44 andreas 1653
                <string>gültig ab</string>
43 root 1654
            </property>
1655
        </widget>
1656
        <widget class="KDateWidget">
1657
            <property name="name">
44 andreas 1658
                <cstring>kDateWidget_ZiGiltAb</cstring>
43 root 1659
            </property>
1660
            <property name="geometry">
1661
                <rect>
1662
                    <x>110</x>
44 andreas 1663
                    <y>50</y>
43 root 1664
                    <width>216</width>
1665
                    <height>23</height>
1666
                </rect>
1667
            </property>
1668
            <property name="date">
1669
                <date>
1670
                    <year>2008</year>
1671
                    <month>1</month>
1672
                    <day>1</day>
1673
                </date>
1674
            </property>
1675
        </widget>
1676
        <widget class="QLabel">
1677
            <property name="name">
44 andreas 1678
                <cstring>textLabel12</cstring>
43 root 1679
            </property>
1680
            <property name="geometry">
1681
                <rect>
44 andreas 1682
                    <x>370</x>
1683
                    <y>20</y>
1684
                    <width>73</width>
43 root 1685
                    <height>20</height>
1686
                </rect>
1687
            </property>
1688
            <property name="text">
44 andreas 1689
                <string>Zuschuss</string>
43 root 1690
            </property>
1691
        </widget>
44 andreas 1692
        <widget class="QCheckBox">
43 root 1693
            <property name="name">
44 andreas 1694
                <cstring>checkBox_Rate</cstring>
43 root 1695
            </property>
1696
            <property name="geometry">
1697
                <rect>
44 andreas 1698
                    <x>370</x>
1699
                    <y>120</y>
1700
                    <width>120</width>
1701
                    <height>20</height>
43 root 1702
                </rect>
1703
            </property>
44 andreas 1704
            <property name="text">
1705
                <string>Raten&amp;vorgabe</string>
1706
            </property>
1707
            <property name="accel">
1708
                <string>Alt+V</string>
1709
            </property>
43 root 1710
        </widget>
44 andreas 1711
        <widget class="QCheckBox">
43 root 1712
            <property name="name">
44 andreas 1713
                <cstring>checkBox_Runden</cstring>
43 root 1714
            </property>
1715
            <property name="geometry">
1716
                <rect>
44 andreas 1717
                    <x>20</x>
1718
                    <y>90</y>
1719
                    <width>80</width>
43 root 1720
                    <height>20</height>
1721
                </rect>
1722
            </property>
1723
            <property name="text">
44 andreas 1724
                <string>R&amp;unden</string>
43 root 1725
            </property>
44 andreas 1726
            <property name="accel">
1727
                <string>Alt+U</string>
1728
            </property>
43 root 1729
        </widget>
44 andreas 1730
        <widget class="QCheckBox">
43 root 1731
            <property name="name">
44 andreas 1732
                <cstring>checkBox_RechUltimo</cstring>
43 root 1733
            </property>
1734
            <property name="geometry">
1735
                <rect>
44 andreas 1736
                    <x>20</x>
1737
                    <y>120</y>
1738
                    <width>140</width>
43 root 1739
                    <height>20</height>
1740
                </rect>
1741
            </property>
1742
            <property name="text">
44 andreas 1743
                <string>Bere&amp;chnen Ultimo</string>
43 root 1744
            </property>
44 andreas 1745
            <property name="accel">
1746
                <string>Alt+C</string>
1747
            </property>
43 root 1748
        </widget>
1749
        <widget class="QLabel">
1750
            <property name="name">
44 andreas 1751
                <cstring>textLabel1_5</cstring>
43 root 1752
            </property>
1753
            <property name="geometry">
1754
                <rect>
44 andreas 1755
                    <x>630</x>
43 root 1756
                    <y>20</y>
44 andreas 1757
                    <width>16</width>
43 root 1758
                    <height>20</height>
1759
                </rect>
1760
            </property>
1761
            <property name="text">
44 andreas 1762
                <string>%</string>
43 root 1763
            </property>
1764
        </widget>
1765
        <widget class="QCheckBox">
1766
            <property name="name">
44 andreas 1767
                <cstring>checkBox_ZiChange</cstring>
43 root 1768
            </property>
1769
            <property name="geometry">
1770
                <rect>
44 andreas 1771
                    <x>370</x>
1772
                    <y>90</y>
43 root 1773
                    <width>140</width>
1774
                    <height>20</height>
1775
                </rect>
1776
            </property>
1777
            <property name="text">
44 andreas 1778
                <string>&amp;Zinssatzänderung</string>
43 root 1779
            </property>
1780
            <property name="accel">
44 andreas 1781
                <string>Alt+Z</string>
43 root 1782
            </property>
1783
        </widget>
44 andreas 1784
        <widget class="QLabel">
43 root 1785
            <property name="name">
44 andreas 1786
                <cstring>textLabel5_2</cstring>
43 root 1787
            </property>
1788
            <property name="geometry">
1789
                <rect>
44 andreas 1790
                    <x>370</x>
43 root 1791
                    <y>50</y>
44 andreas 1792
                    <width>87</width>
43 root 1793
                    <height>20</height>
1794
                </rect>
1795
            </property>
1796
            <property name="text">
44 andreas 1797
                <string>Ann.Zuschuss</string>
43 root 1798
            </property>
1799
        </widget>
44 andreas 1800
        <widget class="KDoubleNumInput">
43 root 1801
            <property name="name">
44 andreas 1802
                <cstring>kDoubleNumInput_AnnZuschuss</cstring>
43 root 1803
            </property>
1804
            <property name="geometry">
1805
                <rect>
44 andreas 1806
                    <x>500</x>
1807
                    <y>50</y>
43 root 1808
                    <width>120</width>
44 andreas 1809
                    <height>25</height>
43 root 1810
                </rect>
1811
            </property>
44 andreas 1812
            <property name="maxValue">
1813
                <number>1e+07</number>
43 root 1814
            </property>
1815
        </widget>
1816
        <widget class="KDoubleNumInput">
1817
            <property name="name">
1818
                <cstring>kDoubleNumInput_ZiZuschuss</cstring>
1819
            </property>
1820
            <property name="enabled">
44 andreas 1821
                <bool>true</bool>
43 root 1822
            </property>
1823
            <property name="geometry">
1824
                <rect>
44 andreas 1825
                    <x>500</x>
43 root 1826
                    <y>20</y>
1827
                    <width>120</width>
1828
                    <height>25</height>
1829
                </rect>
1830
            </property>
44 andreas 1831
            <property name="maxValue">
1832
                <number>100</number>
43 root 1833
            </property>
44 andreas 1834
            <property name="precision">
1835
                <number>3</number>
43 root 1836
            </property>
1837
        </widget>
1838
        <widget class="KDoubleNumInput">
1839
            <property name="name">
1840
                <cstring>kDoubleNumInput_Zinssatz</cstring>
1841
            </property>
1842
            <property name="geometry">
1843
                <rect>
1844
                    <x>110</x>
1845
                    <y>20</y>
1846
                    <width>120</width>
1847
                    <height>25</height>
1848
                </rect>
1849
            </property>
1850
            <property name="maxValue">
1851
                <number>100</number>
1852
            </property>
1853
            <property name="precision">
1854
                <number>3</number>
1855
            </property>
1856
        </widget>
44 andreas 1857
        <widget class="QLabel">
1858
            <property name="name">
1859
                <cstring>textLabel6_3_2</cstring>
1860
            </property>
1861
            <property name="geometry">
1862
                <rect>
1863
                    <x>623</x>
1864
                    <y>50</y>
1865
                    <width>30</width>
1866
                    <height>20</height>
1867
                </rect>
1868
            </property>
1869
            <property name="text">
1870
                <string>EUR</string>
1871
            </property>
1872
        </widget>
43 root 1873
    </widget>
1874
</widget>
1875
<menubar>
1876
    <property name="name">
1877
        <cstring>MenuBar</cstring>
1878
    </property>
1879
    <item text="&amp;File" name="fileMenu">
1880
        <action name="fileNewAction"/>
1881
        <action name="fileOpenAction"/>
1882
        <action name="fileSaveAction"/>
1883
        <action name="fileSaveAsAction"/>
1884
        <separator/>
1885
        <action name="filePrintAction"/>
1886
        <separator/>
1887
        <action name="fileExitAction"/>
1888
    </item>
1889
    <item text="&amp;Edit" name="editMenu">
1890
        <action name="editUndoAction"/>
1891
        <action name="editRedoAction"/>
1892
        <separator/>
1893
        <action name="editCutAction"/>
1894
        <action name="editCopyAction"/>
1895
        <action name="editPasteAction"/>
1896
        <separator/>
1897
    </item>
1898
    <item text="Berechnen" name="Berechnen">
1899
        <action name="menuSummenAction"/>
1900
        <action name="berechnenTilgungsplanAction"/>
44 andreas 1901
        <action name="berechnen_ZiAend"/>
43 root 1902
    </item>
1903
    <item text="&amp;Help" name="helpMenu">
1904
        <action name="helpContentsAction"/>
1905
        <action name="helpIndexAction"/>
1906
        <separator/>
1907
        <action name="helpAboutAction"/>
1908
    </item>
1909
</menubar>
1910
<toolbars>
1911
    <toolbar dock="2">
1912
        <property name="name">
1913
            <cstring>toolBar</cstring>
1914
        </property>
1915
        <property name="label">
1916
            <string>Tools</string>
1917
        </property>
1918
        <action name="fileNewAction"/>
1919
        <action name="fileOpenAction"/>
1920
        <action name="fileSaveAction"/>
1921
        <action name="filePrintAction"/>
1922
    </toolbar>
1923
</toolbars>
1924
<actions>
1925
    <action>
1926
        <property name="name">
1927
            <cstring>fileNewAction</cstring>
1928
        </property>
1929
        <property name="iconSet">
1930
            <iconset>image1</iconset>
1931
        </property>
1932
        <property name="text">
1933
            <string>Neu</string>
1934
        </property>
1935
        <property name="menuText">
1936
            <string>&amp;Neu</string>
1937
        </property>
1938
        <property name="accel">
1939
            <string>N</string>
1940
        </property>
1941
    </action>
1942
    <action>
1943
        <property name="name">
1944
            <cstring>fileOpenAction</cstring>
1945
        </property>
1946
        <property name="iconSet">
1947
            <iconset>image2</iconset>
1948
        </property>
1949
        <property name="text">
1950
            <string>Öffnen</string>
1951
        </property>
1952
        <property name="menuText">
1953
            <string>Ö&amp;ffnen ...</string>
1954
        </property>
1955
        <property name="accel">
1956
            <string>O</string>
1957
        </property>
1958
    </action>
1959
    <action>
1960
        <property name="name">
1961
            <cstring>fileSaveAction</cstring>
1962
        </property>
1963
        <property name="iconSet">
1964
            <iconset>image3</iconset>
1965
        </property>
1966
        <property name="text">
1967
            <string>Speichern</string>
1968
        </property>
1969
        <property name="menuText">
1970
            <string>S&amp;peichern</string>
1971
        </property>
1972
        <property name="accel">
1973
            <string>S</string>
1974
        </property>
1975
    </action>
1976
    <action>
1977
        <property name="name">
1978
            <cstring>fileSaveAsAction</cstring>
1979
        </property>
1980
        <property name="text">
1981
            <string>Speichern unter</string>
1982
        </property>
1983
        <property name="menuText">
1984
            <string>Speichern &amp;unter ...</string>
1985
        </property>
1986
        <property name="accel">
1987
            <string></string>
1988
        </property>
1989
    </action>
1990
    <action>
1991
        <property name="name">
1992
            <cstring>filePrintAction</cstring>
1993
        </property>
1994
        <property name="iconSet">
1995
            <iconset>image4</iconset>
1996
        </property>
1997
        <property name="text">
1998
            <string>Drucken</string>
1999
        </property>
2000
        <property name="menuText">
2001
            <string>&amp;Drucken ...</string>
2002
        </property>
2003
        <property name="accel">
2004
            <string>P</string>
2005
        </property>
2006
    </action>
2007
    <action>
2008
        <property name="name">
2009
            <cstring>fileExitAction</cstring>
2010
        </property>
2011
        <property name="text">
2012
            <string>Exit</string>
2013
        </property>
2014
        <property name="menuText">
2015
            <string>&amp;Verlassen</string>
2016
        </property>
2017
        <property name="accel">
2018
            <string></string>
2019
        </property>
2020
    </action>
2021
    <action>
2022
        <property name="name">
2023
            <cstring>editUndoAction</cstring>
2024
        </property>
2025
        <property name="iconSet">
2026
            <iconset>image5</iconset>
2027
        </property>
2028
        <property name="text">
2029
            <string>Rückgängig</string>
2030
        </property>
2031
        <property name="menuText">
2032
            <string>&amp;Rückgängig</string>
2033
        </property>
2034
        <property name="accel">
2035
            <string>Z</string>
2036
        </property>
2037
    </action>
2038
    <action>
2039
        <property name="name">
2040
            <cstring>editRedoAction</cstring>
2041
        </property>
2042
        <property name="iconSet">
2043
            <iconset>image6</iconset>
2044
        </property>
2045
        <property name="text">
2046
            <string>Wiederherstellen</string>
2047
        </property>
2048
        <property name="menuText">
2049
            <string>&amp;Wiederherstellen</string>
2050
        </property>
2051
        <property name="accel">
2052
            <string>Y</string>
2053
        </property>
2054
    </action>
2055
    <action>
2056
        <property name="name">
2057
            <cstring>editCutAction</cstring>
2058
        </property>
2059
        <property name="iconSet">
2060
            <iconset>image7</iconset>
2061
        </property>
2062
        <property name="text">
2063
            <string>Ausschneiden</string>
2064
        </property>
2065
        <property name="menuText">
2066
            <string>&amp;Ausschneiden</string>
2067
        </property>
2068
        <property name="accel">
2069
            <string>X</string>
2070
        </property>
2071
    </action>
2072
    <action>
2073
        <property name="name">
2074
            <cstring>editCopyAction</cstring>
2075
        </property>
2076
        <property name="iconSet">
2077
            <iconset>image8</iconset>
2078
        </property>
2079
        <property name="text">
2080
            <string>Kopieren</string>
2081
        </property>
2082
        <property name="menuText">
2083
            <string>&amp;Kopieren</string>
2084
        </property>
2085
        <property name="accel">
2086
            <string>C</string>
2087
        </property>
2088
    </action>
2089
    <action>
2090
        <property name="name">
2091
            <cstring>editPasteAction</cstring>
2092
        </property>
2093
        <property name="iconSet">
2094
            <iconset>image9</iconset>
2095
        </property>
2096
        <property name="text">
2097
            <string>Einfügen</string>
2098
        </property>
2099
        <property name="menuText">
2100
            <string>&amp;Einfügen</string>
2101
        </property>
2102
        <property name="accel">
2103
            <string>V</string>
2104
        </property>
2105
    </action>
2106
    <action>
2107
        <property name="name">
2108
            <cstring>helpContentsAction</cstring>
2109
        </property>
2110
        <property name="text">
2111
            <string>Inhalt</string>
2112
        </property>
2113
        <property name="menuText">
2114
            <string>&amp;Contents...</string>
2115
        </property>
2116
        <property name="accel">
2117
            <string></string>
2118
        </property>
2119
    </action>
2120
    <action>
2121
        <property name="name">
2122
            <cstring>helpIndexAction</cstring>
2123
        </property>
2124
        <property name="text">
2125
            <string>Index</string>
2126
        </property>
2127
        <property name="menuText">
2128
            <string>&amp;Index...</string>
2129
        </property>
2130
        <property name="accel">
2131
            <string></string>
2132
        </property>
2133
    </action>
2134
    <action>
2135
        <property name="name">
2136
            <cstring>helpAboutAction</cstring>
2137
        </property>
2138
        <property name="text">
2139
            <string>Über</string>
2140
        </property>
2141
        <property name="menuText">
2142
            <string>&amp;Über</string>
2143
        </property>
2144
        <property name="accel">
2145
            <string></string>
2146
        </property>
2147
    </action>
2148
    <action>
2149
        <property name="name">
2150
            <cstring>menuSummenAction</cstring>
2151
        </property>
2152
        <property name="text">
2153
            <string>Summen</string>
2154
        </property>
2155
        <property name="menuText">
2156
            <string>Summen</string>
2157
        </property>
2158
        <property name="toolTip">
2159
            <string>Berechnen der Summen</string>
2160
        </property>
2161
    </action>
2162
    <action>
2163
        <property name="name">
2164
            <cstring>berechnenTilgungsplanAction</cstring>
2165
        </property>
2166
        <property name="text">
2167
            <string>Tilgungsplan</string>
2168
        </property>
2169
        <property name="menuText">
2170
            <string>Tilgungsplan</string>
2171
        </property>
2172
        <property name="toolTip">
2173
            <string>Berechnen eines ganzen Tilgungsplans</string>
2174
        </property>
2175
    </action>
44 andreas 2176
    <action>
2177
        <property name="name">
2178
            <cstring>berechnen_ZiAend</cstring>
2179
        </property>
2180
        <property name="text">
2181
            <string>Zinsatzänderungen</string>
2182
        </property>
2183
        <property name="menuText">
2184
            <string>Zinssatzänderungen</string>
2185
        </property>
2186
        <property name="toolTip">
2187
            <string>Zinsatzänderungen definieren</string>
2188
        </property>
2189
    </action>
43 root 2190
</actions>
2191
<images>
2192
    <image name="image0">
2193
        <data format="PNG" length="2930">89504e470d0a1a0a0000000d4948445200000020000000200806000000737a7af400000b39494441545885959779905cd575c67ff7bd7ebdf7744fcf4ccf2269461a24460b3b42118bcce262750285135349b98809491c07e36c858b501843a8b2ab5229e22d8e15db55729565e222767030065b0803028c852490328b46cbecd28ca6bba77b7a79fdd67b6ffe1849856d6292afeafef1de1ff7fbee39df39f71e71c9da8b792f84307003172104f9743b99541b512b8a699a5c7dcf83d9dad27cd2ae17afda30905ceb797aa8d6701aa18a2eacee5f7ff89d2373fbfff293b77a8ffddd83fa273fff319fff9b2759bf6d1385be2ec6f68f72f2d018dffacf6fd293eb39cf17e1ff801d1ffbb3ed093d767377fae01f253bbc0d9e538d382d8f3012d0d76b914e25318c79e847fe60f7370ff46fb9f53f9e79f6e0bf0d9f1cb69ffcf2e7f9e9abaffeaf7bff5601eb76fc61d7359bbc872fe81efeccc4c47874a2e492cd26e95fddcb9a555dc4e3168ee3512c5699999bc7880873fbe6dcf6209cdcfef39f1c7b24d57ef5675f78f1c877efb8fd0639b67ff4ff27e0bebf7af8aacb07dde74f8cbe5d987222dc71db76babbb26008d002ad35421868add0436bd05aa3b56272b6c8e8e8141fbd29dd393c7e6cd70f9ea93d38767cee91871efef44b0fdcf3e9dfe011bfee819fee7f3df6dc0f7f74cbbaaec5a70fbf73307df7ef5d4b5f6f1eadc0881818a68900c250e1f92111436020514a2384a056b731049c59ac505eaae1b602f61e6ea7a3efa2bb1e7ff40f9e0358d3b9e63c9fd99debfe150185be817b7ad3c7be3d7674b4edfe7b6f41f91e32d458f1384bf580890593a61ea0a907f0236b59f63a586aa6a836259e53e7ccfc198410a45331f2ed695a9ecbba1e973dafcedc7572ce1bdf71cdc6a35f7bea6b188681611888cdfd9b01f8a76f3d2dde7ce3c0d6ed43a53d93274772f77dfc161af5267e1090cae438b994215bd842215f4008b06d9bb6b636c25022a542a1087c8ff2dcbba8da289edba4bb90c73434e58acdcc6c8567dfc8d63abbfad7fecb57ff7cf97c04060a03246209b65e77637443dfe29ec307f7adfee4fdbf8beb0548a9f14952660b6bd65e462699460881effb944a2572b91c5ab3927f048661124fb6a3a2dd44b1291517895806b9b6241df914b313e3f1e373d1fc57763efefcd5575e47a426306fbbf676d0d05e483ce096dfb9f723b7ff0ee9741ca9a0e1829fde86e71b54ab55f21d79a296c5ecec2c5ddd3d444c13ad150a505a0120439f6834c14c31e4d4f438aedd2062595896c9bafe365ed9776268df9ba59dbd19ed1e1d1dc1f07d8f4f3cf25866d3207f6b589a81fe5eb41658b118ade8c50cac59cfe6a121360f0d610a0380e54693442c7ad6f902a535524a9492684003b61ba2321b693643a4eb502d9629143ab8f652d29e6d7fcab4560ad0905272f8d0911b4fcd1e5d77f387af4208413c9964be966470f02284784fc99cfd08031f21564a11344a299452846188922195e53ad1788c74b69b653f47a562535eac522b2fb1e3ea41e266f5332f1f5ab652f124c653bbbf615c3264dd6e37ebf4f476a10d811f0458e9214cc304384bb402c7718846a3e7ff2ba570ec068ee320a5422a8de3b9b41c8796e710c9f42284411084144f2fd0bbaa93359d6e5b6bb9d9393c3982f1e24b87b369cbb93695882384811006353b4277773f1a7dfee44aade4787a669a81fefeb38d48b0bc5c25080266e6e608c3103f0809fd00cf75e9e8eca2a37735b69121f0436af516d1a845672e4c85ae7d43cc8a61349badb5815b5ddbd7d785106285ccc8af343cadcf9f522905026ab53ac94402a514aeeb72f8f0bbb89e43b351472a4565a94275b98a158d6208304d937a9024082541a0f01c97bede14be5d120da7813133355f0c825626db96402b85560ac348a0b45a71b852e74568a5096408b0224ac3155bb771ead469940ca9964a9c9838c9626989643a831f281aae4fdd9644cd08be1710f801b96c12cb0c07010cdbf6dbe29641c434105a83928040a350bf1681c0f7b12cebace124526b2211937c7b9e3008191e1d21114f12f83eb5ca12bedba2be5ca5d053a058733193492a551b0cd0d2d52daf8591cf6683d0d7349af6d9084802af8156fa7c0482204029c5c4e414bd3dbd2b9d4f299494349b36e57219c7f341080cd320df96a1de6ce1f83ec5720523f0a8566aacbf601535db23f0154a4abbe13430129944551829d56c78682d57cc25eb2bced71a21c0f77db4d62c552ba453e9f3357f746c84e2e202ad964d18f82412716cdbe6f4fc3ca61565626a1adff7299e9e0461303db744bebd8d53f3255c5fb80046a5d634cf544d6fb952454b094a61a90a9eeba0b446294d10044829318c085a6b022929168b046188ed384422114e9d3943dd6ee1ba2ef54062c5e2f4ae5a45329dc27497c96453bc7b688c7c4786c9e90a4a4547008cac3f5bac39d64b320cf1fd00a525f95c9456650a94c2f7bc95e62325896402d769114a49b154c4100253188ccf9c66c3a68b587fc12081d2c40d41b35a24a85570e64f22fd268615259d4ee23801d58a96563c771420925fd5c9d8841cb97e53e1ceb7de3eca87aede8cd23035b2177fb64e104a5ccf434a8517041c3b710219040cacbf80c9c9a31089b0fec22102a538b55463e385eb59585864f1cc028ee7d093b4c9a4d3ec7b6b987beebe894307c6282df9af2f555e5b02305ffcd98f79e7c8dcb1e3c7263e150917ac2d9b07105ad2d395a4d56cd23970395d851e3aba0a747676d1d555a0b3a707431874160ab4b777d0f23ca456686110b66ca64f9fc6b24ccce61c19d3e1e8e40271136ebaed3a767f6f2fd3b3a9ddf395e3afc422310c806323cf9d768d81bd4ac478ed17a3680c0c33c2ba824779621f4a06188069ae3c22d01acf0f29954acccecd12842141109cf54a48326a42638182b5cce9728d330b653e72c7f5bcbce7978c9ff05a8699fa8a1ffab4fcd68a00d332b9e6baadffb0ef488cf24289b95325406045a26cec69d19c7999fa7211c775f15c17d7739152124fa668cbe6915252afd5582a2d52af1489b7a6e9899529d66c6666cfb07ddb46d2ed6dbcfcca08b69dfb6e2abe58deba612b5b376cc57ce28927585cac72ece4fe8596d7df532ecf6ecdc55d12a904c9641c8420216ca84f50a994a8b524446248a556ae5ebde20d7b7981686d8a943349471b8c4fcc33737a89a1c1555cffe1ed7ce9cbcf303c12ec35addefb8ab5f1b0e13468380dcc35031b50a1e4ba9b7670e1e0852fbff1cbf9a1c9c9b12de9b826968c914aaedc7c8290585823e94ed3387504b77812a33907b529dcb977098bc7a95717e9eace327c7496e5a6c365975ec08e1d5bf9e7a79ee6c8b05fb5a2fd1f1f9d7bfe54d369726e9977def551542859bdb68f83afed0b3da3f795f113cb85e1b1231799da33e28918edb914325cc9b1ef07440c88e0636a07a17caab51a4b0d0f279084810708eeb8ed1a8430f8fa379e6564345834ccc18f1d5ff8d9fe738fd173eb57e682445b8a9d9fbbbfbce3b2effc499575cfeddc3dfcbdb70e9c48dc7ae3c55cbca59f9869128b47114220a5240264a231c2c027158fd096cdb0aabf17d757ecddfb36afbd799262b9a399c8ae7d7062faf957791ffcc660f2f77ff128af1fde876998cf5e79e927d6bdfddf871efac5bb7b1ed8b82e93dcb16d03975f32485f773b9da9144624423416a32d9f63b1586772aec4335fff2f26662a346a6d6e2cbe697f7b4fd743078eec3a988c26df8ffffd27a32d035bc8a5731c38bc6b7169b9fad90f6dfbd32f8c4f1efbe313d353ff18ee3e14cfa614a9948565095ccfc7f7c1f70d84d18696d93933b2f9fbe9f6ecce1beebc63eafbdf7e44bf1fc76f15f05ee4b3393ef7c57b97fff50b5ffaaa6f6efc4e1878bf2f3de70ad7b5134ddb35843052563c954927e373c0ce483c3e3c3cfaefe16ab99a832f2c7cd0f61f2ce0caf5572095a2d05e606aea85bae33bbb3ada3a765d75f35f9b2ffef03159695478f28b3f8a3cfee8dde1b9675a3412fd40e273f81f8e3a30384fb2e0c80000000049454e44ae426082</data>
2194
    </image>
2195
    <image name="image1">
2196
        <data format="PNG" length="173">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000007449444154388dedd5c109c0200c05d06fe936812c10b2ffdd85d25385b6a991480f053f081af0291210f828c5a9d9c4de96cd2b9ad9eb0000660e2fe0c2519839c4f70c4c446d5e6b3538cf928245e4b2f6f014acaa8fda1d4fc1a5741b22079f9d111d96ea8a912c78c10bee64e60719f57e9203ad452a04cc4e50200000000049454e44ae426082</data>
2197
    </image>
2198
    <image name="image2">
2199
        <data format="PNG" length="210">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000009949444154388ded94410e85200c445f89c7367f61bc775d2848a42860ffced9548bbe8e13043e1d928177f481a123dc2b34f6f47a3de2b865a8843f4001982a0b3d5f62c58300aa1ad70550449ab9d507a773a8a4ba4f92a2df333c64c63bebbd82e5b8addecbcc7820eb4266c639745dfa80f36faf66c66fa19c3f882fb470ec05cdc0bed07893f68e171492635f686c3eeff6ba3c8fdd366dc4c0452c8781f8080000000049454e44ae426082</data>
2200
    </image>
2201
    <image name="image3">
2202
        <data format="PNG" length="217">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000a049444154388dd5954d0a802010859fd14668e18de662d222bc98376a21b4ac451992c66469e0b7f187f1f11c47052a218e762daddbfb9e99f6568f80b5364b8588ce35440400e80a398ce8f99034d2292cc37c8ebd530feb583a05e954341f8a027b2a7d3a1f09bf854dc5d5d953aa396e4f38cab199e2d2e108abe156f82e30977fcb4d8ff942d75dbebed2e143953a93f6caad3d6111f44b7d4f820ff9c0069bb51ecded318c5c0000000049454e44ae426082</data>
2203
    </image>
2204
    <image name="image4">
2205
        <data format="PNG" length="725">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000029c49444154388d8d95ad76db4010853ff718cc3289d950d06136344c98c362964087256f503f426161021be6b2842550612e8be14299496c866dc14ab2fc77da2192665777eedc3b5af53813afafaf414448d3742f6f6600a82a005555912409575757bdeebefe396011613299b440876b4d946589f7fe68cf596080cd6673047658485571cefd3ff02900333b2a70aa23806fa792799e07336b9938e770ceede9dde82f2247fa9e65acaa244942599688486b54374eb5ff4fc6105b3c9c882e6853ec9c142719376c4e31ede655756f42ba71a40dc06ab50a5996311c0ecf8237467e7e7e022092309f5fb7787b8cdfdfdf83f79efc2347668288b40087d786695994e479ceb6daf2f0f01066b319d7d7d7bd5e1774b3f154c5163580d34c019ca408020e7ce159afffb0dd16a81a1717198bc5224ad130bd9c5ee2d2145503538e6c3103849c4f3e78656a53d2af94e79767fc57fcfad4946c7411419f9e7e85b228c3ffc457f80aa3300a12248cc228acd7ebf0e3fbcf301e8fc360908524494236c842bfda56dcdddd9c75f73052522e999223cc98311e8f4964486905cfbf5ea8aa8a7490d237c0fb22cea31988106b48ed36385c54dc14c4f160dfb9c133b4217fd88019e97018d76b77fa6551e045a29e66b4be39882ed69d38031520e604f0b6c5886788df6c5a4f1cf5b835096b00b17628148b35746f673b39d278da0945e9236065e705adc976371a200a76b8e2302ba9fb6c7a633299f20debb06cc96a7cb4faba07ea9a6d35680d58cb39180c582cee2263ef7d631588412540159d338b30d2b0b21d183bcd31430496cb25f3f9bcd7cfb28c8fb70f7ebfbda16ac4f347d81b3ee93ccb0eb2edb39ea6e572c9e3e3630f3a87d06ab50aabd51bdbfaffa5686dcace99dd5f0354cb785f1993e984dbdb5beeefef5bbcbfd1f69e0c3fec24860000000049454e44ae426082</data>
2206
    </image>
2207
    <image name="image5">
2208
        <data format="PNG" length="172">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000007349444154388ded92c10e80200840b1ef661d1cff4d876aa888a17669f9360f283ed80060f159425f3a71f53602e08e992b098801d02854176ae47f21ce1fb5b05d38eddc9060d0f11379635b3bc92bd518e239a943ec1d5ab7785cee107be4b215af4091f894de47181ecea59ede9ec59f380062ac28b1e3d701d90000000049454e44ae426082</data>
2209
    </image>
2210
    <image name="image6">
2211
        <data format="PNG" length="173">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000007449444154388ded92c10ac02008406ddf2d3b84ffed0ea3586a26d165e0830ea53e8504487e4b910f5489f19ea5a3ca0f8a896365b306c42dd613c649bdc2598316136219f0f936c0a2ef00d75a62614d3ab22996f2a362ffa337c5ebede962aad1a2e84aaaa2f750dd12748c0fd0ab9324677800596e28b1743f46860000000049454e44ae426082</data>
2212
    </image>
2213
    <image name="image7">
2214
        <data format="PNG" length="187">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000008249444154388dcdd341128020080550e8e02ebc38ad3273503e48537fe3e48c4f2425fa28e29c6f39920bf9276cb60185358877611388c2576418cda015f520b4e6b55be109dc0622b8e22acf31056e18dfdff80606aa551cc63564c4dcf80cd0201d577a5c85a8845fdc025ea5307afccd07e23a1df283ec2b37d9ad5fb4dfefd49cfbf72fac98c8cc890000000049454e44ae426082</data>
2215
    </image>
2216
    <image name="image8">
2217
        <data format="PNG" length="248">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000bf49444154388dd593410a83301045df488ee51dbc8c3ba98bf46a9eabd385350d266362444a3f0c4266fcf3f824f06f12402b66da8c55f3de2212cf9d92cb98c0ba2d7c4544cf9a07638bbad53c4491235ecf7cc1623697a92540c11ff4fda75275015d24a9389e7d6f53df4fe4ccab323eea0f03c0c4b2a0712ce6add89b59b7661c3be095985f261679ee4ebcc22c9788551fe6a2cbc4969a894bcb6f23ee361aab62e252c57294dfbfb610bbf2c897b8a46cc6677eaa519571fa087ea83762da9abacb20235f0000000049454e44ae426082</data>
2218
    </image>
2219
    <image name="image9">
2220
        <data format="PNG" length="270">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000d549444154388dc5955d0a84300c8427e2a90a9e6c8b0f4b3dd982d7ca3e58d7fe4cd0ba5d7640024df265da0a057e2439c9eb8d9eaa8841a0c9aad8c82ab32f9c425be1e30e0dcf00c00308f0b3a7a07410a9d7142e00b42c5a5fab696b979b1c837fc0c316b6e4165b64f78d716359919bdc4570de47c04732dd5e5bcc35f0c97762ae787936dccf7513577e79f48c4b27aa0f1327b240f5117fcbe348aa33b6e0224b054d0746b8025e2e3b3e73cde0dd1c97f02e8ed9d0af1db381224bdf33eee698a934a0f617b45540d00bcf4ca08fc0dff406e325c1981bc418760000000049454e44ae426082</data>
2221
    </image>
2222
</images>
2223
<connections>
2224
    <connection>
2225
        <sender>fileNewAction</sender>
2226
        <signal>activated()</signal>
2227
        <receiver>Tilgungsplan</receiver>
2228
        <slot>fileNew()</slot>
2229
    </connection>
2230
    <connection>
2231
        <sender>fileOpenAction</sender>
2232
        <signal>activated()</signal>
2233
        <receiver>Tilgungsplan</receiver>
2234
        <slot>fileOpen()</slot>
2235
    </connection>
2236
    <connection>
2237
        <sender>fileSaveAction</sender>
2238
        <signal>activated()</signal>
2239
        <receiver>Tilgungsplan</receiver>
2240
        <slot>fileSave()</slot>
2241
    </connection>
2242
    <connection>
2243
        <sender>fileSaveAsAction</sender>
2244
        <signal>activated()</signal>
2245
        <receiver>Tilgungsplan</receiver>
2246
        <slot>fileSaveAs()</slot>
2247
    </connection>
2248
    <connection>
2249
        <sender>filePrintAction</sender>
2250
        <signal>activated()</signal>
2251
        <receiver>Tilgungsplan</receiver>
2252
        <slot>filePrint()</slot>
2253
    </connection>
2254
    <connection>
2255
        <sender>fileExitAction</sender>
2256
        <signal>activated()</signal>
2257
        <receiver>Tilgungsplan</receiver>
2258
        <slot>fileExit()</slot>
2259
    </connection>
2260
    <connection>
2261
        <sender>editUndoAction</sender>
2262
        <signal>activated()</signal>
2263
        <receiver>Tilgungsplan</receiver>
2264
        <slot>editUndo()</slot>
2265
    </connection>
2266
    <connection>
2267
        <sender>editRedoAction</sender>
2268
        <signal>activated()</signal>
2269
        <receiver>Tilgungsplan</receiver>
2270
        <slot>editRedo()</slot>
2271
    </connection>
2272
    <connection>
2273
        <sender>editCutAction</sender>
2274
        <signal>activated()</signal>
2275
        <receiver>Tilgungsplan</receiver>
2276
        <slot>editCut()</slot>
2277
    </connection>
2278
    <connection>
2279
        <sender>editCopyAction</sender>
2280
        <signal>activated()</signal>
2281
        <receiver>Tilgungsplan</receiver>
2282
        <slot>editCopy()</slot>
2283
    </connection>
2284
    <connection>
2285
        <sender>editPasteAction</sender>
2286
        <signal>activated()</signal>
2287
        <receiver>Tilgungsplan</receiver>
2288
        <slot>editPaste()</slot>
2289
    </connection>
2290
    <connection>
2291
        <sender>helpIndexAction</sender>
2292
        <signal>activated()</signal>
2293
        <receiver>Tilgungsplan</receiver>
2294
        <slot>helpIndex()</slot>
2295
    </connection>
2296
    <connection>
2297
        <sender>helpContentsAction</sender>
2298
        <signal>activated()</signal>
2299
        <receiver>Tilgungsplan</receiver>
2300
        <slot>helpContents()</slot>
2301
    </connection>
2302
    <connection>
2303
        <sender>helpAboutAction</sender>
2304
        <signal>activated()</signal>
2305
        <receiver>Tilgungsplan</receiver>
2306
        <slot>helpAbout()</slot>
2307
    </connection>
2308
    <connection>
2309
        <sender>checkBox_Runden</sender>
2310
        <signal>toggled(bool)</signal>
2311
        <receiver>Tilgungsplan</receiver>
2312
        <slot>cbRundenSlot()</slot>
2313
    </connection>
2314
    <connection>
2315
        <sender>kDoubleNumInput_Betrag</sender>
2316
        <signal>valueChanged(double)</signal>
2317
        <receiver>Tilgungsplan</receiver>
2318
        <slot>numBetragSlot()</slot>
2319
    </connection>
2320
    <connection>
2321
        <sender>kDoubleNumInput_Fixspesen</sender>
2322
        <signal>valueChanged(double)</signal>
2323
        <receiver>Tilgungsplan</receiver>
2324
        <slot>numFixspesenSlot()</slot>
2325
    </connection>
2326
    <connection>
2327
        <sender>kDoubleNumInput_Rate</sender>
2328
        <signal>valueChanged(double)</signal>
2329
        <receiver>Tilgungsplan</receiver>
2330
        <slot>numRateSlot()</slot>
2331
    </connection>
2332
    <connection>
2333
        <sender>kDoubleNumInput_ZiZuschuss</sender>
2334
        <signal>valueChanged(double)</signal>
2335
        <receiver>Tilgungsplan</receiver>
2336
        <slot>numZiZuschSlot()</slot>
2337
    </connection>
2338
    <connection>
2339
        <sender>kDoubleNumInput_Zinssatz</sender>
2340
        <signal>valueChanged(double)</signal>
2341
        <receiver>Tilgungsplan</receiver>
2342
        <slot>numZisatzSlot()</slot>
2343
    </connection>
2344
    <connection>
2345
        <sender>comboBox_tageber</sender>
2346
        <signal>textChanged(const QString&amp;)</signal>
2347
        <receiver>Tilgungsplan</receiver>
2348
        <slot>lbTageberSlot()</slot>
2349
    </connection>
2350
    <connection>
2351
        <sender>comboBox_verzart</sender>
2352
        <signal>textChanged(const QString&amp;)</signal>
2353
        <receiver>Tilgungsplan</receiver>
2354
        <slot>lbVerzartSlot()</slot>
2355
    </connection>
2356
    <connection>
2357
        <sender>berechnenTilgungsplanAction</sender>
2358
        <signal>activated()</signal>
2359
        <receiver>Tilgungsplan</receiver>
2360
        <slot>mnCalcTPSlot()</slot>
2361
    </connection>
2362
    <connection>
2363
        <sender>checkBox_Rate</sender>
2364
        <signal>toggled(bool)</signal>
2365
        <receiver>Tilgungsplan</receiver>
2366
        <slot>cbRateSlot()</slot>
2367
    </connection>
2368
    <connection>
2369
        <sender>checkBox_RechUltimo</sender>
2370
        <signal>toggled(bool)</signal>
2371
        <receiver>Tilgungsplan</receiver>
2372
        <slot>cbUltimoSlot()</slot>
2373
    </connection>
2374
    <connection>
2375
        <sender>checkBox_ZiChange</sender>
2376
        <signal>toggled(bool)</signal>
2377
        <receiver>Tilgungsplan</receiver>
2378
        <slot>cbZiChangeSlot()</slot>
2379
    </connection>
2380
    <connection>
2381
        <sender>comboBox_Ratart</sender>
2382
        <signal>textChanged(const QString&amp;)</signal>
2383
        <receiver>Tilgungsplan</receiver>
2384
        <slot>lbRatartSlot()</slot>
2385
    </connection>
2386
    <connection>
2387
        <sender>kDateWidget_Abschluss</sender>
2388
        <signal>changed(QDate)</signal>
2389
        <receiver>Tilgungsplan</receiver>
2390
        <slot>dtAbschlussSlot()</slot>
2391
    </connection>
2392
    <connection>
2393
        <sender>kDateWidget_Auszahlung</sender>
2394
        <signal>changed(QDate)</signal>
2395
        <receiver>Tilgungsplan</receiver>
2396
        <slot>dtAuszahlSlot()</slot>
2397
    </connection>
2398
    <connection>
2399
        <sender>kDateWidget_Endfael</sender>
2400
        <signal>changed(QDate)</signal>
2401
        <receiver>Tilgungsplan</receiver>
2402
        <slot>dtEndfaelSlot()</slot>
2403
    </connection>
2404
    <connection>
2405
        <sender>kDateWidget_RaBis</sender>
2406
        <signal>changed(QDate)</signal>
2407
        <receiver>Tilgungsplan</receiver>
2408
        <slot>dtRaBisSlot()</slot>
2409
    </connection>
2410
    <connection>
2411
        <sender>kDateWidget_RaVon</sender>
2412
        <signal>changed(QDate)</signal>
2413
        <receiver>Tilgungsplan</receiver>
2414
        <slot>dtRaVonSlot()</slot>
2415
    </connection>
2416
    <connection>
2417
        <sender>kDateWidget_ZiGiltAb</sender>
2418
        <signal>changed(QDate)</signal>
2419
        <receiver>Tilgungsplan</receiver>
2420
        <slot>dtZiGiltAbSlot()</slot>
2421
    </connection>
2422
    <connection>
2423
        <sender>kDoubleNumInput_AnnZuschuss</sender>
2424
        <signal>valueChanged(double)</signal>
2425
        <receiver>Tilgungsplan</receiver>
2426
        <slot>numAnnZuschSlot()</slot>
2427
    </connection>
2428
    <connection>
2429
        <sender>kIntNumInput_AnzRaten</sender>
2430
        <signal>valueChanged(int)</signal>
2431
        <receiver>Tilgungsplan</receiver>
2432
        <slot>intAnzRatenSlot()</slot>
2433
    </connection>
2434
    <connection>
44 andreas 2435
        <sender>lineEdit_EffZi</sender>
43 root 2436
        <signal>textChanged(const QString&amp;)</signal>
2437
        <receiver>Tilgungsplan</receiver>
44 andreas 2438
        <slot>txEffZiSlot()</slot>
43 root 2439
    </connection>
2440
    <connection>
44 andreas 2441
        <sender>lineEdit_GesBelast</sender>
43 root 2442
        <signal>textChanged(const QString&amp;)</signal>
2443
        <receiver>Tilgungsplan</receiver>
44 andreas 2444
        <slot>txGesBelastSlot()</slot>
43 root 2445
    </connection>
2446
    <connection>
44 andreas 2447
        <sender>menuSummenAction</sender>
2448
        <signal>activated()</signal>
43 root 2449
        <receiver>Tilgungsplan</receiver>
44 andreas 2450
        <slot>mnCalcTPSumSlot()</slot>
43 root 2451
    </connection>
2452
    <connection>
44 andreas 2453
        <sender>comboBox_valuta</sender>
43 root 2454
        <signal>textChanged(const QString&amp;)</signal>
2455
        <receiver>Tilgungsplan</receiver>
44 andreas 2456
        <slot>lbValutaSlot()</slot>
43 root 2457
    </connection>
2458
    <connection>
44 andreas 2459
        <sender>berechnen_ZiAend</sender>
2460
        <signal>activated()</signal>
43 root 2461
        <receiver>Tilgungsplan</receiver>
44 andreas 2462
        <slot>mnInputZiSlot()</slot>
43 root 2463
    </connection>
2464
    <connection>
44 andreas 2465
        <sender>checkBox_RaJan</sender>
2466
        <signal>toggled(bool)</signal>
43 root 2467
        <receiver>Tilgungsplan</receiver>
44 andreas 2468
        <slot>txRaJanSlot()</slot>
43 root 2469
    </connection>
2470
    <connection>
44 andreas 2471
        <sender>checkBox_RaApr</sender>
2472
        <signal>toggled(bool)</signal>
43 root 2473
        <receiver>Tilgungsplan</receiver>
2474
        <slot>txRaAprSlot()</slot>
2475
    </connection>
2476
    <connection>
44 andreas 2477
        <sender>checkBox_RaAug</sender>
2478
        <signal>toggled(bool)</signal>
43 root 2479
        <receiver>Tilgungsplan</receiver>
2480
        <slot>txRaAugSlot()</slot>
2481
    </connection>
2482
    <connection>
44 andreas 2483
        <sender>checkBox_RaDez</sender>
2484
        <signal>toggled(bool)</signal>
43 root 2485
        <receiver>Tilgungsplan</receiver>
2486
        <slot>txRaDezSlot()</slot>
2487
    </connection>
2488
    <connection>
44 andreas 2489
        <sender>checkBox_RaFeb</sender>
2490
        <signal>toggled(bool)</signal>
43 root 2491
        <receiver>Tilgungsplan</receiver>
2492
        <slot>txRaFebSlot()</slot>
2493
    </connection>
2494
    <connection>
44 andreas 2495
        <sender>checkBox_RaJul</sender>
2496
        <signal>toggled(bool)</signal>
43 root 2497
        <receiver>Tilgungsplan</receiver>
2498
        <slot>txRaJulSlot()</slot>
2499
    </connection>
2500
    <connection>
44 andreas 2501
        <sender>checkBox_RaJun</sender>
2502
        <signal>toggled(bool)</signal>
43 root 2503
        <receiver>Tilgungsplan</receiver>
2504
        <slot>txRaJunSlot()</slot>
2505
    </connection>
2506
    <connection>
44 andreas 2507
        <sender>checkBox_RaMai</sender>
2508
        <signal>toggled(bool)</signal>
43 root 2509
        <receiver>Tilgungsplan</receiver>
2510
        <slot>txRaMaiSlot()</slot>
2511
    </connection>
2512
    <connection>
44 andreas 2513
        <sender>checkBox_RaMar</sender>
2514
        <signal>toggled(bool)</signal>
43 root 2515
        <receiver>Tilgungsplan</receiver>
2516
        <slot>txRaMarSlot()</slot>
2517
    </connection>
2518
    <connection>
44 andreas 2519
        <sender>checkBox_RaNov</sender>
2520
        <signal>toggled(bool)</signal>
43 root 2521
        <receiver>Tilgungsplan</receiver>
2522
        <slot>txRaNovSlot()</slot>
2523
    </connection>
2524
    <connection>
44 andreas 2525
        <sender>checkBox_RaOkt</sender>
2526
        <signal>toggled(bool)</signal>
43 root 2527
        <receiver>Tilgungsplan</receiver>
2528
        <slot>txRaOktSlot()</slot>
2529
    </connection>
2530
    <connection>
44 andreas 2531
        <sender>checkBox_RaSep</sender>
2532
        <signal>toggled(bool)</signal>
43 root 2533
        <receiver>Tilgungsplan</receiver>
2534
        <slot>txRaSepSlot()</slot>
2535
    </connection>
2536
</connections>
2537
<tabstops>
2538
    <tabstop>kDoubleNumInput_Betrag</tabstop>
2539
    <tabstop>kDoubleNumInput_Fixspesen</tabstop>
2540
    <tabstop>comboBox_tageber</tabstop>
2541
    <tabstop>comboBox_verzart</tabstop>
2542
    <tabstop>lineEdit_EffZi</tabstop>
2543
    <tabstop>lineEdit_GesBelast</tabstop>
2544
    <tabstop>kDoubleNumInput_Zinssatz</tabstop>
2545
    <tabstop>checkBox_ZiChange</tabstop>
2546
    <tabstop>kDoubleNumInput_ZiZuschuss</tabstop>
2547
    <tabstop>checkBox_Runden</tabstop>
2548
    <tabstop>checkBox_RechUltimo</tabstop>
2549
    <tabstop>checkBox_Rate</tabstop>
2550
    <tabstop>kIntNumInput_AnzRaten</tabstop>
2551
    <tabstop>kDoubleNumInput_Rate</tabstop>
2552
    <tabstop>comboBox_Ratart</tabstop>
2553
    <tabstop>kDoubleNumInput_AnnZuschuss</tabstop>
2554
    <tabstop>comboBox_valuta</tabstop>
2555
</tabstops>
2556
<slots>
2557
    <slot>fileNew()</slot>
2558
    <slot>fileOpen()</slot>
2559
    <slot>fileSave()</slot>
2560
    <slot>fileSaveAs()</slot>
2561
    <slot>filePrint()</slot>
2562
    <slot>fileExit()</slot>
2563
    <slot>editUndo()</slot>
2564
    <slot>editRedo()</slot>
2565
    <slot>editCut()</slot>
2566
    <slot>editCopy()</slot>
2567
    <slot>editPaste()</slot>
2568
    <slot>editFind()</slot>
2569
    <slot>helpIndex()</slot>
2570
    <slot>helpContents()</slot>
2571
    <slot>helpAbout()</slot>
2572
    <slot>numBetragSlot()</slot>
2573
    <slot>cbRundenSlot()</slot>
2574
    <slot>numFixspesenSlot()</slot>
2575
    <slot>numRateSlot()</slot>
2576
    <slot>numZiZuschSlot()</slot>
2577
    <slot>numZisatzSlot()</slot>
2578
    <slot>numBeaGebSlot()</slot>
2579
    <slot>numZuzaehlSlot()</slot>
2580
    <slot>lbTageberSlot()</slot>
2581
    <slot>lbVerzartSlot()</slot>
2582
    <slot>mnCalcTPSlot()</slot>
2583
    <slot>cbRateSlot()</slot>
2584
    <slot>cbUltimoSlot()</slot>
2585
    <slot>cbZiChangeSlot()</slot>
2586
    <slot>lbRatartSlot()</slot>
2587
    <slot>dtAbschlussSlot()</slot>
2588
    <slot>dtAuszahlSlot()</slot>
2589
    <slot>dtEndfaelSlot()</slot>
2590
    <slot>dtRaBisSlot()</slot>
2591
    <slot>dtRaVonSlot()</slot>
2592
    <slot>dtZiGiltAbSlot()</slot>
2593
    <slot>intAnzRatenSlot()</slot>
2594
    <slot>txEffZiSlot()</slot>
2595
    <slot>txGesBelastSlot()</slot>
2596
    <slot>txRaAprSlot()</slot>
2597
    <slot>txRaJanSlot()</slot>
2598
    <slot>txRaFebSlot()</slot>
2599
    <slot>txRaMarSlot()</slot>
2600
    <slot>txRaMaiSlot()</slot>
2601
    <slot>txRaJunSlot()</slot>
2602
    <slot>txRaJulSlot()</slot>
2603
    <slot>txRaAugSlot()</slot>
2604
    <slot>txRaSepSlot()</slot>
2605
    <slot>txRaOktSlot()</slot>
2606
    <slot>txRaNovSlot()</slot>
2607
    <slot>txRaDezSlot()</slot>
2608
    <slot>mnCalcTPSumSlot()</slot>
2609
    <slot>lbValutaSlot()</slot>
44 andreas 2610
    <slot>numAnnZuschSlot()</slot>
2611
    <slot>mnInputZiSlot()</slot>
2612
    <slot>numSpesenSlot()</slot>
43 root 2613
</slots>
2614
<layoutdefaults spacing="6" margin="11"/>
2615
<includehints>
2616
    <includehint>kdatewidget.h</includehint>
2617
    <includehint>knuminput.h</includehint>
2618
    <includehint>knuminput.h</includehint>
2619
    <includehint>kdatewidget.h</includehint>
2620
    <includehint>kdatewidget.h</includehint>
2621
    <includehint>kdatewidget.h</includehint>
44 andreas 2622
    <includehint>kdatewidget.h</includehint>
43 root 2623
    <includehint>knuminput.h</includehint>
2624
    <includehint>knuminput.h</includehint>
2625
    <includehint>knuminput.h</includehint>
2626
    <includehint>knuminput.h</includehint>
2627
    <includehint>knuminput.h</includehint>
2628
    <includehint>knuminput.h</includehint>
2629
    <includehint>kdatewidget.h</includehint>
2630
    <includehint>knuminput.h</includehint>
2631
    <includehint>knuminput.h</includehint>
2632
    <includehint>knuminput.h</includehint>
2633
    <includehint>knuminput.h</includehint>
44 andreas 2634
    <includehint>knuminput.h</includehint>
2635
    <includehint>knuminput.h</includehint>
43 root 2636
</includehints>
2637
</UI>