~ubuntu-branches/ubuntu/maverick/knemo/maverick

« back to all changes in this revision

Viewing changes to src/kcm/configdlg.ui

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell, Pino Toscano, Mark Purcell
  • Date: 2010-02-11 14:53:44 UTC
  • mfrom: (1.1.10 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100211145344-3l3zu2q7fda55t1u
Tags: 0.6.1-1
* New upstream release

[ Pino Toscano ]
* net-tools and wireless-tools are no more used, so remove them from
  Build-Depends, Depends and Recommends.
* Exclude libiw-dev, and libnl-dev from Build-Depends for kFreeBSD and Hurd.
* Remove autotools-dev Build-Depends (knemo uses CMake as build system).
* Slightly adapt description to the usage of command line applications,
  no more done now.
* Enable the "as needed" linking.

[ Mark Purcell ]
* Remove obsolete debian/README.Debian & debian/dirs
* Add comment only debian/watch 
* Update to Standards 3.8.3 - no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
          <attribute name="title">
138
138
           <string>Icon Appearance</string>
139
139
          </attribute>
140
 
          <layout class="QVBoxLayout" name="verticalLayout_3">
141
 
           <item>
142
 
            <widget class="QCheckBox" name="checkBoxDisconnected">
143
 
             <property name="whatsThis">
144
 
              <string>If selected, the icon for this interface will hide when the interface is not connected. When a connection is reestablished, the icon will appear again.</string>
145
 
             </property>
146
 
             <property name="text">
147
 
              <string>Hide icon when not connected</string>
148
 
             </property>
149
 
            </widget>
150
 
           </item>
151
 
           <item>
152
 
            <widget class="QCheckBox" name="checkBoxUnavailable">
153
 
             <property name="whatsThis">
154
 
              <string>When selected, the icon for this interface will hide when the interface does not exist. This is useful for dynamically created interfaces, such as tunnels.</string>
155
 
             </property>
156
 
             <property name="text">
157
 
              <string>Hide icon when not available</string>
158
 
             </property>
159
 
            </widget>
160
 
           </item>
161
 
           <item>
162
 
            <layout class="QHBoxLayout">
 
140
          <layout class="QVBoxLayout" name="verticalLayout_6">
 
141
           <item>
 
142
            <layout class="QHBoxLayout" name="horizontalLayout_9">
163
143
             <item>
164
 
              <widget class="QLabel" name="textLabel1_3_2">
 
144
              <widget class="QLabel" name="label_2">
165
145
               <property name="text">
166
 
                <string>Traffic activity threshold:</string>
167
 
               </property>
168
 
               <property name="wordWrap">
169
 
                <bool>false</bool>
 
146
                <string>Icon hiding:</string>
170
147
               </property>
171
148
              </widget>
172
149
             </item>
173
150
             <item>
174
 
              <widget class="KIntSpinBox" name="spinBoxTrafficThreshold">
175
 
               <property name="whatsThis">
176
 
                <string>If you are on a network with a lot of low-level traffic, you can increase this value so the tray icon does not constantly report activity.</string>
177
 
               </property>
178
 
               <property name="suffix">
179
 
                <string> packets/sec</string>
180
 
               </property>
181
 
               <property name="maximum">
182
 
                <number>1000</number>
183
 
               </property>
 
151
              <widget class="QComboBox" name="comboHiding">
 
152
               <item>
 
153
                <property name="text">
 
154
                 <string>Do not hide</string>
 
155
                </property>
 
156
               </item>
 
157
               <item>
 
158
                <property name="text">
 
159
                 <string>Hide when disconnected</string>
 
160
                </property>
 
161
               </item>
 
162
               <item>
 
163
                <property name="text">
 
164
                 <string>Hide when unavailable</string>
 
165
                </property>
 
166
               </item>
184
167
              </widget>
185
168
             </item>
186
169
            </layout>
187
170
           </item>
188
171
           <item>
189
 
            <layout class="QHBoxLayout">
190
 
             <item>
 
172
            <layout class="QGridLayout" name="gridLayout_3">
 
173
             <item row="0" column="0">
191
174
              <widget class="QLabel" name="textLabel1_2">
192
 
               <property name="sizePolicy">
193
 
                <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
194
 
                 <horstretch>0</horstretch>
195
 
                 <verstretch>0</verstretch>
196
 
                </sizepolicy>
197
 
               </property>
198
175
               <property name="text">
199
176
                <string>Icon theme:</string>
200
177
               </property>
203
180
               </property>
204
181
              </widget>
205
182
             </item>
206
 
             <item>
207
 
              <widget class="QComboBox" name="comboBoxIconTheme"/>
208
 
             </item>
209
 
             <item>
210
 
              <widget class="QLabel" name="pixmapError">
211
 
               <property name="toolTip">
212
 
                <string>Unavailable</string>
213
 
               </property>
214
 
               <property name="wordWrap">
215
 
                <bool>false</bool>
216
 
               </property>
217
 
              </widget>
218
 
             </item>
219
 
             <item>
220
 
              <widget class="QLabel" name="pixmapDisconnected">
221
 
               <property name="toolTip">
222
 
                <string>Disconnected</string>
223
 
               </property>
224
 
               <property name="wordWrap">
225
 
                <bool>false</bool>
226
 
               </property>
227
 
              </widget>
228
 
             </item>
229
 
             <item>
230
 
              <widget class="QLabel" name="pixmapConnected">
231
 
               <property name="toolTip">
232
 
                <string>Connected</string>
233
 
               </property>
234
 
               <property name="wordWrap">
235
 
                <bool>false</bool>
236
 
               </property>
237
 
              </widget>
238
 
             </item>
239
 
             <item>
240
 
              <widget class="QLabel" name="pixmapOutgoing">
241
 
               <property name="toolTip">
242
 
                <string>Transmitting data</string>
243
 
               </property>
244
 
               <property name="wordWrap">
245
 
                <bool>false</bool>
246
 
               </property>
247
 
              </widget>
248
 
             </item>
249
 
             <item>
250
 
              <widget class="QLabel" name="pixmapIncoming">
251
 
               <property name="toolTip">
252
 
                <string>Receiving data</string>
253
 
               </property>
254
 
               <property name="wordWrap">
255
 
                <bool>false</bool>
256
 
               </property>
257
 
              </widget>
258
 
             </item>
259
 
             <item>
260
 
              <widget class="QLabel" name="pixmapTraffic">
261
 
               <property name="toolTip">
262
 
                <string>Transmitting and receiving data</string>
263
 
               </property>
264
 
               <property name="wordWrap">
265
 
                <bool>false</bool>
266
 
               </property>
267
 
              </widget>
268
 
             </item>
269
 
            </layout>
270
 
           </item>
271
 
           <item>
272
 
            <layout class="QHBoxLayout" name="horizontalLayout_6">
273
 
             <item>
274
 
              <spacer name="horizontalSpacer_6">
275
 
               <property name="orientation">
276
 
                <enum>Qt::Horizontal</enum>
277
 
               </property>
278
 
               <property name="sizeType">
279
 
                <enum>QSizePolicy::Fixed</enum>
280
 
               </property>
281
 
               <property name="sizeHint" stdset="0">
282
 
                <size>
283
 
                 <width>20</width>
284
 
                 <height>1</height>
285
 
                </size>
286
 
               </property>
287
 
              </spacer>
288
 
             </item>
289
 
             <item>
290
 
              <widget class="QLabel" name="colorIncomingLabel">
291
 
               <property name="text">
292
 
                <string>Incoming text:</string>
293
 
               </property>
294
 
              </widget>
295
 
             </item>
296
 
             <item>
297
 
              <widget class="KColorButton" name="colorIncoming"/>
298
 
             </item>
299
 
            </layout>
300
 
           </item>
301
 
           <item>
302
 
            <layout class="QHBoxLayout" name="horizontalLayout_7">
303
 
             <item>
304
 
              <spacer name="horizontalSpacer_7">
305
 
               <property name="orientation">
306
 
                <enum>Qt::Horizontal</enum>
307
 
               </property>
308
 
               <property name="sizeType">
309
 
                <enum>QSizePolicy::Fixed</enum>
310
 
               </property>
311
 
               <property name="sizeHint" stdset="0">
312
 
                <size>
313
 
                 <width>20</width>
314
 
                 <height>1</height>
315
 
                </size>
316
 
               </property>
317
 
              </spacer>
318
 
             </item>
319
 
             <item>
320
 
              <widget class="QLabel" name="colorOutgoingLabel">
321
 
               <property name="text">
322
 
                <string>Outgoing text:</string>
323
 
               </property>
324
 
              </widget>
325
 
             </item>
326
 
             <item>
327
 
              <widget class="KColorButton" name="colorOutgoing"/>
328
 
             </item>
329
 
            </layout>
330
 
           </item>
331
 
           <item>
332
 
            <layout class="QHBoxLayout" name="horizontalLayout_8">
333
 
             <item>
334
 
              <spacer name="horizontalSpacer_8">
335
 
               <property name="orientation">
336
 
                <enum>Qt::Horizontal</enum>
337
 
               </property>
338
 
               <property name="sizeType">
339
 
                <enum>QSizePolicy::Fixed</enum>
340
 
               </property>
341
 
               <property name="sizeHint" stdset="0">
342
 
                <size>
343
 
                 <width>20</width>
344
 
                 <height>1</height>
345
 
                </size>
346
 
               </property>
347
 
              </spacer>
348
 
             </item>
349
 
             <item>
350
 
              <widget class="QLabel" name="colorDisabledLabel">
351
 
               <property name="text">
352
 
                <string>Disconnected text:</string>
353
 
               </property>
354
 
              </widget>
355
 
             </item>
356
 
             <item>
357
 
              <widget class="KColorButton" name="colorDisabled"/>
358
 
             </item>
359
 
            </layout>
360
 
           </item>
361
 
           <item>
362
 
            <layout class="QHBoxLayout" name="horizontalLayout_2">
363
 
             <item>
364
 
              <spacer name="horizontalSpacer_3">
365
 
               <property name="orientation">
366
 
                <enum>Qt::Horizontal</enum>
367
 
               </property>
368
 
               <property name="sizeType">
369
 
                <enum>QSizePolicy::Fixed</enum>
370
 
               </property>
371
 
               <property name="sizeHint" stdset="0">
372
 
                <size>
373
 
                 <width>20</width>
374
 
                 <height>1</height>
375
 
                </size>
376
 
               </property>
377
 
              </spacer>
378
 
             </item>
379
 
             <item>
380
 
              <widget class="QLabel" name="colorUnavailableLabel">
381
 
               <property name="text">
382
 
                <string>Unavailable text:</string>
383
 
               </property>
384
 
              </widget>
385
 
             </item>
386
 
             <item>
387
 
              <widget class="KColorButton" name="colorUnavailable"/>
 
183
             <item row="0" column="1" rowspan="2">
 
184
              <layout class="QVBoxLayout" name="verticalLayout_3">
 
185
               <item>
 
186
                <widget class="QComboBox" name="comboBoxIconTheme"/>
 
187
               </item>
 
188
               <item>
 
189
                <layout class="QHBoxLayout" name="horizontalLayout_10">
 
190
                 <item>
 
191
                  <widget class="QLabel" name="pixmapError">
 
192
                   <property name="toolTip">
 
193
                    <string>Unavailable</string>
 
194
                   </property>
 
195
                   <property name="wordWrap">
 
196
                    <bool>false</bool>
 
197
                   </property>
 
198
                  </widget>
 
199
                 </item>
 
200
                 <item>
 
201
                  <widget class="QLabel" name="pixmapDisconnected">
 
202
                   <property name="toolTip">
 
203
                    <string>Disconnected</string>
 
204
                   </property>
 
205
                   <property name="wordWrap">
 
206
                    <bool>false</bool>
 
207
                   </property>
 
208
                  </widget>
 
209
                 </item>
 
210
                 <item>
 
211
                  <widget class="QLabel" name="pixmapConnected">
 
212
                   <property name="toolTip">
 
213
                    <string>Connected</string>
 
214
                   </property>
 
215
                   <property name="wordWrap">
 
216
                    <bool>false</bool>
 
217
                   </property>
 
218
                  </widget>
 
219
                 </item>
 
220
                 <item>
 
221
                  <widget class="QLabel" name="pixmapIncoming">
 
222
                   <property name="toolTip">
 
223
                    <string>Incoming traffic</string>
 
224
                   </property>
 
225
                   <property name="wordWrap">
 
226
                    <bool>false</bool>
 
227
                   </property>
 
228
                  </widget>
 
229
                 </item>
 
230
                 <item>
 
231
                  <widget class="QLabel" name="pixmapOutgoing">
 
232
                   <property name="toolTip">
 
233
                    <string>Outgoing traffic</string>
 
234
                   </property>
 
235
                   <property name="wordWrap">
 
236
                    <bool>false</bool>
 
237
                   </property>
 
238
                  </widget>
 
239
                 </item>
 
240
                 <item>
 
241
                  <widget class="QLabel" name="pixmapTraffic">
 
242
                   <property name="toolTip">
 
243
                    <string>Incoming and outgoing traffic</string>
 
244
                   </property>
 
245
                   <property name="wordWrap">
 
246
                    <bool>false</bool>
 
247
                   </property>
 
248
                  </widget>
 
249
                 </item>
 
250
                </layout>
 
251
               </item>
 
252
              </layout>
 
253
             </item>
 
254
            </layout>
 
255
           </item>
 
256
           <item>
 
257
            <widget class="QGroupBox" name="themeColorBox">
 
258
             <property name="title">
 
259
              <string>Colors</string>
 
260
             </property>
 
261
             <layout class="QVBoxLayout" name="verticalLayout_5">
 
262
              <item>
 
263
               <layout class="QHBoxLayout" name="horizontalLayout_6">
 
264
                <item>
 
265
                 <spacer name="horizontalSpacer_6">
 
266
                  <property name="orientation">
 
267
                   <enum>Qt::Horizontal</enum>
 
268
                  </property>
 
269
                  <property name="sizeType">
 
270
                   <enum>QSizePolicy::Fixed</enum>
 
271
                  </property>
 
272
                  <property name="sizeHint" stdset="0">
 
273
                   <size>
 
274
                    <width>20</width>
 
275
                    <height>1</height>
 
276
                   </size>
 
277
                  </property>
 
278
                 </spacer>
 
279
                </item>
 
280
                <item>
 
281
                 <widget class="QLabel" name="colorIncomingLabel">
 
282
                  <property name="text">
 
283
                   <string>Incoming traffic:</string>
 
284
                  </property>
 
285
                 </widget>
 
286
                </item>
 
287
                <item>
 
288
                 <widget class="KColorButton" name="colorIncoming"/>
 
289
                </item>
 
290
               </layout>
 
291
              </item>
 
292
              <item>
 
293
               <layout class="QHBoxLayout" name="horizontalLayout_7">
 
294
                <item>
 
295
                 <spacer name="horizontalSpacer_7">
 
296
                  <property name="orientation">
 
297
                   <enum>Qt::Horizontal</enum>
 
298
                  </property>
 
299
                  <property name="sizeType">
 
300
                   <enum>QSizePolicy::Fixed</enum>
 
301
                  </property>
 
302
                  <property name="sizeHint" stdset="0">
 
303
                   <size>
 
304
                    <width>20</width>
 
305
                    <height>1</height>
 
306
                   </size>
 
307
                  </property>
 
308
                 </spacer>
 
309
                </item>
 
310
                <item>
 
311
                 <widget class="QLabel" name="colorOutgoingLabel">
 
312
                  <property name="text">
 
313
                   <string>Outgoing traffic:</string>
 
314
                  </property>
 
315
                 </widget>
 
316
                </item>
 
317
                <item>
 
318
                 <widget class="KColorButton" name="colorOutgoing"/>
 
319
                </item>
 
320
               </layout>
 
321
              </item>
 
322
              <item>
 
323
               <layout class="QHBoxLayout" name="horizontalLayout_8">
 
324
                <item>
 
325
                 <spacer name="horizontalSpacer_8">
 
326
                  <property name="orientation">
 
327
                   <enum>Qt::Horizontal</enum>
 
328
                  </property>
 
329
                  <property name="sizeType">
 
330
                   <enum>QSizePolicy::Fixed</enum>
 
331
                  </property>
 
332
                  <property name="sizeHint" stdset="0">
 
333
                   <size>
 
334
                    <width>20</width>
 
335
                    <height>1</height>
 
336
                   </size>
 
337
                  </property>
 
338
                 </spacer>
 
339
                </item>
 
340
                <item>
 
341
                 <widget class="QLabel" name="colorDisabledLabel">
 
342
                  <property name="text">
 
343
                   <string>Disconnected:</string>
 
344
                  </property>
 
345
                 </widget>
 
346
                </item>
 
347
                <item>
 
348
                 <widget class="KColorButton" name="colorDisabled"/>
 
349
                </item>
 
350
               </layout>
 
351
              </item>
 
352
              <item>
 
353
               <layout class="QHBoxLayout" name="horizontalLayout_2">
 
354
                <item>
 
355
                 <spacer name="horizontalSpacer_3">
 
356
                  <property name="orientation">
 
357
                   <enum>Qt::Horizontal</enum>
 
358
                  </property>
 
359
                  <property name="sizeType">
 
360
                   <enum>QSizePolicy::Fixed</enum>
 
361
                  </property>
 
362
                  <property name="sizeHint" stdset="0">
 
363
                   <size>
 
364
                    <width>20</width>
 
365
                    <height>1</height>
 
366
                   </size>
 
367
                  </property>
 
368
                 </spacer>
 
369
                </item>
 
370
                <item>
 
371
                 <widget class="QLabel" name="colorUnavailableLabel">
 
372
                  <property name="text">
 
373
                   <string>Unavailable:</string>
 
374
                  </property>
 
375
                 </widget>
 
376
                </item>
 
377
                <item>
 
378
                 <widget class="KColorButton" name="colorUnavailable"/>
 
379
                </item>
 
380
               </layout>
 
381
              </item>
 
382
             </layout>
 
383
            </widget>
 
384
           </item>
 
385
           <item>
 
386
            <layout class="QHBoxLayout" name="horizontalLayout_11">
 
387
             <item>
 
388
              <spacer name="horizontalSpacer_11">
 
389
               <property name="orientation">
 
390
                <enum>Qt::Horizontal</enum>
 
391
               </property>
 
392
               <property name="sizeType">
 
393
                <enum>QSizePolicy::Expanding</enum>
 
394
               </property>
 
395
               <property name="sizeHint" stdset="0">
 
396
                <size>
 
397
                 <width>40</width>
 
398
                 <height>1</height>
 
399
                </size>
 
400
               </property>
 
401
              </spacer>
 
402
             </item>
 
403
             <item>
 
404
              <widget class="QPushButton" name="advancedButton">
 
405
               <property name="text">
 
406
                <string>Advanced...</string>
 
407
               </property>
 
408
              </widget>
388
409
             </item>
389
410
            </layout>
390
411
           </item>
522
543
           </item>
523
544
           <item>
524
545
            <widget class="QGroupBox" name="groupBox">
 
546
             <property name="enabled">
 
547
              <bool>false</bool>
 
548
             </property>
525
549
             <property name="title">
526
550
              <string>Traffic Notifications</string>
527
551
             </property>
538
562
                <item>
539
563
                 <widget class="KDoubleNumInput" name="warnThreshold">
540
564
                  <property name="whatsThis">
541
 
                   <string>&lt;p&gt;When traffic for a month or billing period exceeds this threshold, KNemo will emit a notification. This notification will appear once per session.&lt;/p&gt;&lt;p&gt;If the value is 0, KNemo will not emit a notification.&lt;/p&gt;</string>
 
565
                   <string>When traffic for a month or billing period exceeds this limit, KNemo will emit a notification. The notification will appear once per session.</string>
542
566
                  </property>
543
567
                  <property name="singleStep" stdset="0">
544
568
                   <double>0.100000000000000</double>
545
569
                  </property>
546
570
                  <property name="suffix">
547
 
                   <string>GiB</string>
 
571
                   <string> GiB</string>
 
572
                  </property>
 
573
                  <property name="specialValueText">
 
574
                   <string>No limit</string>
548
575
                  </property>
549
576
                  <property name="decimals">
550
577
                   <number>1</number>
580
607
                   <string>If selected, only incoming traffic applies to the monthly limit</string>
581
608
                  </property>
582
609
                  <property name="text">
583
 
                   <string>Download traffic only</string>
 
610
                   <string>Incoming traffic only</string>
584
611
                  </property>
585
612
                 </widget>
586
613
                </item>
642
669
           <string>Context Menu</string>
643
670
          </attribute>
644
671
          <layout class="QGridLayout" name="gridLayout_4">
645
 
           <item row="0" column="0" colspan="2">
646
 
            <widget class="QCheckBox" name="checkBoxCustom">
647
 
             <property name="text">
648
 
              <string>Display custom entries in context menu</string>
649
 
             </property>
650
 
            </widget>
651
 
           </item>
652
 
           <item row="1" column="0">
 
672
           <item row="0" column="0">
653
673
            <widget class="QTreeWidget" name="listViewCommands">
654
 
             <property name="enabled">
655
 
              <bool>false</bool>
656
 
             </property>
657
674
             <property name="whatsThis">
658
 
              <string>In this area you can add the custom entries for your context menu: &lt;ol&gt;&lt;li&gt;check &lt;b&gt;Display custom entries in context menu&lt;/b&gt;;&lt;/li&gt;&lt;li&gt;push on the &lt;b&gt;Add&lt;/b&gt; button to add a new entry in the list;&lt;/li&gt;&lt;li&gt;edit the entry by double clicking in column &lt;b&gt;Menu text&lt;/b&gt; and &lt;b&gt;Command&lt;/b&gt;;&lt;/li&gt;&lt;li&gt;start from step 2 for every new entry&lt;/li&gt;.&lt;/ol&gt;If you need to execute the command as root user check the corresponding &lt;b&gt;Root&lt;/b&gt; check box.</string>
 
675
              <string>In this area you can add the custom entries for your context menu: &lt;ol&gt;&lt;li&gt;push the &lt;b&gt;Add&lt;/b&gt; button to add a new entry in the list;&lt;/li&gt;&lt;li&gt;edit the entry by double clicking in the &lt;b&gt;Menu text&lt;/b&gt; and &lt;b&gt;Command&lt;/b&gt; columns.&lt;/li&gt;&lt;/ol&gt;If you need to execute the command as root user check the corresponding &lt;b&gt;Root&lt;/b&gt; check box.</string>
659
676
             </property>
660
677
             <property name="rootIsDecorated">
661
678
              <bool>false</bool>
683
700
             </column>
684
701
            </widget>
685
702
           </item>
686
 
           <item row="1" column="1">
 
703
           <item row="0" column="1">
687
704
            <layout class="QVBoxLayout">
688
705
             <item>
689
706
              <widget class="QPushButton" name="pushButtonAddCommand">
690
 
               <property name="enabled">
691
 
                <bool>false</bool>
692
 
               </property>
693
707
               <property name="toolTip">
694
708
                <string>Add a new entry</string>
695
709
               </property>
703
717
             </item>
704
718
             <item>
705
719
              <widget class="QPushButton" name="pushButtonRemoveCommand">
706
 
               <property name="enabled">
707
 
                <bool>false</bool>
708
 
               </property>
709
720
               <property name="toolTip">
710
721
                <string>Remove the selected entry</string>
711
722
               </property>
948
959
          <item row="0" column="0">
949
960
           <widget class="QLabel" name="textLabel1_6">
950
961
            <property name="text">
951
 
             <string>Save statistics every</string>
 
962
             <string>Autosave interval:</string>
952
963
            </property>
953
964
            <property name="wordWrap">
954
965
             <bool>false</bool>
972
983
            <property name="suffix">
973
984
             <string> sec</string>
974
985
            </property>
 
986
            <property name="specialValueText">
 
987
             <string>At shutdown</string>
 
988
            </property>
975
989
           </widget>
976
990
          </item>
977
991
          <item row="0" column="2">
1034
1048
 </widget>
1035
1049
 <customwidgets>
1036
1050
  <customwidget>
1037
 
   <class>KIntSpinBox</class>
1038
 
   <extends>QSpinBox</extends>
1039
 
   <header>knuminput.h</header>
1040
 
  </customwidget>
1041
 
  <customwidget>
1042
1051
   <class>KUrlRequester</class>
1043
1052
   <extends>QFrame</extends>
1044
1053
   <header>kurlrequester.h</header>
1072
1081
  <tabstop>pushButtonAll</tabstop>
1073
1082
  <tabstop>pushButtonDelete</tabstop>
1074
1083
  <tabstop>lineEditAlias</tabstop>
1075
 
  <tabstop>checkBoxDisconnected</tabstop>
1076
 
  <tabstop>checkBoxUnavailable</tabstop>
1077
 
  <tabstop>spinBoxTrafficThreshold</tabstop>
 
1084
  <tabstop>ifaceTab</tabstop>
 
1085
  <tabstop>comboHiding</tabstop>
1078
1086
  <tabstop>comboBoxIconTheme</tabstop>
1079
1087
  <tabstop>colorIncoming</tabstop>
1080
1088
  <tabstop>colorOutgoing</tabstop>
1081
1089
  <tabstop>colorDisabled</tabstop>
 
1090
  <tabstop>colorUnavailable</tabstop>
 
1091
  <tabstop>advancedButton</tabstop>
1082
1092
  <tabstop>checkBoxStatistics</tabstop>
1083
1093
  <tabstop>checkBoxCustomBilling</tabstop>
1084
1094
  <tabstop>billingStartInput</tabstop>
1086
1096
  <tabstop>warnThreshold</tabstop>
1087
1097
  <tabstop>warnRx</tabstop>
1088
1098
  <tabstop>warnRxTx</tabstop>
1089
 
  <tabstop>checkBoxCustom</tabstop>
1090
1099
  <tabstop>listViewCommands</tabstop>
1091
1100
  <tabstop>pushButtonAddCommand</tabstop>
1092
1101
  <tabstop>pushButtonRemoveCommand</tabstop>
1117
1126
 <resources/>
1118
1127
 <connections>
1119
1128
  <connection>
1120
 
   <sender>checkBoxDisconnected</sender>
1121
 
   <signal>toggled(bool)</signal>
1122
 
   <receiver>checkBoxUnavailable</receiver>
1123
 
   <slot>setDisabled(bool)</slot>
1124
 
   <hints>
1125
 
    <hint type="sourcelabel">
1126
 
     <x>353</x>
1127
 
     <y>137</y>
1128
 
    </hint>
1129
 
    <hint type="destinationlabel">
1130
 
     <x>353</x>
1131
 
     <y>164</y>
1132
 
    </hint>
1133
 
   </hints>
1134
 
  </connection>
1135
 
  <connection>
1136
 
   <sender>checkBoxCustom</sender>
1137
 
   <signal>toggled(bool)</signal>
1138
 
   <receiver>listViewCommands</receiver>
1139
 
   <slot>setEnabled(bool)</slot>
1140
 
   <hints>
1141
 
    <hint type="sourcelabel">
1142
 
     <x>349</x>
1143
 
     <y>141</y>
1144
 
    </hint>
1145
 
    <hint type="destinationlabel">
1146
 
     <x>301</x>
1147
 
     <y>154</y>
1148
 
    </hint>
1149
 
   </hints>
1150
 
  </connection>
1151
 
  <connection>
1152
 
   <sender>checkBoxCustom</sender>
1153
 
   <signal>toggled(bool)</signal>
1154
 
   <receiver>pushButtonAddCommand</receiver>
1155
 
   <slot>setEnabled(bool)</slot>
1156
 
   <hints>
1157
 
    <hint type="sourcelabel">
1158
 
     <x>349</x>
1159
 
     <y>141</y>
1160
 
    </hint>
1161
 
    <hint type="destinationlabel">
1162
 
     <x>405</x>
1163
 
     <y>175</y>
1164
 
    </hint>
1165
 
   </hints>
1166
 
  </connection>
1167
 
  <connection>
1168
1129
   <sender>checkBoxStatistics</sender>
1169
1130
   <signal>toggled(bool)</signal>
1170
1131
   <receiver>groupBox</receiver>