~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to src/options/ui_positiontoolbar.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

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">
 
1
<ui version="4.0" stdsetdef="1" >
 
2
  <author></author>
 
3
  <comment></comment>
 
4
  <exportmacro></exportmacro>
 
5
  <class>PositionToolbarUI</class>
 
6
  <widget class="QDialog" name="PositionToolbarUI" >
 
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="windowTitle" >
 
16
      <string>Position Toolbar</string>
 
17
    </property>
 
18
    <layout class="QVBoxLayout" >
 
19
      <item>
 
20
        <widget class="FancyLabel" name="fancyLabel41" >
 
21
          <property name="text" >
 
22
            <string>Change Toolbar Position</string>
 
23
          </property>
 
24
          <property name="help" >
 
25
            <string>Here you can fine-tune the exact position of your toolbar</string>
 
26
          </property>
 
27
        </widget>
 
28
      </item>
 
29
      <item>
 
30
        <layout class="QHBoxLayout" >
 
31
          <property name="margin" >
 
32
            <number>0</number>
 
33
          </property>
 
34
          <item>
 
35
            <widget class="QLabel" name="textLabel1" >
 
36
              <property name="text" >
 
37
                <string>Name:</string>
 
38
              </property>
 
39
            </widget>
 
40
          </item>
 
41
          <item>
 
42
            <widget class="QLineEdit" name="le_name" >
 
43
              <property name="readOnly" >
 
44
                <bool>true</bool>
 
45
              </property>
 
46
            </widget>
 
47
          </item>
 
48
        </layout>
 
49
      </item>
 
50
      <item>
 
51
        <widget class="Line" name="line6" >
 
52
          <property name="frameShape" >
 
53
            <enum>QFrame::HLine</enum>
 
54
          </property>
 
55
          <property name="frameShadow" >
 
56
            <enum>QFrame::Sunken</enum>
 
57
          </property>
 
58
        </widget>
 
59
      </item>
 
60
      <item>
 
61
        <layout class="QGridLayout" >
 
62
          <property name="margin" >
 
63
            <number>0</number>
 
64
          </property>
 
65
          <item row="2" column="0" >
 
66
            <widget class="QLabel" name="textLabel5" >
 
67
              <property name="text" >
 
68
                <string>Extra offset:</string>
 
69
              </property>
 
70
            </widget>
 
71
          </item>
 
72
          <item row="1" column="1" >
 
73
            <widget class="QSpinBox" name="sb_index" >
 
74
              <property name="maximum" >
 
75
                <number>100</number>
 
76
              </property>
 
77
              <property name="minimum" >
 
78
                <number>-100</number>
 
79
              </property>
 
80
            </widget>
 
81
          </item>
 
82
          <item row="0" column="0" >
 
83
            <widget class="QLabel" name="textLabel2" >
 
84
              <property name="text" >
 
85
                <string>Dock position:</string>
 
86
              </property>
 
87
            </widget>
 
88
          </item>
 
89
          <item row="2" column="1" >
 
90
            <widget class="QSpinBox" name="sb_extraOffset" >
 
91
              <property name="maximum" >
 
92
                <number>32000</number>
 
93
              </property>
 
94
              <property name="minimum" >
 
95
                <number>0</number>
 
96
              </property>
 
97
            </widget>
 
98
          </item>
 
99
          <item row="1" column="0" >
 
100
            <widget class="QLabel" name="textLabel3" >
 
101
              <property name="text" >
 
102
                <string>Index:</string>
 
103
              </property>
 
104
            </widget>
 
105
          </item>
 
106
          <item row="0" column="1" >
 
107
            <widget class="QComboBox" name="cb_dock" >
 
108
              <property name="sizePolicy" >
 
109
                <sizepolicy>
 
110
                  <hsizetype>7</hsizetype>
 
111
                  <vsizetype>0</vsizetype>
 
112
                  <horstretch>0</horstretch>
 
113
                  <verstretch>0</verstretch>
 
114
                </sizepolicy>
 
115
              </property>
 
116
              <item>
 
117
                <property name="text" >
 
118
                  <string>Top</string>
 
119
                </property>
 
120
              </item>
 
121
              <item>
 
122
                <property name="text" >
 
123
                  <string>Bottom</string>
 
124
                </property>
 
125
              </item>
 
126
              <item>
 
127
                <property name="text" >
 
128
                  <string>Right</string>
 
129
                </property>
 
130
              </item>
 
131
              <item>
 
132
                <property name="text" >
 
133
                  <string>Left</string>
 
134
                </property>
 
135
              </item>
 
136
              <item>
 
137
                <property name="text" >
 
138
                  <string>Minimized</string>
 
139
                </property>
 
140
              </item>
 
141
              <item>
 
142
                <property name="text" >
 
143
                  <string>Unmanaged (advanced)</string>
 
144
                </property>
 
145
              </item>
 
146
              <item>
 
147
                <property name="text" >
 
148
                  <string>Torn off (advanced)</string>
 
149
                </property>
 
150
              </item>
 
151
            </widget>
 
152
          </item>
 
153
        </layout>
 
154
      </item>
 
155
      <item>
 
156
        <widget class="QCheckBox" name="ck_nl" >
 
157
          <property name="text" >
 
158
            <string>Starts from new line</string>
 
159
          </property>
 
160
        </widget>
 
161
      </item>
 
162
      <item>
 
163
        <spacer name="spacer56" >
 
164
          <property name="sizeHint" >
 
165
            <size>
 
166
              <width>20</width>
 
167
              <height>40</height>
 
168
            </size>
 
169
          </property>
 
170
          <property name="sizeType" >
 
171
            <enum>Expanding</enum>
 
172
          </property>
 
173
          <property name="orientation" >
 
174
            <enum>Vertical</enum>
 
175
          </property>
 
176
        </spacer>
 
177
      </item>
 
178
      <item>
 
179
        <widget class="Line" name="line5" >
 
180
          <property name="frameShape" >
 
181
            <enum>QFrame::HLine</enum>
 
182
          </property>
 
183
          <property name="frameShadow" >
 
184
            <enum>QFrame::Sunken</enum>
 
185
          </property>
 
186
        </widget>
 
187
      </item>
 
188
      <item>
 
189
        <layout class="QHBoxLayout" >
 
190
          <property name="margin" >
 
191
            <number>0</number>
 
192
          </property>
 
193
          <item>
 
194
            <spacer name="spacer55" >
 
195
              <property name="sizeHint" >
196
196
                <size>
197
 
                    <width>20</width>
198
 
                    <height>40</height>
 
197
                  <width>40</width>
 
198
                  <height>20</height>
199
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">
 
200
              </property>
 
201
              <property name="sizeType" >
 
202
                <enum>Expanding</enum>
 
203
              </property>
 
204
              <property name="orientation" >
213
205
                <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>
 
206
              </property>
 
207
            </spacer>
 
208
          </item>
 
209
          <item>
 
210
            <widget class="IconButton" name="pb_ok" >
 
211
              <property name="text" >
 
212
                <string>&amp;OK</string>
 
213
              </property>
 
214
              <property name="shortcut" >
 
215
                <string>Alt+O</string>
 
216
              </property>
 
217
            </widget>
 
218
          </item>
 
219
          <item>
 
220
            <widget class="IconButton" name="pb_apply" >
 
221
              <property name="text" >
 
222
                <string>&amp;Apply</string>
 
223
              </property>
 
224
              <property name="shortcut" >
 
225
                <string>Alt+A</string>
 
226
              </property>
 
227
            </widget>
 
228
          </item>
 
229
          <item>
 
230
            <widget class="IconButton" name="pb_cancel" >
 
231
              <property name="text" >
 
232
                <string>&amp;Cancel</string>
 
233
              </property>
 
234
              <property name="shortcut" >
 
235
                <string>Alt+C</string>
 
236
              </property>
 
237
            </widget>
 
238
          </item>
 
239
        </layout>
 
240
      </item>
 
241
    </layout>
 
242
  </widget>
 
243
  <layoutdefault spacing="6" margin="11" />
 
244
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
245
</ui>