Subversion Repositories public

Rev

Rev 52 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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