~ubuntu-branches/ubuntu/hoary/psi/hoary

« back to all changes in this revision

Viewing changes to src/options/ui_positiontoolbar.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.1" stdsetdef="1">
 
2
<class>PositionToolbarUI</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>PositionToolbarUI</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>334</width>
 
12
            <height>278</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Position Toolbar</string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="FancyLabel">
 
23
            <property name="name">
 
24
                <cstring>fancyLabel41</cstring>
 
25
            </property>
 
26
            <property name="text">
 
27
                <string>Change Toolbar Position</string>
 
28
            </property>
 
29
            <property name="help">
 
30
                <string>Here you can fine-tune the exact position of your toolbar</string>
 
31
            </property>
 
32
        </widget>
 
33
        <widget class="QLayoutWidget">
 
34
            <property name="name">
 
35
                <cstring>layout46</cstring>
 
36
            </property>
 
37
            <hbox>
 
38
                <property name="name">
 
39
                    <cstring>unnamed</cstring>
 
40
                </property>
 
41
                <widget class="QLabel">
 
42
                    <property name="name">
 
43
                        <cstring>textLabel1</cstring>
 
44
                    </property>
 
45
                    <property name="text">
 
46
                        <string>Name:</string>
 
47
                    </property>
 
48
                </widget>
 
49
                <widget class="QLineEdit">
 
50
                    <property name="name">
 
51
                        <cstring>le_name</cstring>
 
52
                    </property>
 
53
                    <property name="readOnly">
 
54
                        <bool>true</bool>
 
55
                    </property>
 
56
                </widget>
 
57
            </hbox>
 
58
        </widget>
 
59
        <widget class="Line">
 
60
            <property name="name">
 
61
                <cstring>line6</cstring>
 
62
            </property>
 
63
            <property name="frameShape">
 
64
                <enum>HLine</enum>
 
65
            </property>
 
66
            <property name="frameShadow">
 
67
                <enum>Sunken</enum>
 
68
            </property>
 
69
            <property name="orientation">
 
70
                <enum>Horizontal</enum>
 
71
            </property>
 
72
        </widget>
 
73
        <widget class="QLayoutWidget">
 
74
            <property name="name">
 
75
                <cstring>layout47</cstring>
 
76
            </property>
 
77
            <grid>
 
78
                <property name="name">
 
79
                    <cstring>unnamed</cstring>
 
80
                </property>
 
81
                <widget class="QLabel" row="2" column="0">
 
82
                    <property name="name">
 
83
                        <cstring>textLabel5</cstring>
 
84
                    </property>
 
85
                    <property name="text">
 
86
                        <string>Extra offset:</string>
 
87
                    </property>
 
88
                </widget>
 
89
                <widget class="QSpinBox" row="1" column="1">
 
90
                    <property name="name">
 
91
                        <cstring>sb_index</cstring>
 
92
                    </property>
 
93
                    <property name="maxValue">
 
94
                        <number>100</number>
 
95
                    </property>
 
96
                    <property name="minValue">
 
97
                        <number>-100</number>
 
98
                    </property>
 
99
                </widget>
 
100
                <widget class="QLabel" row="0" column="0">
 
101
                    <property name="name">
 
102
                        <cstring>textLabel2</cstring>
 
103
                    </property>
 
104
                    <property name="text">
 
105
                        <string>Dock position:</string>
 
106
                    </property>
 
107
                </widget>
 
108
                <widget class="QSpinBox" row="2" column="1">
 
109
                    <property name="name">
 
110
                        <cstring>sb_extraOffset</cstring>
 
111
                    </property>
 
112
                    <property name="maxValue">
 
113
                        <number>32000</number>
 
114
                    </property>
 
115
                    <property name="minValue">
 
116
                        <number>0</number>
 
117
                    </property>
 
118
                </widget>
 
119
                <widget class="QLabel" row="1" column="0">
 
120
                    <property name="name">
 
121
                        <cstring>textLabel3</cstring>
 
122
                    </property>
 
123
                    <property name="text">
 
124
                        <string>Index:</string>
 
125
                    </property>
 
126
                </widget>
 
127
                <widget class="QComboBox" row="0" column="1">
 
128
                    <item>
 
129
                        <property name="text">
 
130
                            <string>Top</string>
 
131
                        </property>
 
132
                    </item>
 
133
                    <item>
 
134
                        <property name="text">
 
135
                            <string>Bottom</string>
 
136
                        </property>
 
137
                    </item>
 
138
                    <item>
 
139
                        <property name="text">
 
140
                            <string>Right</string>
 
141
                        </property>
 
142
                    </item>
 
143
                    <item>
 
144
                        <property name="text">
 
145
                            <string>Left</string>
 
146
                        </property>
 
147
                    </item>
 
148
                    <item>
 
149
                        <property name="text">
 
150
                            <string>Minimized</string>
 
151
                        </property>
 
152
                    </item>
 
153
                    <item>
 
154
                        <property name="text">
 
155
                            <string>Unmanaged (advanced)</string>
 
156
                        </property>
 
157
                    </item>
 
158
                    <item>
 
159
                        <property name="text">
 
160
                            <string>Torn off (advanced)</string>
 
161
                        </property>
 
162
                    </item>
 
163
                    <property name="name">
 
164
                        <cstring>cb_dock</cstring>
 
165
                    </property>
 
166
                    <property name="sizePolicy">
 
167
                        <sizepolicy>
 
168
                            <hsizetype>7</hsizetype>
 
169
                            <vsizetype>0</vsizetype>
 
170
                            <horstretch>0</horstretch>
 
171
                            <verstretch>0</verstretch>
 
172
                        </sizepolicy>
 
173
                    </property>
 
174
                </widget>
 
175
            </grid>
 
176
        </widget>
 
177
        <widget class="QCheckBox">
 
178
            <property name="name">
 
179
                <cstring>ck_nl</cstring>
 
180
            </property>
 
181
            <property name="text">
 
182
                <string>Starts from new line</string>
 
183
            </property>
 
184
        </widget>
 
185
        <spacer>
 
186
            <property name="name">
 
187
                <cstring>spacer56</cstring>
 
188
            </property>
 
189
            <property name="orientation">
 
190
                <enum>Vertical</enum>
 
191
            </property>
 
192
            <property name="sizeType">
 
193
                <enum>Expanding</enum>
 
194
            </property>
 
195
            <property name="sizeHint">
 
196
                <size>
 
197
                    <width>20</width>
 
198
                    <height>40</height>
 
199
                </size>
 
200
            </property>
 
201
        </spacer>
 
202
        <widget class="Line">
 
203
            <property name="name">
 
204
                <cstring>line5</cstring>
 
205
            </property>
 
206
            <property name="frameShape">
 
207
                <enum>HLine</enum>
 
208
            </property>
 
209
            <property name="frameShadow">
 
210
                <enum>Sunken</enum>
 
211
            </property>
 
212
            <property name="orientation">
 
213
                <enum>Horizontal</enum>
 
214
            </property>
 
215
        </widget>
 
216
        <widget class="QLayoutWidget">
 
217
            <property name="name">
 
218
                <cstring>layout45</cstring>
 
219
            </property>
 
220
            <hbox>
 
221
                <property name="name">
 
222
                    <cstring>unnamed</cstring>
 
223
                </property>
 
224
                <spacer>
 
225
                    <property name="name">
 
226
                        <cstring>spacer55</cstring>
 
227
                    </property>
 
228
                    <property name="orientation">
 
229
                        <enum>Horizontal</enum>
 
230
                    </property>
 
231
                    <property name="sizeType">
 
232
                        <enum>Expanding</enum>
 
233
                    </property>
 
234
                    <property name="sizeHint">
 
235
                        <size>
 
236
                            <width>40</width>
 
237
                            <height>20</height>
 
238
                        </size>
 
239
                    </property>
 
240
                </spacer>
 
241
                <widget class="IconButton">
 
242
                    <property name="name">
 
243
                        <cstring>pb_ok</cstring>
 
244
                    </property>
 
245
                    <property name="text">
 
246
                        <string>&amp;OK</string>
 
247
                    </property>
 
248
                    <property name="accel">
 
249
                        <string>Alt+O</string>
 
250
                    </property>
 
251
                    <property name="iconName" stdset="0">
 
252
                        <string>psi/ok</string>
 
253
                    </property>
 
254
                </widget>
 
255
                <widget class="IconButton">
 
256
                    <property name="name">
 
257
                        <cstring>pb_apply</cstring>
 
258
                    </property>
 
259
                    <property name="text">
 
260
                        <string>&amp;Apply</string>
 
261
                    </property>
 
262
                    <property name="accel">
 
263
                        <string>Alt+A</string>
 
264
                    </property>
 
265
                </widget>
 
266
                <widget class="IconButton">
 
267
                    <property name="name">
 
268
                        <cstring>pb_cancel</cstring>
 
269
                    </property>
 
270
                    <property name="text">
 
271
                        <string>&amp;Cancel</string>
 
272
                    </property>
 
273
                    <property name="accel">
 
274
                        <string>Alt+C</string>
 
275
                    </property>
 
276
                    <property name="iconName" stdset="0">
 
277
                        <string>psi/cancel</string>
 
278
                    </property>
 
279
                </widget>
 
280
            </hbox>
 
281
        </widget>
 
282
    </vbox>
 
283
</widget>
 
284
<customwidgets>
 
285
</customwidgets>
 
286
<layoutdefaults spacing="6" margin="11"/>
 
287
<includehints>
 
288
    <includehint>fancylabel.h</includehint>
 
289
    <includehint>iconwidget.h</includehint>
 
290
    <includehint>iconwidget.h</includehint>
 
291
    <includehint>iconwidget.h</includehint>
 
292
</includehints>
 
293
</UI>