Subversion Repositories public

Rev

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