Subversion Repositories public

Rev

Rev 48 | Rev 60 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 48 Rev 52
Line 38... Line 38...
38
        <string>Zinssatzänderung</string>
38
        <string>Zinssatzänderung</string>
39
    </property>
39
    </property>
40
    <property name="modal">
40
    <property name="modal">
41
        <bool>true</bool>
41
        <bool>true</bool>
42
    </property>
42
    </property>
43
    <widget class="KPushButton">
-
 
44
        <property name="name">
-
 
45
            <cstring>kPushButton_Save</cstring>
-
 
46
        </property>
-
 
47
        <property name="geometry">
-
 
48
            <rect>
-
 
49
                <x>50</x>
-
 
50
                <y>360</y>
-
 
51
                <width>130</width>
-
 
52
                <height>30</height>
-
 
53
            </rect>
-
 
54
        </property>
-
 
55
        <property name="text">
-
 
56
            <string>Speichern</string>
-
 
57
        </property>
-
 
58
        <property name="accel">
-
 
59
            <string>Alt+S</string>
-
 
60
        </property>
-
 
61
        <property name="default">
-
 
62
            <bool>true</bool>
-
 
63
        </property>
-
 
64
        <property name="toolTip" stdset="0">
-
 
65
            <string>Speichert den Inhalt der Tabelle</string>
-
 
66
        </property>
-
 
67
        <property name="whatsThis" stdset="0">
-
 
68
            <string>Der Button speichert den Inhalt der Tabelle und schliesst die Dialogbox</string>
-
 
69
        </property>
-
 
70
    </widget>
-
 
71
    <widget class="KPushButton">
-
 
72
        <property name="name">
-
 
73
            <cstring>kPushButton_Cancel</cstring>
-
 
74
        </property>
-
 
75
        <property name="geometry">
-
 
76
            <rect>
-
 
77
                <x>260</x>
-
 
78
                <y>360</y>
-
 
79
                <width>130</width>
-
 
80
                <height>30</height>
-
 
81
            </rect>
-
 
82
        </property>
-
 
83
        <property name="text">
-
 
84
            <string>Schliessen</string>
-
 
85
        </property>
-
 
86
        <property name="accel">
-
 
87
            <string>Alt+C</string>
-
 
88
        </property>
-
 
89
        <property name="toolTip" stdset="0">
-
 
90
            <string>Schliesst den Dialog. Alle Eingaben werden verworfen!</string>
-
 
91
        </property>
-
 
92
        <property name="whatsThis" stdset="0">
-
 
93
            <string>Der Button schliesst die Dialogbox und verwirft alle durchgeführten Änderungen.</string>
-
 
94
        </property>
-
 
95
    </widget>
-
 
96
    <widget class="QGroupBox">
43
    <widget class="QGroupBox">
97
        <property name="name">
44
        <property name="name">
98
            <cstring>groupBox7</cstring>
45
            <cstring>groupBox7</cstring>
99
        </property>
46
        </property>
100
        <property name="geometry">
47
        <property name="geometry">
Line 188... Line 135...
188
                <string>EUR</string>
135
                <string>EUR</string>
189
            </property>
136
            </property>
190
        </widget>
137
        </widget>
191
        <widget class="KDoubleNumInput">
138
        <widget class="KDoubleNumInput">
192
            <property name="name">
139
            <property name="name">
193
                <cstring>kDoubleNumInput_Zinssatz</cstring>
140
                <cstring>kDoubleNumInput_Rate</cstring>
194
            </property>
141
            </property>
195
            <property name="geometry">
142
            <property name="geometry">
196
                <rect>
143
                <rect>
197
                    <x>100</x>
144
                    <x>100</x>
198
                    <y>50</y>
145
                    <y>80</y>
199
                    <width>120</width>
146
                    <width>120</width>
200
                    <height>25</height>
147
                    <height>25</height>
201
                </rect>
148
                </rect>
202
            </property>
149
            </property>
203
            <property name="maxValue">
150
            <property name="maxValue">
204
                <number>100</number>
151
                <number>2e+07</number>
205
            </property>
-
 
206
            <property name="suffix">
-
 
207
                <string></string>
-
 
208
            </property>
-
 
209
            <property name="precision">
-
 
210
                <number>3</number>
-
 
211
            </property>
152
            </property>
212
            <property name="toolTip" stdset="0">
153
            <property name="toolTip" stdset="0">
213
                <string>Neuer Zinssatz der ab dem angegebenen Datum gilt</string>
154
                <string>Neu Rate, welche ab dem angegebenen Datum gilt, wenn "Ratenvorgabe" aktiviert ist.</string>
214
            </property>
155
            </property>
215
            <property name="whatsThis" stdset="0">
156
            <property name="whatsThis" stdset="0">
-
 
157
                <string>Eingabefeld zur Erfassung der Ratenhöhe. Der Inhalt wird nur dann in der Berechnung berücksichtigt, wenn "Ratenvorgabe" aktiviert wurde.</string>
-
 
158
            </property>
-
 
159
        </widget>
-
 
160
        <widget class="QCheckBox">
-
 
161
            <property name="name">
-
 
162
                <cstring>checkBox_Rate</cstring>
-
 
163
            </property>
-
 
164
            <property name="geometry">
-
 
165
                <rect>
-
 
166
                    <x>100</x>
-
 
167
                    <y>110</y>
-
 
168
                    <width>120</width>
-
 
169
                    <height>20</height>
-
 
170
                </rect>
-
 
171
            </property>
-
 
172
            <property name="text">
-
 
173
                <string>Ratenvorgabe</string>
-
 
174
            </property>
-
 
175
            <property name="toolTip" stdset="0">
216
                <string>Eingabefeld für einen Zinnsatz im Bereich 0 bis 100%</string>
176
                <string>Definiert, dass die angegebene Rate ab dem Datum fix verwendet werden soll.</string>
217
            </property>
177
            </property>
218
        </widget>
178
        </widget>
219
        <widget class="KDoubleNumInput">
179
        <widget class="KDoubleNumInput">
220
            <property name="name">
180
            <property name="name">
221
                <cstring>kDoubleNumInput_Rate</cstring>
181
                <cstring>kDoubleNumInput_Zinssatz</cstring>
222
            </property>
182
            </property>
223
            <property name="geometry">
183
            <property name="geometry">
224
                <rect>
184
                <rect>
225
                    <x>100</x>
185
                    <x>100</x>
226
                    <y>80</y>
186
                    <y>50</y>
227
                    <width>120</width>
187
                    <width>120</width>
228
                    <height>25</height>
188
                    <height>25</height>
229
                </rect>
189
                </rect>
230
            </property>
190
            </property>
231
            <property name="maxValue">
191
            <property name="maxValue">
232
                <number>2e+07</number>
192
                <number>100</number>
-
 
193
            </property>
-
 
194
            <property name="suffix">
-
 
195
                <string></string>
-
 
196
            </property>
-
 
197
            <property name="precision">
-
 
198
                <number>3</number>
233
            </property>
199
            </property>
234
            <property name="toolTip" stdset="0">
200
            <property name="toolTip" stdset="0">
235
                <string>Neu Rate, welche ab dem angegebenen Datum gilt, wenn "Ratenvorgabe" aktiviert ist.</string>
201
                <string>Neuer Zinssatz der ab dem angegebenen Datum gilt</string>
236
            </property>
202
            </property>
237
            <property name="whatsThis" stdset="0">
203
            <property name="whatsThis" stdset="0">
238
                <string>Eingabefeld zur Erfassung der Ratenhöhe. Der Inhalt wird nur dann in der Berechnung berücksichtigt, wenn "Ratenvorgabe" aktiviert wurde.</string>
204
                <string>Eingabefeld für einen Zinnsatz im Bereich 0 bis 100%</string>
239
            </property>
205
            </property>
240
        </widget>
206
        </widget>
241
        <widget class="KDateWidget">
207
        <widget class="KDateWidget">
242
            <property name="name">
208
            <property name="name">
243
                <cstring>kDateWidget_Datum</cstring>
209
                <cstring>kDateWidget_Datum</cstring>
Line 248... Line 214...
248
                    <y>20</y>
214
                    <y>20</y>
249
                    <width>216</width>
215
                    <width>216</width>
250
                    <height>23</height>
216
                    <height>23</height>
251
                </rect>
217
                </rect>
252
            </property>
218
            </property>
-
 
219
            <property name="date">
-
 
220
                <date>
-
 
221
                    <year>2008</year>
-
 
222
                    <month>1</month>
-
 
223
                    <day>1</day>
-
 
224
                </date>
-
 
225
            </property>
253
            <property name="toolTip" stdset="0">
226
            <property name="toolTip" stdset="0">
254
                <string>Datum, an dem die Zinssatz-/Ratenänderung stattfinden soll.</string>
227
                <string>Datum, an dem die Zinssatz-/Ratenänderung stattfinden soll.</string>
255
            </property>
228
            </property>
256
            <property name="whatsThis" stdset="0">
229
            <property name="whatsThis" stdset="0">
257
                <string>Widget zum Einstellen eines Datums.</string>
230
                <string>Widget zum Einstellen eines Datums.</string>
258
            </property>
231
            </property>
259
        </widget>
232
        </widget>
260
        <widget class="QCheckBox">
233
        <widget class="QCheckBox">
261
            <property name="name">
234
            <property name="name">
262
                <cstring>checkBox_Rate</cstring>
-
 
263
            </property>
-
 
264
            <property name="geometry">
-
 
265
                <rect>
-
 
266
                    <x>100</x>
-
 
267
                    <y>110</y>
-
 
268
                    <width>120</width>
-
 
269
                    <height>20</height>
-
 
270
                </rect>
-
 
271
            </property>
-
 
272
            <property name="text">
-
 
273
                <string>Ratenvorgabe</string>
-
 
274
            </property>
-
 
275
            <property name="toolTip" stdset="0">
-
 
276
                <string>Definiert, dass die angegebene Rate ab dem Datum fix verwendet werden soll.</string>
-
 
277
            </property>
-
 
278
        </widget>
-
 
279
        <widget class="QCheckBox">
-
 
280
            <property name="name">
-
 
281
                <cstring>checkBox_KalkRate</cstring>
235
                <cstring>checkBox_KalkRate</cstring>
282
            </property>
236
            </property>
283
            <property name="geometry">
237
            <property name="geometry">
284
                <rect>
238
                <rect>
285
                    <x>238</x>
239
                    <x>238</x>
Line 289... Line 243...
289
                </rect>
243
                </rect>
290
            </property>
244
            </property>
291
            <property name="text">
245
            <property name="text">
292
                <string>Rate neu berechnen</string>
246
                <string>Rate neu berechnen</string>
293
            </property>
247
            </property>
-
 
248
            <property name="checked">
-
 
249
                <bool>true</bool>
-
 
250
            </property>
294
        </widget>
251
        </widget>
295
    </widget>
252
    </widget>
296
    <widget class="KListView">
253
    <widget class="KListView">
297
        <column>
254
        <column>
298
            <property name="text">
255
            <property name="text">
Line 378... Line 335...
378
            <string>Liste der Zinssatz-/Ratenänderungen</string>
335
            <string>Liste der Zinssatz-/Ratenänderungen</string>
379
        </property>
336
        </property>
380
    </widget>
337
    </widget>
381
    <widget class="KPushButton">
338
    <widget class="KPushButton">
382
        <property name="name">
339
        <property name="name">
-
 
340
            <cstring>kPushButton_Insert</cstring>
-
 
341
        </property>
-
 
342
        <property name="geometry">
-
 
343
            <rect>
-
 
344
                <x>80</x>
-
 
345
                <y>160</y>
-
 
346
                <width>100</width>
-
 
347
                <height>30</height>
-
 
348
            </rect>
-
 
349
        </property>
-
 
350
        <property name="text">
-
 
351
            <string>Einfügen</string>
-
 
352
            <comment>Einfügen</comment>
-
 
353
        </property>
-
 
354
        <property name="accel">
-
 
355
            <string>Alt+E</string>
-
 
356
        </property>
-
 
357
        <property name="stdItem" stdset="0">
-
 
358
            <number>0</number>
-
 
359
        </property>
-
 
360
        <property name="toolTip" stdset="0">
-
 
361
            <string>Inhalt der Eingabezeilen der Tabelle hinzufügen</string>
-
 
362
        </property>
-
 
363
        <property name="whatsThis" stdset="0">
-
 
364
            <string>Button zum Hinzufügen des Inhalts der Eingabezeilen zur Tabelle unten</string>
-
 
365
        </property>
-
 
366
    </widget>
-
 
367
    <widget class="KPushButton">
-
 
368
        <property name="name">
383
            <cstring>kPushButton_Remove</cstring>
369
            <cstring>kPushButton_Remove</cstring>
384
        </property>
370
        </property>
385
        <property name="geometry">
371
        <property name="geometry">
386
            <rect>
372
            <rect>
387
                <x>260</x>
373
                <x>260</x>
Line 391... Line 377...
391
            </rect>
377
            </rect>
392
        </property>
378
        </property>
393
        <property name="text">
379
        <property name="text">
394
            <string>Entfernen</string>
380
            <string>Entfernen</string>
395
        </property>
381
        </property>
-
 
382
        <property name="accel">
-
 
383
            <string>Alt+N</string>
-
 
384
        </property>
396
        <property name="toolTip" stdset="0">
385
        <property name="toolTip" stdset="0">
397
            <string>Markierte Zeile der Tabelle entfernen</string>
386
            <string>Markierte Zeile der Tabelle entfernen</string>
398
        </property>
387
        </property>
399
        <property name="whatsThis" stdset="0">
388
        <property name="whatsThis" stdset="0">
400
            <string>Button zum entfernen der markierten Zeile aus der Tabelle.</string>
389
            <string>Button zum entfernen der markierten Zeile aus der Tabelle.</string>
401
        </property>
390
        </property>
402
    </widget>
391
    </widget>
403
    <widget class="KPushButton">
392
    <widget class="KPushButton">
404
        <property name="name">
393
        <property name="name">
405
            <cstring>kPushButton_Insert</cstring>
394
            <cstring>kPushButton_Cancel</cstring>
406
        </property>
395
        </property>
407
        <property name="geometry">
396
        <property name="geometry">
408
            <rect>
397
            <rect>
409
                <x>80</x>
398
                <x>260</x>
410
                <y>160</y>
399
                <y>360</y>
411
                <width>100</width>
400
                <width>130</width>
412
                <height>30</height>
401
                <height>30</height>
413
            </rect>
402
            </rect>
414
        </property>
403
        </property>
415
        <property name="text">
404
        <property name="text">
416
            <string>Einfügen</string>
405
            <string>Schliessen</string>
417
            <comment>Einfügen</comment>
-
 
418
        </property>
406
        </property>
419
        <property name="accel">
407
        <property name="accel">
420
            <string></string>
408
            <string>Alt+C</string>
421
        </property>
409
        </property>
422
        <property name="stdItem" stdset="0">
410
        <property name="toolTip" stdset="0">
-
 
411
            <string>Schliesst den Dialog. Alle Eingaben werden verworfen!</string>
-
 
412
        </property>
-
 
413
        <property name="whatsThis" stdset="0">
-
 
414
            <string>Der Button schliesst die Dialogbox und verwirft alle durchgeführten Änderungen.</string>
-
 
415
        </property>
-
 
416
    </widget>
-
 
417
    <widget class="KPushButton">
-
 
418
        <property name="name">
-
 
419
            <cstring>kPushButton_Save</cstring>
-
 
420
        </property>
-
 
421
        <property name="geometry">
-
 
422
            <rect>
-
 
423
                <x>50</x>
-
 
424
                <y>360</y>
-
 
425
                <width>130</width>
-
 
426
                <height>30</height>
-
 
427
            </rect>
-
 
428
        </property>
-
 
429
        <property name="text">
-
 
430
            <string>Speichern</string>
-
 
431
        </property>
-
 
432
        <property name="accel">
-
 
433
            <string>Alt+S</string>
-
 
434
        </property>
-
 
435
        <property name="default">
423
            <number>0</number>
436
            <bool>true</bool>
424
        </property>
437
        </property>
425
        <property name="toolTip" stdset="0">
438
        <property name="toolTip" stdset="0">
426
            <string>Inhalt der Eingabezeilen der Tabelle hinzufügen</string>
439
            <string>Speichert den Inhalt der Tabelle</string>
427
        </property>
440
        </property>
428
        <property name="whatsThis" stdset="0">
441
        <property name="whatsThis" stdset="0">
429
            <string>Button zum Hinzufügen des Inhalts der Eingabezeilen zur Tabelle unten</string>
442
            <string>Der Button speichert den Inhalt der Tabelle und schliesst die Dialogbox</string>
430
        </property>
443
        </property>
431
    </widget>
444
    </widget>
432
</widget>
445
</widget>
433
<connections>
446
<connections>
434
    <connection>
447
    <connection>
Line 513... Line 526...
513
    <slot>pbCancelSlot()</slot>
526
    <slot>pbCancelSlot()</slot>
514
</slots>
527
</slots>
515
<pixmapinproject/>
528
<pixmapinproject/>
516
<layoutdefaults spacing="6" margin="11"/>
529
<layoutdefaults spacing="6" margin="11"/>
517
<includehints>
530
<includehints>
518
    <includehint>kpushbutton.h</includehint>
-
 
519
    <includehint>kpushbutton.h</includehint>
-
 
520
    <includehint>knuminput.h</includehint>
531
    <includehint>knuminput.h</includehint>
521
    <includehint>knuminput.h</includehint>
532
    <includehint>knuminput.h</includehint>
522
    <includehint>knuminput.h</includehint>
533
    <includehint>knuminput.h</includehint>
523
    <includehint>knuminput.h</includehint>
534
    <includehint>knuminput.h</includehint>
524
    <includehint>kdatewidget.h</includehint>
535
    <includehint>kdatewidget.h</includehint>
525
    <includehint>klistview.h</includehint>
536
    <includehint>klistview.h</includehint>
526
    <includehint>kpushbutton.h</includehint>
537
    <includehint>kpushbutton.h</includehint>
527
    <includehint>kpushbutton.h</includehint>
538
    <includehint>kpushbutton.h</includehint>
-
 
539
    <includehint>kpushbutton.h</includehint>
-
 
540
    <includehint>kpushbutton.h</includehint>
528
</includehints>
541
</includehints>
529
</UI>
542
</UI>