Subversion Repositories public

Rev

Rev 60 | Details | Compare with Previous | Last modification | View Log | RSS feed

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