Subversion Repositories public

Rev

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

Rev Author Line No. Line
61 andreas 1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
<class>ratenplanWidgetBase</class>
3
<comment>Zeigt einen zuvor errechneten Ratenplan an.</comment>
4
<author>Andreas Theofilu &lt;andreas@TheoSys.at&gt;</author>
5
<widget class="QDialog">
6
    <property name="name">
7
        <cstring>Ratenplan</cstring>
8
    </property>
9
    <property name="geometry">
10
        <rect>
11
            <x>0</x>
12
            <y>0</y>
13
            <width>844</width>
67 andreas 14
            <height>520</height>
61 andreas 15
        </rect>
16
    </property>
17
    <property name="caption">
18
        <string>Ratenplan</string>
19
    </property>
20
    <property name="icon">
21
        <pixmap>hi16-app-tilgungsplan.png</pixmap>
22
    </property>
23
    <property name="iconText">
24
        <string>Ratenplan</string>
25
    </property>
26
    <property name="modal">
27
        <bool>true</bool>
28
    </property>
67 andreas 29
    <widget class="KPushButton">
30
        <property name="name">
31
            <cstring>kPushButton_Clipboard</cstring>
32
        </property>
33
        <property name="geometry">
34
            <rect>
35
                <x>440</x>
36
                <y>460</y>
37
                <width>240</width>
38
                <height>30</height>
39
            </rect>
40
        </property>
41
        <property name="text">
42
            <string>Plan in Zwischenablage einfügen</string>
43
        </property>
44
        <property name="toggleButton">
45
            <bool>false</bool>
46
        </property>
47
    </widget>
48
    <widget class="KPushButton">
49
        <property name="name">
50
            <cstring>kPushButton_Save</cstring>
51
        </property>
52
        <property name="geometry">
53
            <rect>
54
                <x>700</x>
55
                <y>460</y>
56
                <width>80</width>
57
                <height>30</height>
58
            </rect>
59
        </property>
60
        <property name="text">
61
            <string>Speichern</string>
62
        </property>
63
        <property name="toggleButton">
64
            <bool>false</bool>
65
        </property>
66
    </widget>
61 andreas 67
    <widget class="KListView">
68
        <column>
69
            <property name="text">
70
                <string>Zeile</string>
71
            </property>
72
            <property name="clickable">
73
                <bool>true</bool>
74
            </property>
75
            <property name="resizable">
76
                <bool>true</bool>
77
            </property>
78
        </column>
79
        <column>
80
            <property name="text">
81
                <string>Datum</string>
82
            </property>
83
            <property name="clickable">
84
                <bool>true</bool>
85
            </property>
86
            <property name="resizable">
87
                <bool>true</bool>
88
            </property>
89
        </column>
90
        <column>
91
            <property name="text">
92
                <string>Text</string>
93
            </property>
94
            <property name="clickable">
95
                <bool>true</bool>
96
            </property>
97
            <property name="resizable">
98
                <bool>true</bool>
99
            </property>
100
        </column>
101
        <column>
102
            <property name="text">
103
                <string>Kapital</string>
104
            </property>
105
            <property name="clickable">
106
                <bool>true</bool>
107
            </property>
108
            <property name="resizable">
109
                <bool>true</bool>
110
            </property>
111
        </column>
112
        <column>
113
            <property name="text">
114
                <string>Tilgung</string>
115
            </property>
116
            <property name="clickable">
117
                <bool>true</bool>
118
            </property>
119
            <property name="resizable">
120
                <bool>true</bool>
121
            </property>
122
        </column>
123
        <column>
124
            <property name="text">
125
                <string>Annuität</string>
126
            </property>
127
            <property name="clickable">
128
                <bool>true</bool>
129
            </property>
130
            <property name="resizable">
131
                <bool>true</bool>
132
            </property>
133
        </column>
134
        <column>
135
            <property name="text">
136
                <string>Zinsen</string>
137
            </property>
138
            <property name="clickable">
139
                <bool>true</bool>
140
            </property>
141
            <property name="resizable">
142
                <bool>true</bool>
143
            </property>
144
        </column>
145
        <column>
146
            <property name="text">
147
                <string>Restkapital</string>
148
            </property>
149
            <property name="clickable">
150
                <bool>true</bool>
151
            </property>
152
            <property name="resizable">
153
                <bool>true</bool>
154
            </property>
155
        </column>
156
        <property name="name">
157
            <cstring>kListView_Plan</cstring>
158
        </property>
159
        <property name="geometry">
160
            <rect>
161
                <x>10</x>
162
                <y>10</y>
163
                <width>830</width>
164
                <height>440</height>
165
            </rect>
166
        </property>
167
        <property name="selectionMode" stdset="0">
168
            <enum>NoSelection</enum>
169
        </property>
170
        <property name="allColumnsShowFocus">
171
            <bool>true</bool>
172
        </property>
67 andreas 173
        <property name="showSortIndicator">
174
            <bool>true</bool>
175
        </property>
61 andreas 176
        <property name="showToolTips">
177
            <bool>false</bool>
178
        </property>
67 andreas 179
        <property name="dragEnabled">
180
            <bool>true</bool>
181
        </property>
61 andreas 182
    </widget>
67 andreas 183
    <widget class="KPushButton">
61 andreas 184
        <property name="name">
67 andreas 185
            <cstring>kPushButton_Cancel</cstring>
61 andreas 186
        </property>
187
        <property name="geometry">
188
            <rect>
67 andreas 189
                <x>70</x>
61 andreas 190
                <y>460</y>
67 andreas 191
                <width>90</width>
192
                <height>30</height>
61 andreas 193
            </rect>
194
        </property>
195
        <property name="text">
196
            <string>Schliessen</string>
197
        </property>
67 andreas 198
        <property name="toggleButton">
199
            <bool>false</bool>
200
        </property>
201
        <property name="default">
202
            <bool>true</bool>
203
        </property>
61 andreas 204
    </widget>
67 andreas 205
    <widget class="QLabel">
206
        <property name="name">
207
            <cstring>textLabel_Status</cstring>
208
        </property>
209
        <property name="geometry">
210
            <rect>
211
                <x>0</x>
212
                <y>500</y>
213
                <width>840</width>
214
                <height>20</height>
215
            </rect>
216
        </property>
217
        <property name="text">
218
            <string></string>
219
        </property>
220
    </widget>
61 andreas 221
</widget>
222
<connections>
223
    <connection>
67 andreas 224
        <sender>kListView_Plan</sender>
225
        <signal>clicked(QListViewItem*)</signal>
61 andreas 226
        <receiver>Ratenplan</receiver>
67 andreas 227
        <slot>lbSelSlot(QListViewItem*)</slot>
228
    </connection>
229
    <connection>
230
        <sender>kPushButton_Clipboard</sender>
231
        <signal>clicked()</signal>
232
        <receiver>Ratenplan</receiver>
233
        <slot>pbClipboardSlot()</slot>
234
    </connection>
235
    <connection>
236
        <sender>kPushButton_Save</sender>
237
        <signal>clicked()</signal>
238
        <receiver>Ratenplan</receiver>
239
        <slot>pbSaveSlot()</slot>
240
    </connection>
241
    <connection>
242
        <sender>kPushButton_Cancel</sender>
243
        <signal>clicked()</signal>
244
        <receiver>Ratenplan</receiver>
61 andreas 245
        <slot>pbCancelSlot()</slot>
246
    </connection>
247
</connections>
248
<tabstops>
249
    <tabstop>kListView_Plan</tabstop>
67 andreas 250
    <tabstop>kPushButton_Cancel</tabstop>
251
    <tabstop>kPushButton_Clipboard</tabstop>
252
    <tabstop>kPushButton_Save</tabstop>
61 andreas 253
</tabstops>
254
<slots>
67 andreas 255
    <slot>lbSelSlot(QListViewItem *item)</slot>
61 andreas 256
    <slot>pbCancelSlot()</slot>
67 andreas 257
    <slot>pbClipboardSlot()</slot>
258
    <slot>pbSaveSlot()</slot>
61 andreas 259
</slots>
260
<pixmapinproject/>
261
<layoutdefaults spacing="6" margin="11"/>
262
<includehints>
67 andreas 263
    <includehint>kpushbutton.h</includehint>
264
    <includehint>kpushbutton.h</includehint>
61 andreas 265
    <includehint>klistview.h</includehint>
67 andreas 266
    <includehint>kpushbutton.h</includehint>
61 andreas 267
</includehints>
268
</UI>