~ubuntu-branches/ubuntu/saucy/plasma-nm/saucy-proposed

« back to all changes in this revision

Viewing changes to settings/details/detailkeyswidget.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-08-16 19:07:09 UTC
  • Revision ID: package-import@ubuntu.com-20130816190709-ef9ydm9skigmg15l
Tags: upstream-0.0~git20130816
ImportĀ upstreamĀ versionĀ 0.0~git20130816

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>DetailKeysWidget</class>
 
4
 <widget class="QWidget" name="DetailKeysWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>630</width>
 
10
    <height>249</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="minimumSize">
 
20
   <size>
 
21
    <width>0</width>
 
22
    <height>0</height>
 
23
   </size>
 
24
  </property>
 
25
  <layout class="QHBoxLayout" name="horizontalLayout">
 
26
   <property name="margin">
 
27
    <number>0</number>
 
28
   </property>
 
29
   <item>
 
30
    <layout class="QVBoxLayout" name="verticalLayout">
 
31
     <item>
 
32
      <widget class="QLabel" name="label">
 
33
       <property name="text">
 
34
        <string>Available Details</string>
 
35
       </property>
 
36
       <property name="buddy">
 
37
        <cstring>availDetails</cstring>
 
38
       </property>
 
39
      </widget>
 
40
     </item>
 
41
     <item>
 
42
      <widget class="QTreeWidget" name="availDetails">
 
43
       <property name="sizePolicy">
 
44
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
 
45
         <horstretch>0</horstretch>
 
46
         <verstretch>0</verstretch>
 
47
        </sizepolicy>
 
48
       </property>
 
49
       <property name="editTriggers">
 
50
        <set>QAbstractItemView::NoEditTriggers</set>
 
51
       </property>
 
52
       <property name="showDropIndicator" stdset="0">
 
53
        <bool>false</bool>
 
54
       </property>
 
55
       <property name="selectionMode">
 
56
        <enum>QAbstractItemView::ExtendedSelection</enum>
 
57
       </property>
 
58
       <property name="rootIsDecorated">
 
59
        <bool>false</bool>
 
60
       </property>
 
61
       <property name="uniformRowHeights">
 
62
        <bool>true</bool>
 
63
       </property>
 
64
       <property name="itemsExpandable">
 
65
        <bool>false</bool>
 
66
       </property>
 
67
       <property name="allColumnsShowFocus">
 
68
        <bool>true</bool>
 
69
       </property>
 
70
       <property name="columnCount">
 
71
        <number>1</number>
 
72
       </property>
 
73
       <attribute name="headerDefaultSectionSize">
 
74
        <number>100</number>
 
75
       </attribute>
 
76
       <column>
 
77
        <property name="text">
 
78
         <string comment="title of a table's column">Name</string>
 
79
        </property>
 
80
       </column>
 
81
      </widget>
 
82
     </item>
 
83
    </layout>
 
84
   </item>
 
85
   <item>
 
86
    <layout class="QGridLayout" name="gridLayout">
 
87
     <item row="0" column="1">
 
88
      <spacer name="verticalSpacer">
 
89
       <property name="orientation">
 
90
        <enum>Qt::Vertical</enum>
 
91
       </property>
 
92
       <property name="sizeHint" stdset="0">
 
93
        <size>
 
94
         <width>20</width>
 
95
         <height>0</height>
 
96
        </size>
 
97
       </property>
 
98
      </spacer>
 
99
     </item>
 
100
     <item row="1" column="1">
 
101
      <widget class="KPushButton" name="arrowUp">
 
102
       <property name="sizePolicy">
 
103
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
104
         <horstretch>0</horstretch>
 
105
         <verstretch>0</verstretch>
 
106
        </sizepolicy>
 
107
       </property>
 
108
       <property name="maximumSize">
 
109
        <size>
 
110
         <width>32</width>
 
111
         <height>32</height>
 
112
        </size>
 
113
       </property>
 
114
       <property name="icon">
 
115
        <iconset theme="arrow-up">
 
116
         <normaloff/>
 
117
        </iconset>
 
118
       </property>
 
119
      </widget>
 
120
     </item>
 
121
     <item row="2" column="0">
 
122
      <widget class="KPushButton" name="arrowLeft">
 
123
       <property name="sizePolicy">
 
124
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
125
         <horstretch>0</horstretch>
 
126
         <verstretch>0</verstretch>
 
127
        </sizepolicy>
 
128
       </property>
 
129
       <property name="maximumSize">
 
130
        <size>
 
131
         <width>32</width>
 
132
         <height>32</height>
 
133
        </size>
 
134
       </property>
 
135
       <property name="icon">
 
136
        <iconset theme="arrow-left">
 
137
         <normaloff/>
 
138
        </iconset>
 
139
       </property>
 
140
      </widget>
 
141
     </item>
 
142
     <item row="2" column="2">
 
143
      <widget class="KPushButton" name="arrowRight">
 
144
       <property name="sizePolicy">
 
145
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
146
         <horstretch>0</horstretch>
 
147
         <verstretch>0</verstretch>
 
148
        </sizepolicy>
 
149
       </property>
 
150
       <property name="maximumSize">
 
151
        <size>
 
152
         <width>32</width>
 
153
         <height>32</height>
 
154
        </size>
 
155
       </property>
 
156
       <property name="icon">
 
157
        <iconset theme="arrow-right">
 
158
         <normaloff/>
 
159
        </iconset>
 
160
       </property>
 
161
      </widget>
 
162
     </item>
 
163
     <item row="3" column="1">
 
164
      <widget class="KPushButton" name="arrowDown">
 
165
       <property name="sizePolicy">
 
166
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
167
         <horstretch>0</horstretch>
 
168
         <verstretch>0</verstretch>
 
169
        </sizepolicy>
 
170
       </property>
 
171
       <property name="maximumSize">
 
172
        <size>
 
173
         <width>32</width>
 
174
         <height>32</height>
 
175
        </size>
 
176
       </property>
 
177
       <property name="icon">
 
178
        <iconset theme="arrow-down">
 
179
         <normaloff/>
 
180
        </iconset>
 
181
       </property>
 
182
      </widget>
 
183
     </item>
 
184
     <item row="4" column="1">
 
185
      <spacer name="verticalSpacer_2">
 
186
       <property name="orientation">
 
187
        <enum>Qt::Vertical</enum>
 
188
       </property>
 
189
       <property name="sizeHint" stdset="0">
 
190
        <size>
 
191
         <width>20</width>
 
192
         <height>0</height>
 
193
        </size>
 
194
       </property>
 
195
      </spacer>
 
196
     </item>
 
197
    </layout>
 
198
   </item>
 
199
   <item>
 
200
    <layout class="QVBoxLayout" name="verticalLayout_2">
 
201
     <item>
 
202
      <widget class="QLabel" name="label_2">
 
203
       <property name="text">
 
204
        <string>Details to Show</string>
 
205
       </property>
 
206
       <property name="wordWrap">
 
207
        <bool>true</bool>
 
208
       </property>
 
209
       <property name="buddy">
 
210
        <cstring>currentDetails</cstring>
 
211
       </property>
 
212
      </widget>
 
213
     </item>
 
214
     <item>
 
215
      <widget class="QTreeWidget" name="currentDetails">
 
216
       <property name="sizePolicy">
 
217
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
 
218
         <horstretch>0</horstretch>
 
219
         <verstretch>0</verstretch>
 
220
        </sizepolicy>
 
221
       </property>
 
222
       <property name="editTriggers">
 
223
        <set>QAbstractItemView::NoEditTriggers</set>
 
224
       </property>
 
225
       <property name="showDropIndicator" stdset="0">
 
226
        <bool>false</bool>
 
227
       </property>
 
228
       <property name="selectionMode">
 
229
        <enum>QAbstractItemView::ExtendedSelection</enum>
 
230
       </property>
 
231
       <property name="rootIsDecorated">
 
232
        <bool>false</bool>
 
233
       </property>
 
234
       <property name="uniformRowHeights">
 
235
        <bool>true</bool>
 
236
       </property>
 
237
       <property name="itemsExpandable">
 
238
        <bool>false</bool>
 
239
       </property>
 
240
       <property name="allColumnsShowFocus">
 
241
        <bool>true</bool>
 
242
       </property>
 
243
       <property name="columnCount">
 
244
        <number>1</number>
 
245
       </property>
 
246
       <attribute name="headerDefaultSectionSize">
 
247
        <number>100</number>
 
248
       </attribute>
 
249
       <column>
 
250
        <property name="text">
 
251
         <string comment="title of a table's column">Name</string>
 
252
        </property>
 
253
       </column>
 
254
      </widget>
 
255
     </item>
 
256
    </layout>
 
257
   </item>
 
258
  </layout>
 
259
 </widget>
 
260
 <customwidgets>
 
261
  <customwidget>
 
262
   <class>KPushButton</class>
 
263
   <extends>QPushButton</extends>
 
264
   <header>kpushbutton.h</header>
 
265
  </customwidget>
 
266
 </customwidgets>
 
267
 <resources/>
 
268
 <connections/>
 
269
</ui>