source: psi/trunk/src/options/ui_positiontoolbar.ui

Last change on this file was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 10.2 KB
Line 
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 </widget>
252 <widget class="IconButton">
253 <property name="name">
254 <cstring>pb_apply</cstring>
255 </property>
256 <property name="text">
257 <string>&amp;Apply</string>
258 </property>
259 <property name="accel">
260 <string>Alt+A</string>
261 </property>
262 </widget>
263 <widget class="IconButton">
264 <property name="name">
265 <cstring>pb_cancel</cstring>
266 </property>
267 <property name="text">
268 <string>&amp;Cancel</string>
269 </property>
270 <property name="accel">
271 <string>Alt+C</string>
272 </property>
273 </widget>
274 </hbox>
275 </widget>
276 </vbox>
277</widget>
278<customwidgets>
279</customwidgets>
280<layoutdefaults spacing="6" margin="11"/>
281<includehints>
282 <includehint>fancylabel.h</includehint>
283 <includehint>iconwidget.h</includehint>
284 <includehint>iconwidget.h</includehint>
285 <includehint>iconwidget.h</includehint>
286</includehints>
287</UI>
Note: See TracBrowser for help on using the repository browser.