~ubuntu-branches/ubuntu/edgy/psi/edgy

« back to all changes in this revision

Viewing changes to src/ui_profileopen.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2004-06-15 00:10:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040615001041-enywb6pcpe4sjsw6
Tags: 0.9.2-1
* New upstream release
* Set KDEDIR for ./configure so kde specific files get installed
* Don't install libpsiwidgets.so. It got installed in /usr/share
  where it doesn't belong. May be included (at a better location)
  later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2
2
<class>ProfileOpenUI</class>
3
3
<widget class="QDialog">
4
4
    <property name="name">
8
8
        <rect>
9
9
            <x>0</x>
10
10
            <y>0</y>
11
 
            <width>285</width>
12
 
            <height>205</height>
 
11
            <width>305</width>
 
12
            <height>197</height>
13
13
        </rect>
14
14
    </property>
15
15
    <property name="caption">
16
 
        <string>Form1</string>
 
16
        <string>Open Profile</string>
17
17
    </property>
18
18
    <vbox>
19
19
        <property name="name">
25
25
        <property name="spacing">
26
26
            <number>0</number>
27
27
        </property>
28
 
        <widget class="QLabel">
 
28
        <widget class="QLayoutWidget">
29
29
            <property name="name">
30
 
                <cstring>lb_logo</cstring>
31
 
            </property>
32
 
            <property name="text">
33
 
                <string>Image goes here</string>
34
 
            </property>
 
30
                <cstring>layout13</cstring>
 
31
            </property>
 
32
            <hbox>
 
33
                <property name="name">
 
34
                    <cstring>unnamed</cstring>
 
35
                </property>
 
36
                <property name="margin">
 
37
                    <number>0</number>
 
38
                </property>
 
39
                <property name="spacing">
 
40
                    <number>0</number>
 
41
                </property>
 
42
                <widget class="QLabel">
 
43
                    <property name="name">
 
44
                        <cstring>lb_left</cstring>
 
45
                    </property>
 
46
                    <property name="text">
 
47
                        <string>left</string>
 
48
                    </property>
 
49
                </widget>
 
50
                <widget class="QLabel">
 
51
                    <property name="name">
 
52
                        <cstring>lb_logo</cstring>
 
53
                    </property>
 
54
                    <property name="text">
 
55
                        <string>Image goes here</string>
 
56
                    </property>
 
57
                </widget>
 
58
                <widget class="QLabel">
 
59
                    <property name="name">
 
60
                        <cstring>lb_right</cstring>
 
61
                    </property>
 
62
                    <property name="text">
 
63
                        <string>right</string>
 
64
                    </property>
 
65
                </widget>
 
66
            </hbox>
35
67
        </widget>
36
68
        <widget class="QLayoutWidget">
37
69
            <property name="name">
38
 
                <cstring>Layout6</cstring>
 
70
                <cstring>layout111</cstring>
39
71
            </property>
40
72
            <vbox>
41
73
                <property name="name">
44
76
                <property name="margin">
45
77
                    <number>11</number>
46
78
                </property>
47
 
                <property name="spacing">
48
 
                    <number>6</number>
49
 
                </property>
50
79
                <widget class="QGroupBox">
51
80
                    <property name="name">
52
81
                        <cstring>gb_open</cstring>
152
181
                    <property name="name">
153
182
                        <cstring>Line1</cstring>
154
183
                    </property>
155
 
                    <property name="frameShape" stdset="0">
 
184
                    <property name="frameShape">
156
185
                        <enum>HLine</enum>
157
186
                    </property>
158
187
                    <property name="frameShadow">
164
193
                </widget>
165
194
                <widget class="QLayoutWidget">
166
195
                    <property name="name">
167
 
                        <cstring>Layout3</cstring>
 
196
                        <cstring>layout110</cstring>
168
197
                    </property>
169
198
                    <hbox>
170
199
                        <property name="name">
171
200
                            <cstring>unnamed</cstring>
172
201
                        </property>
173
 
                        <property name="margin">
174
 
                            <number>0</number>
175
 
                        </property>
176
 
                        <property name="spacing">
177
 
                            <number>6</number>
178
 
                        </property>
179
 
                        <widget class="QPushButton">
 
202
                        <widget class="IconButton">
180
203
                            <property name="name">
181
204
                                <cstring>pb_close</cstring>
182
205
                            </property>
183
206
                            <property name="text">
184
207
                                <string>&amp;Quit</string>
185
208
                            </property>
 
209
                            <property name="iconName" stdset="0">
 
210
                                <string>psi/quit</string>
 
211
                            </property>
186
212
                        </widget>
187
213
                        <spacer>
188
 
                            <property name="name" stdset="0">
 
214
                            <property name="name">
189
215
                                <cstring>Spacer1</cstring>
190
216
                            </property>
191
217
                            <property name="orientation">
196
222
                            </property>
197
223
                            <property name="sizeHint">
198
224
                                <size>
199
 
                                    <width>20</width>
 
225
                                    <width>59</width>
200
226
                                    <height>20</height>
201
227
                                </size>
202
228
                            </property>
203
229
                        </spacer>
204
 
                        <widget class="QPushButton">
 
230
                        <widget class="IconButton">
205
231
                            <property name="name">
206
232
                                <cstring>pb_profiles</cstring>
207
233
                            </property>
208
234
                            <property name="text">
209
235
                                <string>&amp;Profiles...</string>
210
236
                            </property>
 
237
                            <property name="iconName" stdset="0">
 
238
                                <string>psi/profile</string>
 
239
                            </property>
211
240
                        </widget>
212
 
                        <widget class="QPushButton">
 
241
                        <widget class="IconButton">
213
242
                            <property name="name">
214
243
                                <cstring>pb_open</cstring>
215
244
                            </property>
216
245
                            <property name="text">
217
246
                                <string>&amp;Open</string>
218
247
                            </property>
219
 
                            <property name="default">
220
 
                                <bool>true</bool>
 
248
                            <property name="iconName" stdset="0">
 
249
                                <string>psi/psi16</string>
221
250
                            </property>
222
251
                        </widget>
223
252
                    </hbox>
227
256
    </vbox>
228
257
</widget>
229
258
<layoutdefaults spacing="6" margin="11"/>
 
259
<includehints>
 
260
    <includehint>iconwidget.h</includehint>
 
261
    <includehint>iconwidget.h</includehint>
 
262
    <includehint>iconwidget.h</includehint>
 
263
</includehints>
230
264
</UI>