Subversion Repositories public

Rev

Rev 61 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61 Rev 67
Line 9... Line 9...
9
    <property name="geometry">
9
    <property name="geometry">
10
        <rect>
10
        <rect>
11
            <x>0</x>
11
            <x>0</x>
12
            <y>0</y>
12
            <y>0</y>
13
            <width>844</width>
13
            <width>844</width>
14
            <height>500</height>
14
            <height>520</height>
15
        </rect>
15
        </rect>
16
    </property>
16
    </property>
17
    <property name="caption">
17
    <property name="caption">
18
        <string>Ratenplan</string>
18
        <string>Ratenplan</string>
19
    </property>
19
    </property>
Line 24... Line 24...
24
        <string>Ratenplan</string>
24
        <string>Ratenplan</string>
25
    </property>
25
    </property>
26
    <property name="modal">
26
    <property name="modal">
27
        <bool>true</bool>
27
        <bool>true</bool>
28
    </property>
28
    </property>
-
 
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>
29
    <widget class="KListView">
67
    <widget class="KListView">
30
        <column>
68
        <column>
31
            <property name="text">
69
            <property name="text">
32
                <string>Zeile</string>
70
                <string>Zeile</string>
33
            </property>
71
            </property>
Line 130... Line 168...
130
            <enum>NoSelection</enum>
168
            <enum>NoSelection</enum>
131
        </property>
169
        </property>
132
        <property name="allColumnsShowFocus">
170
        <property name="allColumnsShowFocus">
133
            <bool>true</bool>
171
            <bool>true</bool>
134
        </property>
172
        </property>
-
 
173
        <property name="showSortIndicator">
-
 
174
            <bool>true</bool>
-
 
175
        </property>
135
        <property name="showToolTips">
176
        <property name="showToolTips">
136
            <bool>false</bool>
177
            <bool>false</bool>
137
        </property>
178
        </property>
-
 
179
        <property name="dragEnabled">
-
 
180
            <bool>true</bool>
-
 
181
        </property>
138
    </widget>
182
    </widget>
139
    <widget class="QPushButton">
183
    <widget class="KPushButton">
140
        <property name="name">
184
        <property name="name">
141
            <cstring>pushButton_Cancel</cstring>
185
            <cstring>kPushButton_Cancel</cstring>
142
        </property>
186
        </property>
143
        <property name="geometry">
187
        <property name="geometry">
144
            <rect>
188
            <rect>
145
                <x>400</x>
189
                <x>70</x>
146
                <y>460</y>
190
                <y>460</y>
147
                <width>86</width>
191
                <width>90</width>
148
                <height>34</height>
192
                <height>30</height>
149
            </rect>
193
            </rect>
150
        </property>
194
        </property>
151
        <property name="text">
195
        <property name="text">
152
            <string>Schliessen</string>
196
            <string>Schliessen</string>
153
        </property>
197
        </property>
-
 
198
        <property name="toggleButton">
-
 
199
            <bool>false</bool>
-
 
200
        </property>
-
 
201
        <property name="default">
-
 
202
            <bool>true</bool>
-
 
203
        </property>
-
 
204
    </widget>
-
 
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>
154
    </widget>
220
    </widget>
155
</widget>
221
</widget>
156
<connections>
222
<connections>
157
    <connection>
223
    <connection>
-
 
224
        <sender>kListView_Plan</sender>
-
 
225
        <signal>clicked(QListViewItem*)</signal>
-
 
226
        <receiver>Ratenplan</receiver>
-
 
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>
158
        <sender>pushButton_Cancel</sender>
242
        <sender>kPushButton_Cancel</sender>
159
        <signal>toggled(bool)</signal>
243
        <signal>clicked()</signal>
160
        <receiver>Ratenplan</receiver>
244
        <receiver>Ratenplan</receiver>
161
        <slot>pbCancelSlot()</slot>
245
        <slot>pbCancelSlot()</slot>
162
    </connection>
246
    </connection>
163
</connections>
247
</connections>
164
<tabstops>
248
<tabstops>
165
    <tabstop>kListView_Plan</tabstop>
249
    <tabstop>kListView_Plan</tabstop>
166
    <tabstop>pushButton_Cancel</tabstop>
250
    <tabstop>kPushButton_Cancel</tabstop>
-
 
251
    <tabstop>kPushButton_Clipboard</tabstop>
-
 
252
    <tabstop>kPushButton_Save</tabstop>
167
</tabstops>
253
</tabstops>
168
<slots>
254
<slots>
-
 
255
    <slot>lbSelSlot(QListViewItem *item)</slot>
169
    <slot>pbCancelSlot()</slot>
256
    <slot>pbCancelSlot()</slot>
-
 
257
    <slot>pbClipboardSlot()</slot>
-
 
258
    <slot>pbSaveSlot()</slot>
170
</slots>
259
</slots>
171
<pixmapinproject/>
260
<pixmapinproject/>
172
<layoutdefaults spacing="6" margin="11"/>
261
<layoutdefaults spacing="6" margin="11"/>
173
<includehints>
262
<includehints>
-
 
263
    <includehint>kpushbutton.h</includehint>
-
 
264
    <includehint>kpushbutton.h</includehint>
174
    <includehint>klistview.h</includehint>
265
    <includehint>klistview.h</includehint>
-
 
266
    <includehint>kpushbutton.h</includehint>
175
</includehints>
267
</includehints>
176
</UI>
268
</UI>