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

« back to all changes in this revision

Viewing changes to kcm/TabDeviceInfo.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>TabDeviceInfo</class>
 
4
 <widget class="QWidget" name="TabDeviceInfo">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>682</width>
 
10
    <height>453</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QFormLayout" name="formLayout">
 
14
   <property name="fieldGrowthPolicy">
 
15
    <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
 
16
   </property>
 
17
   <item row="1" column="0">
 
18
    <widget class="QLabel" name="iconL">
 
19
     <property name="sizePolicy">
 
20
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
21
       <horstretch>0</horstretch>
 
22
       <verstretch>0</verstretch>
 
23
      </sizepolicy>
 
24
     </property>
 
25
     <property name="text">
 
26
      <string notr="true">icon</string>
 
27
     </property>
 
28
    </widget>
 
29
   </item>
 
30
   <item row="1" column="1">
 
31
    <layout class="QVBoxLayout" name="verticalLayout">
 
32
     <item>
 
33
      <spacer name="verticalSpacer_3">
 
34
       <property name="orientation">
 
35
        <enum>Qt::Vertical</enum>
 
36
       </property>
 
37
       <property name="sizeHint" stdset="0">
 
38
        <size>
 
39
         <width>20</width>
 
40
         <height>0</height>
 
41
        </size>
 
42
       </property>
 
43
      </spacer>
 
44
     </item>
 
45
     <item>
 
46
      <widget class="QLabel" name="deviceL">
 
47
       <property name="font">
 
48
        <font>
 
49
         <pointsize>14</pointsize>
 
50
        </font>
 
51
       </property>
 
52
       <property name="text">
 
53
        <string notr="true">device name</string>
 
54
       </property>
 
55
      </widget>
 
56
     </item>
 
57
     <item>
 
58
      <widget class="QLabel" name="statusL">
 
59
       <property name="text">
 
60
        <string notr="true">status label</string>
 
61
       </property>
 
62
      </widget>
 
63
     </item>
 
64
     <item>
 
65
      <layout class="QHBoxLayout" name="horizontalLayout">
 
66
       <item>
 
67
        <widget class="QPushButton" name="disconnectPB">
 
68
         <property name="sizePolicy">
 
69
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
70
           <horstretch>0</horstretch>
 
71
           <verstretch>0</verstretch>
 
72
          </sizepolicy>
 
73
         </property>
 
74
         <property name="text">
 
75
          <string>Disconnect</string>
 
76
         </property>
 
77
        </widget>
 
78
       </item>
 
79
       <item>
 
80
        <widget class="QPushButton" name="turnOff">
 
81
         <property name="sizePolicy">
 
82
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
83
           <horstretch>0</horstretch>
 
84
           <verstretch>0</verstretch>
 
85
          </sizepolicy>
 
86
         </property>
 
87
         <property name="text">
 
88
          <string notr="true">Turn off</string>
 
89
         </property>
 
90
        </widget>
 
91
       </item>
 
92
       <item>
 
93
        <spacer name="horizontalSpacer">
 
94
         <property name="orientation">
 
95
          <enum>Qt::Horizontal</enum>
 
96
         </property>
 
97
         <property name="sizeHint" stdset="0">
 
98
          <size>
 
99
           <width>40</width>
 
100
           <height>20</height>
 
101
          </size>
 
102
         </property>
 
103
        </spacer>
 
104
       </item>
 
105
      </layout>
 
106
     </item>
 
107
    </layout>
 
108
   </item>
 
109
   <item row="2" column="0">
 
110
    <widget class="QLabel" name="label_2">
 
111
     <property name="text">
 
112
      <string>Connection:</string>
 
113
     </property>
 
114
    </widget>
 
115
   </item>
 
116
   <item row="2" column="1">
 
117
    <widget class="KComboBox" name="connectionCB"/>
 
118
   </item>
 
119
   <item row="3" column="0" colspan="2">
 
120
    <spacer name="ip4spacer">
 
121
     <property name="orientation">
 
122
      <enum>Qt::Vertical</enum>
 
123
     </property>
 
124
     <property name="sizeHint" stdset="0">
 
125
      <size>
 
126
       <width>20</width>
 
127
       <height>20</height>
 
128
      </size>
 
129
     </property>
 
130
    </spacer>
 
131
   </item>
 
132
   <item row="4" column="0" colspan="2">
 
133
    <widget class="QLabel" name="ip4L">
 
134
     <property name="text">
 
135
      <string>IPv4 Settings</string>
 
136
     </property>
 
137
    </widget>
 
138
   </item>
 
139
   <item row="5" column="0">
 
140
    <widget class="QLabel" name="ip4AddressL">
 
141
     <property name="text">
 
142
      <string>Address:</string>
 
143
     </property>
 
144
    </widget>
 
145
   </item>
 
146
   <item row="5" column="1">
 
147
    <widget class="QLabel" name="ipv4AddressL">
 
148
     <property name="text">
 
149
      <string notr="true">ipv4 address</string>
 
150
     </property>
 
151
    </widget>
 
152
   </item>
 
153
   <item row="6" column="0">
 
154
    <widget class="QLabel" name="ip4RouterL">
 
155
     <property name="text">
 
156
      <string>Router:</string>
 
157
     </property>
 
158
    </widget>
 
159
   </item>
 
160
   <item row="6" column="1">
 
161
    <widget class="QLabel" name="ipv4RouterL">
 
162
     <property name="text">
 
163
      <string notr="true">ipv4 router</string>
 
164
     </property>
 
165
    </widget>
 
166
   </item>
 
167
   <item row="7" column="0">
 
168
    <widget class="QLabel" name="ip4DnsL">
 
169
     <property name="text">
 
170
      <string>DNS:</string>
 
171
     </property>
 
172
    </widget>
 
173
   </item>
 
174
   <item row="7" column="1">
 
175
    <widget class="QLabel" name="ipv4DnsL">
 
176
     <property name="text">
 
177
      <string notr="true">dns</string>
 
178
     </property>
 
179
    </widget>
 
180
   </item>
 
181
   <item row="8" column="0">
 
182
    <widget class="QLabel" name="ip4SearchDomainsL">
 
183
     <property name="text">
 
184
      <string>Search Domains:</string>
 
185
     </property>
 
186
    </widget>
 
187
   </item>
 
188
   <item row="8" column="1">
 
189
    <widget class="QLabel" name="ipv4SearchDomainsL">
 
190
     <property name="text">
 
191
      <string notr="true">search domains</string>
 
192
     </property>
 
193
    </widget>
 
194
   </item>
 
195
   <item row="9" column="0" colspan="2">
 
196
    <spacer name="ip6Spacer">
 
197
     <property name="orientation">
 
198
      <enum>Qt::Vertical</enum>
 
199
     </property>
 
200
     <property name="sizeHint" stdset="0">
 
201
      <size>
 
202
       <width>20</width>
 
203
       <height>20</height>
 
204
      </size>
 
205
     </property>
 
206
    </spacer>
 
207
   </item>
 
208
   <item row="10" column="0" colspan="2">
 
209
    <widget class="QLabel" name="ip6L">
 
210
     <property name="text">
 
211
      <string>IPv6 Settings</string>
 
212
     </property>
 
213
    </widget>
 
214
   </item>
 
215
   <item row="11" column="0">
 
216
    <widget class="QLabel" name="ip6AddressL">
 
217
     <property name="text">
 
218
      <string>Address:</string>
 
219
     </property>
 
220
    </widget>
 
221
   </item>
 
222
   <item row="11" column="1">
 
223
    <widget class="QLabel" name="ipv6AddressL">
 
224
     <property name="text">
 
225
      <string notr="true">ipv6address</string>
 
226
     </property>
 
227
    </widget>
 
228
   </item>
 
229
   <item row="12" column="0">
 
230
    <widget class="QLabel" name="ip6RouterL">
 
231
     <property name="text">
 
232
      <string>Router:</string>
 
233
     </property>
 
234
    </widget>
 
235
   </item>
 
236
   <item row="12" column="1">
 
237
    <widget class="QLabel" name="ipv6RouterL">
 
238
     <property name="text">
 
239
      <string notr="true">ipv6router</string>
 
240
     </property>
 
241
    </widget>
 
242
   </item>
 
243
   <item row="13" column="0">
 
244
    <widget class="QLabel" name="ip6DnsL">
 
245
     <property name="text">
 
246
      <string>DNS:</string>
 
247
     </property>
 
248
    </widget>
 
249
   </item>
 
250
   <item row="13" column="1">
 
251
    <widget class="QLabel" name="ipv6DnsL">
 
252
     <property name="text">
 
253
      <string notr="true">dns</string>
 
254
     </property>
 
255
    </widget>
 
256
   </item>
 
257
   <item row="14" column="0">
 
258
    <widget class="QLabel" name="ip6SearchDomainsL">
 
259
     <property name="text">
 
260
      <string>Search Domains:</string>
 
261
     </property>
 
262
    </widget>
 
263
   </item>
 
264
   <item row="14" column="1">
 
265
    <widget class="QLabel" name="ipv6SearchDomainsL">
 
266
     <property name="text">
 
267
      <string notr="true">search domains</string>
 
268
     </property>
 
269
    </widget>
 
270
   </item>
 
271
  </layout>
 
272
 </widget>
 
273
 <customwidgets>
 
274
  <customwidget>
 
275
   <class>KComboBox</class>
 
276
   <extends>QComboBox</extends>
 
277
   <header>kcombobox.h</header>
 
278
  </customwidget>
 
279
 </customwidgets>
 
280
 <resources/>
 
281
 <connections/>
 
282
</ui>