~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to tools/designer/src/components/taskmenu/listwidgeteditor.ui

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <author></author>
 
3
 <comment></comment>
 
4
 <exportmacro></exportmacro>
 
5
 <class>ListWidgetEditor</class>
 
6
 <widget class="QDialog" name="ListWidgetEditor" >
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>553</width>
 
12
    <height>314</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>Dialog</string>
 
17
  </property>
 
18
  <layout class="QGridLayout" >
 
19
   <property name="margin" >
 
20
    <number>8</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>6</number>
 
24
   </property>
 
25
   <item row="0" column="0" >
 
26
    <layout class="QGridLayout" >
 
27
     <property name="margin" >
 
28
      <number>0</number>
 
29
     </property>
 
30
     <property name="spacing" >
 
31
      <number>6</number>
 
32
     </property>
 
33
     <item row="0" column="1" >
 
34
      <widget class="QPushButton" name="newItemButton" >
 
35
       <property name="text" >
 
36
        <string>&amp;New Item</string>
 
37
       </property>
 
38
       <property name="default" >
 
39
        <bool>true</bool>
 
40
       </property>
 
41
      </widget>
 
42
     </item>
 
43
     <item row="3" column="1" >
 
44
      <widget class="QPushButton" name="moveItemUpButton" >
 
45
       <property name="text" >
 
46
        <string>&amp;Up</string>
 
47
       </property>
 
48
      </widget>
 
49
     </item>
 
50
     <item row="2" column="1" >
 
51
      <spacer>
 
52
       <property name="orientation" >
 
53
        <enum>Qt::Vertical</enum>
 
54
       </property>
 
55
       <property name="sizeHint" >
 
56
        <size>
 
57
         <width>20</width>
 
58
         <height>40</height>
 
59
        </size>
 
60
       </property>
 
61
      </spacer>
 
62
     </item>
 
63
     <item row="4" column="1" >
 
64
      <widget class="QPushButton" name="moveItemDownButton" >
 
65
       <property name="text" >
 
66
        <string>&amp;Down</string>
 
67
       </property>
 
68
      </widget>
 
69
     </item>
 
70
     <item row="1" column="1" >
 
71
      <widget class="QPushButton" name="deleteItemButton" >
 
72
       <property name="text" >
 
73
        <string>&amp;Delete Item</string>
 
74
       </property>
 
75
      </widget>
 
76
     </item>
 
77
     <item rowspan="5" row="0" column="0" >
 
78
      <widget class="QListWidget" name="listWidget" />
 
79
     </item>
 
80
    </layout>
 
81
   </item>
 
82
   <item row="0" column="1" >
 
83
    <widget class="QGroupBox" name="groupBox" >
 
84
     <property name="title" >
 
85
      <string>&amp;Item Properties</string>
 
86
     </property>
 
87
     <layout class="QVBoxLayout" >
 
88
      <property name="margin" >
 
89
       <number>9</number>
 
90
      </property>
 
91
      <property name="spacing" >
 
92
       <number>6</number>
 
93
      </property>
 
94
      <item>
 
95
       <layout class="QGridLayout" >
 
96
        <property name="margin" >
 
97
         <number>0</number>
 
98
        </property>
 
99
        <property name="spacing" >
 
100
         <number>6</number>
 
101
        </property>
 
102
        <item row="1" column="0" >
 
103
         <widget class="QLabel" name="label_2" >
 
104
          <property name="text" >
 
105
           <string>Pixmap:</string>
 
106
          </property>
 
107
          <property name="buddy" >
 
108
           <cstring>browseButton</cstring>
 
109
          </property>
 
110
         </widget>
 
111
        </item>
 
112
        <item row="1" column="1" >
 
113
         <layout class="QHBoxLayout" >
 
114
          <property name="margin" >
 
115
           <number>0</number>
 
116
          </property>
 
117
          <property name="spacing" >
 
118
           <number>6</number>
 
119
          </property>
 
120
          <item>
 
121
           <spacer>
 
122
            <property name="orientation" >
 
123
             <enum>Qt::Horizontal</enum>
 
124
            </property>
 
125
            <property name="sizeHint" >
 
126
             <size>
 
127
              <width>20</width>
 
128
              <height>20</height>
 
129
             </size>
 
130
            </property>
 
131
           </spacer>
 
132
          </item>
 
133
          <item>
 
134
           <widget class="QToolButton" name="previewButton" >
 
135
            <property name="text" >
 
136
             <string>...</string>
 
137
            </property>
 
138
           </widget>
 
139
          </item>
 
140
          <item>
 
141
           <widget class="QToolButton" name="deleteButton" />
 
142
          </item>
 
143
         </layout>
 
144
        </item>
 
145
        <item row="0" column="0" >
 
146
         <widget class="QLabel" name="label" >
 
147
          <property name="text" >
 
148
           <string>&amp;Text:</string>
 
149
          </property>
 
150
          <property name="buddy" >
 
151
           <cstring>itemTextLineEdit</cstring>
 
152
          </property>
 
153
         </widget>
 
154
        </item>
 
155
        <item row="0" column="1" >
 
156
         <widget class="QLineEdit" name="itemTextLineEdit" />
 
157
        </item>
 
158
       </layout>
 
159
      </item>
 
160
      <item>
 
161
       <spacer>
 
162
        <property name="orientation" >
 
163
         <enum>Qt::Vertical</enum>
 
164
        </property>
 
165
        <property name="sizeHint" >
 
166
         <size>
 
167
          <width>20</width>
 
168
          <height>40</height>
 
169
         </size>
 
170
        </property>
 
171
       </spacer>
 
172
      </item>
 
173
     </layout>
 
174
    </widget>
 
175
   </item>
 
176
   <item row="1" column="0" colspan="2" >
 
177
    <spacer>
 
178
     <property name="orientation" >
 
179
      <enum>Qt::Vertical</enum>
 
180
     </property>
 
181
     <property name="sizeType" >
 
182
      <enum>QSizePolicy::Minimum</enum>
 
183
     </property>
 
184
     <property name="sizeHint" >
 
185
      <size>
 
186
       <width>20</width>
 
187
       <height>40</height>
 
188
      </size>
 
189
     </property>
 
190
    </spacer>
 
191
   </item>
 
192
   <item row="3" column="0" colspan="2" >
 
193
    <layout class="QHBoxLayout" >
 
194
     <property name="margin" >
 
195
      <number>0</number>
 
196
     </property>
 
197
     <property name="spacing" >
 
198
      <number>6</number>
 
199
     </property>
 
200
     <item>
 
201
      <spacer>
 
202
       <property name="orientation" >
 
203
        <enum>Qt::Horizontal</enum>
 
204
       </property>
 
205
       <property name="sizeHint" >
 
206
        <size>
 
207
         <width>40</width>
 
208
         <height>20</height>
 
209
        </size>
 
210
       </property>
 
211
      </spacer>
 
212
     </item>
 
213
     <item>
 
214
      <widget class="QPushButton" name="okButton" >
 
215
       <property name="text" >
 
216
        <string>OK</string>
 
217
       </property>
 
218
      </widget>
 
219
     </item>
 
220
     <item>
 
221
      <widget class="QPushButton" name="cancelButton" >
 
222
       <property name="text" >
 
223
        <string>Cancel</string>
 
224
       </property>
 
225
      </widget>
 
226
     </item>
 
227
    </layout>
 
228
   </item>
 
229
   <item row="2" column="0" colspan="2" >
 
230
    <widget class="QFrame" name="horizontalLine" >
 
231
     <property name="frameShape" >
 
232
      <enum>QFrame::HLine</enum>
 
233
     </property>
 
234
     <property name="frameShadow" >
 
235
      <enum>QFrame::Sunken</enum>
 
236
     </property>
 
237
    </widget>
 
238
   </item>
 
239
  </layout>
 
240
 </widget>
 
241
 <pixmapfunction></pixmapfunction>
 
242
 <resources/>
 
243
 <connections>
 
244
  <connection>
 
245
   <sender>okButton</sender>
 
246
   <signal>clicked()</signal>
 
247
   <receiver>ListWidgetEditor</receiver>
 
248
   <slot>accept()</slot>
 
249
   <hints>
 
250
    <hint type="sourcelabel" >
 
251
     <x>49</x>
 
252
     <y>14</y>
 
253
    </hint>
 
254
    <hint type="destinationlabel" >
 
255
     <x>274</x>
 
256
     <y>322</y>
 
257
    </hint>
 
258
   </hints>
 
259
  </connection>
 
260
  <connection>
 
261
   <sender>cancelButton</sender>
 
262
   <signal>clicked()</signal>
 
263
   <receiver>ListWidgetEditor</receiver>
 
264
   <slot>reject()</slot>
 
265
   <hints>
 
266
    <hint type="sourcelabel" >
 
267
     <x>49</x>
 
268
     <y>14</y>
 
269
    </hint>
 
270
    <hint type="destinationlabel" >
 
271
     <x>352</x>
 
272
     <y>312</y>
 
273
    </hint>
 
274
   </hints>
 
275
  </connection>
 
276
 </connections>
 
277
</ui>