Subversion Repositories public

Rev

Go to most recent revision | Details | 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>
14
            <height>500</height>
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>
29
    <widget class="KListView">
30
        <column>
31
            <property name="text">
32
                <string>Zeile</string>
33
            </property>
34
            <property name="clickable">
35
                <bool>true</bool>
36
            </property>
37
            <property name="resizable">
38
                <bool>true</bool>
39
            </property>
40
        </column>
41
        <column>
42
            <property name="text">
43
                <string>Datum</string>
44
            </property>
45
            <property name="clickable">
46
                <bool>true</bool>
47
            </property>
48
            <property name="resizable">
49
                <bool>true</bool>
50
            </property>
51
        </column>
52
        <column>
53
            <property name="text">
54
                <string>Text</string>
55
            </property>
56
            <property name="clickable">
57
                <bool>true</bool>
58
            </property>
59
            <property name="resizable">
60
                <bool>true</bool>
61
            </property>
62
        </column>
63
        <column>
64
            <property name="text">
65
                <string>Kapital</string>
66
            </property>
67
            <property name="clickable">
68
                <bool>true</bool>
69
            </property>
70
            <property name="resizable">
71
                <bool>true</bool>
72
            </property>
73
        </column>
74
        <column>
75
            <property name="text">
76
                <string>Tilgung</string>
77
            </property>
78
            <property name="clickable">
79
                <bool>true</bool>
80
            </property>
81
            <property name="resizable">
82
                <bool>true</bool>
83
            </property>
84
        </column>
85
        <column>
86
            <property name="text">
87
                <string>Annuität</string>
88
            </property>
89
            <property name="clickable">
90
                <bool>true</bool>
91
            </property>
92
            <property name="resizable">
93
                <bool>true</bool>
94
            </property>
95
        </column>
96
        <column>
97
            <property name="text">
98
                <string>Zinsen</string>
99
            </property>
100
            <property name="clickable">
101
                <bool>true</bool>
102
            </property>
103
            <property name="resizable">
104
                <bool>true</bool>
105
            </property>
106
        </column>
107
        <column>
108
            <property name="text">
109
                <string>Restkapital</string>
110
            </property>
111
            <property name="clickable">
112
                <bool>true</bool>
113
            </property>
114
            <property name="resizable">
115
                <bool>true</bool>
116
            </property>
117
        </column>
118
        <property name="name">
119
            <cstring>kListView_Plan</cstring>
120
        </property>
121
        <property name="geometry">
122
            <rect>
123
                <x>10</x>
124
                <y>10</y>
125
                <width>830</width>
126
                <height>440</height>
127
            </rect>
128
        </property>
129
        <property name="selectionMode" stdset="0">
130
            <enum>NoSelection</enum>
131
        </property>
132
        <property name="allColumnsShowFocus">
133
            <bool>true</bool>
134
        </property>
135
        <property name="showToolTips">
136
            <bool>false</bool>
137
        </property>
138
    </widget>
139
    <widget class="QPushButton">
140
        <property name="name">
141
            <cstring>pushButton_Cancel</cstring>
142
        </property>
143
        <property name="geometry">
144
            <rect>
145
                <x>400</x>
146
                <y>460</y>
147
                <width>86</width>
148
                <height>34</height>
149
            </rect>
150
        </property>
151
        <property name="text">
152
            <string>Schliessen</string>
153
        </property>
154
    </widget>
155
</widget>
156
<connections>
157
    <connection>
158
        <sender>pushButton_Cancel</sender>
159
        <signal>toggled(bool)</signal>
160
        <receiver>Ratenplan</receiver>
161
        <slot>pbCancelSlot()</slot>
162
    </connection>
163
</connections>
164
<tabstops>
165
    <tabstop>kListView_Plan</tabstop>
166
    <tabstop>pushButton_Cancel</tabstop>
167
</tabstops>
168
<slots>
169
    <slot>pbCancelSlot()</slot>
170
</slots>
171
<pixmapinproject/>
172
<layoutdefaults spacing="6" margin="11"/>
173
<includehints>
174
    <includehint>klistview.h</includehint>
175
</includehints>
176
</UI>