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

« back to all changes in this revision

Viewing changes to lib/editor/ui/wiredconnectionwidget.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>WiredConnectionWidget</class>
 
4
 <widget class="QWidget" name="WiredConnectionWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>374</width>
 
10
    <height>216</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QFormLayout" name="formLayout">
 
14
   <property name="fieldGrowthPolicy">
 
15
    <enum>QFormLayout::ExpandingFieldsGrow</enum>
 
16
   </property>
 
17
   <item row="0" column="0">
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="text">
 
20
      <string>Restrict to device:</string>
 
21
     </property>
 
22
     <property name="buddy">
 
23
      <cstring>macAddress</cstring>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item row="0" column="1">
 
28
    <widget class="HwAddrComboBox" name="macAddress">
 
29
     <property name="sizePolicy">
 
30
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
31
       <horstretch>0</horstretch>
 
32
       <verstretch>0</verstretch>
 
33
      </sizepolicy>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item row="1" column="0">
 
38
    <widget class="QLabel" name="label_2">
 
39
     <property name="text">
 
40
      <string>Cloned MAC address:</string>
 
41
     </property>
 
42
     <property name="buddy">
 
43
      <cstring>clonedMacAddress</cstring>
 
44
     </property>
 
45
    </widget>
 
46
   </item>
 
47
   <item row="1" column="1">
 
48
    <layout class="QHBoxLayout" name="horizontalLayout">
 
49
     <item>
 
50
      <widget class="KLineEdit" name="clonedMacAddress">
 
51
       <property name="sizePolicy">
 
52
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
53
         <horstretch>0</horstretch>
 
54
         <verstretch>0</verstretch>
 
55
        </sizepolicy>
 
56
       </property>
 
57
       <property name="inputMask">
 
58
        <string notr="true">HH:HH:HH:HH:HH:HH;_</string>
 
59
       </property>
 
60
       <property name="alignment">
 
61
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
62
       </property>
 
63
      </widget>
 
64
     </item>
 
65
     <item>
 
66
      <widget class="QPushButton" name="btnRandomMacAddr">
 
67
       <property name="text">
 
68
        <string>Random...</string>
 
69
       </property>
 
70
      </widget>
 
71
     </item>
 
72
    </layout>
 
73
   </item>
 
74
   <item row="2" column="0">
 
75
    <widget class="QLabel" name="label_3">
 
76
     <property name="text">
 
77
      <string>MTU:</string>
 
78
     </property>
 
79
     <property name="buddy">
 
80
      <cstring>mtu</cstring>
 
81
     </property>
 
82
    </widget>
 
83
   </item>
 
84
   <item row="2" column="1">
 
85
    <widget class="KIntSpinBox" name="mtu">
 
86
     <property name="sizePolicy">
 
87
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
88
       <horstretch>0</horstretch>
 
89
       <verstretch>0</verstretch>
 
90
      </sizepolicy>
 
91
     </property>
 
92
     <property name="alignment">
 
93
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
94
     </property>
 
95
     <property name="specialValueText">
 
96
      <string>Automatic</string>
 
97
     </property>
 
98
     <property name="suffix">
 
99
      <string> bytes</string>
 
100
     </property>
 
101
     <property name="maximum">
 
102
      <number>9999</number>
 
103
     </property>
 
104
    </widget>
 
105
   </item>
 
106
   <item row="3" column="0">
 
107
    <widget class="QLabel" name="speedLabel">
 
108
     <property name="text">
 
109
      <string>Speed:</string>
 
110
     </property>
 
111
     <property name="buddy">
 
112
      <cstring>speed</cstring>
 
113
     </property>
 
114
    </widget>
 
115
   </item>
 
116
   <item row="3" column="1">
 
117
    <widget class="KIntSpinBox" name="speed">
 
118
     <property name="sizePolicy">
 
119
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
120
       <horstretch>0</horstretch>
 
121
       <verstretch>0</verstretch>
 
122
      </sizepolicy>
 
123
     </property>
 
124
     <property name="alignment">
 
125
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
126
     </property>
 
127
     <property name="specialValueText">
 
128
      <string>Automatic</string>
 
129
     </property>
 
130
     <property name="suffix">
 
131
      <string> Mbit/s</string>
 
132
     </property>
 
133
     <property name="maximum">
 
134
      <number>9999</number>
 
135
     </property>
 
136
    </widget>
 
137
   </item>
 
138
   <item row="4" column="0">
 
139
    <widget class="QLabel" name="duplexLabel">
 
140
     <property name="text">
 
141
      <string>Duplex:</string>
 
142
     </property>
 
143
     <property name="buddy">
 
144
      <cstring>duplex</cstring>
 
145
     </property>
 
146
    </widget>
 
147
   </item>
 
148
   <item row="4" column="1">
 
149
    <widget class="KComboBox" name="duplex">
 
150
     <property name="sizePolicy">
 
151
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
152
       <horstretch>0</horstretch>
 
153
       <verstretch>0</verstretch>
 
154
      </sizepolicy>
 
155
     </property>
 
156
     <item>
 
157
      <property name="text">
 
158
       <string>Full</string>
 
159
      </property>
 
160
     </item>
 
161
     <item>
 
162
      <property name="text">
 
163
       <string>Half</string>
 
164
      </property>
 
165
     </item>
 
166
    </widget>
 
167
   </item>
 
168
   <item row="6" column="0">
 
169
    <widget class="QCheckBox" name="autonegotiate">
 
170
     <property name="sizePolicy">
 
171
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
172
       <horstretch>0</horstretch>
 
173
       <verstretch>0</verstretch>
 
174
      </sizepolicy>
 
175
     </property>
 
176
     <property name="text">
 
177
      <string>Autonegotiate</string>
 
178
     </property>
 
179
     <property name="checked">
 
180
      <bool>true</bool>
 
181
     </property>
 
182
     <property name="tristate">
 
183
      <bool>false</bool>
 
184
     </property>
 
185
    </widget>
 
186
   </item>
 
187
   <item row="5" column="0">
 
188
    <spacer name="verticalSpacer">
 
189
     <property name="orientation">
 
190
      <enum>Qt::Vertical</enum>
 
191
     </property>
 
192
     <property name="sizeHint" stdset="0">
 
193
      <size>
 
194
       <width>20</width>
 
195
       <height>40</height>
 
196
      </size>
 
197
     </property>
 
198
    </spacer>
 
199
   </item>
 
200
  </layout>
 
201
 </widget>
 
202
 <customwidgets>
 
203
  <customwidget>
 
204
   <class>KComboBox</class>
 
205
   <extends>QComboBox</extends>
 
206
   <header>kcombobox.h</header>
 
207
  </customwidget>
 
208
  <customwidget>
 
209
   <class>KLineEdit</class>
 
210
   <extends>QLineEdit</extends>
 
211
   <header>klineedit.h</header>
 
212
  </customwidget>
 
213
  <customwidget>
 
214
   <class>KIntSpinBox</class>
 
215
   <extends>QSpinBox</extends>
 
216
   <header>knuminput.h</header>
 
217
  </customwidget>
 
218
  <customwidget>
 
219
   <class>HwAddrComboBox</class>
 
220
   <extends>QComboBox</extends>
 
221
   <header>hwaddrcombobox.h</header>
 
222
  </customwidget>
 
223
 </customwidgets>
 
224
 <tabstops>
 
225
  <tabstop>macAddress</tabstop>
 
226
  <tabstop>clonedMacAddress</tabstop>
 
227
  <tabstop>btnRandomMacAddr</tabstop>
 
228
  <tabstop>mtu</tabstop>
 
229
  <tabstop>speed</tabstop>
 
230
  <tabstop>duplex</tabstop>
 
231
 </tabstops>
 
232
 <resources/>
 
233
 <connections>
 
234
  <connection>
 
235
   <sender>autonegotiate</sender>
 
236
   <signal>toggled(bool)</signal>
 
237
   <receiver>speedLabel</receiver>
 
238
   <slot>setHidden(bool)</slot>
 
239
   <hints>
 
240
    <hint type="sourcelabel">
 
241
     <x>80</x>
 
242
     <y>290</y>
 
243
    </hint>
 
244
    <hint type="destinationlabel">
 
245
     <x>81</x>
 
246
     <y>117</y>
 
247
    </hint>
 
248
   </hints>
 
249
  </connection>
 
250
  <connection>
 
251
   <sender>autonegotiate</sender>
 
252
   <signal>toggled(bool)</signal>
 
253
   <receiver>speed</receiver>
 
254
   <slot>setHidden(bool)</slot>
 
255
   <hints>
 
256
    <hint type="sourcelabel">
 
257
     <x>80</x>
 
258
     <y>290</y>
 
259
    </hint>
 
260
    <hint type="destinationlabel">
 
261
     <x>245</x>
 
262
     <y>118</y>
 
263
    </hint>
 
264
   </hints>
 
265
  </connection>
 
266
  <connection>
 
267
   <sender>autonegotiate</sender>
 
268
   <signal>toggled(bool)</signal>
 
269
   <receiver>duplexLabel</receiver>
 
270
   <slot>setHidden(bool)</slot>
 
271
   <hints>
 
272
    <hint type="sourcelabel">
 
273
     <x>80</x>
 
274
     <y>290</y>
 
275
    </hint>
 
276
    <hint type="destinationlabel">
 
277
     <x>81</x>
 
278
     <y>147</y>
 
279
    </hint>
 
280
   </hints>
 
281
  </connection>
 
282
  <connection>
 
283
   <sender>autonegotiate</sender>
 
284
   <signal>toggled(bool)</signal>
 
285
   <receiver>duplex</receiver>
 
286
   <slot>setHidden(bool)</slot>
 
287
   <hints>
 
288
    <hint type="sourcelabel">
 
289
     <x>80</x>
 
290
     <y>290</y>
 
291
    </hint>
 
292
    <hint type="destinationlabel">
 
293
     <x>298</x>
 
294
     <y>143</y>
 
295
    </hint>
 
296
   </hints>
 
297
  </connection>
 
298
 </connections>
 
299
</ui>