~ubuntu-branches/ubuntu/precise/networkmanagement/precise-updates

« back to all changes in this revision

Viewing changes to libs/ui/ipv4.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Modestas Vainius, Michael Biebl
  • Date: 2011-05-27 12:18:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110527121825-vfufwquq3vy0k3zn
Tags: 0.1+git20110526.911025d-1
[ Modestas Vainius ]
* Use official KDE branding in the package descriptions.

[ Michael Biebl ]
* New upstream Git snapshot 911025d81fdfbe09b64705e94e5411f521c38e3e.
* debian/control
  - Bump Build-Depends on kdelibs5-dev and kdebase-workspace-dev to
    (>= 4:4.6.0).
  - Bump Build-Depends on network-manager-dev and libnm-util-dev to
    (>= 0.8.1).
  - Bump Depends on network-manager to (>= 0.8.1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
14
 
   <string>IP Address</string>
 
14
   <string>IPv4 Address</string>
15
15
  </property>
16
16
  <property name="toolTip">
17
17
   <string extracomment="Advanced IP settings"/>
132
132
           <string>Shared</string>
133
133
          </property>
134
134
         </item>
 
135
         <item>
 
136
          <property name="text">
 
137
           <string>Disabled</string>
 
138
          </property>
 
139
         </item>
135
140
        </widget>
136
141
       </item>
137
142
       <item row="1" column="0">
349
354
     <widget class="QWidget" name="pageAdditionalAddresses">
350
355
      <layout class="QVBoxLayout" name="verticalLayout">
351
356
       <item>
352
 
        <widget class="IpV4AdvancedWidget" name="advancedSettings" native="true"/>
 
357
        <widget class="IpV4AdvancedWidget" name="advancedSettings" native="true">
 
358
         <property name="sizePolicy">
 
359
          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
360
           <horstretch>0</horstretch>
 
361
           <verstretch>0</verstretch>
 
362
          </sizepolicy>
 
363
         </property>
 
364
        </widget>
353
365
       </item>
354
366
       <item>
355
367
        <spacer name="verticalSpacer_3">
356
368
         <property name="orientation">
357
369
          <enum>Qt::Vertical</enum>
358
370
         </property>
 
371
         <property name="sizeType">
 
372
          <enum>QSizePolicy::Preferred</enum>
 
373
         </property>
359
374
         <property name="sizeHint" stdset="0">
360
375
          <size>
361
376
           <width>20</width>
369
384
     <widget class="QWidget" name="pageRoutes">
370
385
      <layout class="QVBoxLayout" name="verticalLayout_3">
371
386
       <item>
372
 
        <widget class="QCheckBox" name="cbIgnoreAutoRoutes">
373
 
         <property name="toolTip">
374
 
          <string>If checked, only manually configured routes will be used</string>
375
 
         </property>
376
 
         <property name="text">
377
 
          <string>Ignore &amp;automatically obtained routes</string>
378
 
         </property>
379
 
        </widget>
380
 
       </item>
381
 
       <item>
382
 
        <widget class="QCheckBox" name="cbNeverDefault">
383
 
         <property name="toolTip">
384
 
          <string>Determines whether this connection should receive the default route</string>
385
 
         </property>
386
 
         <property name="text">
387
 
          <string>Use &amp;only for resources on this connection</string>
 
387
        <widget class="IpV4RoutesWidget" name="routesSettings" native="true">
 
388
         <property name="sizePolicy">
 
389
          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
390
           <horstretch>0</horstretch>
 
391
           <verstretch>0</verstretch>
 
392
          </sizepolicy>
388
393
         </property>
389
394
        </widget>
390
395
       </item>
393
398
         <property name="orientation">
394
399
          <enum>Qt::Vertical</enum>
395
400
         </property>
 
401
         <property name="sizeType">
 
402
          <enum>QSizePolicy::Preferred</enum>
 
403
         </property>
396
404
         <property name="sizeHint" stdset="0">
397
405
          <size>
398
406
           <width>20</width>
405
413
     </widget>
406
414
    </widget>
407
415
   </item>
 
416
   <item>
 
417
    <widget class="QCheckBox" name="cbMayFail">
 
418
     <property name="text">
 
419
      <string>IPv4 is required for this connection</string>
 
420
     </property>
 
421
     <property name="checked">
 
422
      <bool>true</bool>
 
423
     </property>
 
424
    </widget>
 
425
   </item>
408
426
  </layout>
409
427
 </widget>
410
428
 <customwidgets>
429
447
   <header>ipv4advancedwidget.h</header>
430
448
   <container>1</container>
431
449
  </customwidget>
 
450
  <customwidget>
 
451
   <class>IpV4RoutesWidget</class>
 
452
   <extends>QWidget</extends>
 
453
   <header>ipv4routeswidget.h</header>
 
454
   <container>1</container>
 
455
  </customwidget>
432
456
 </customwidgets>
433
457
 <tabstops>
434
458
  <tabstop>method</tabstop>
441
465
  <tabstop>dnsSearchMorePushButton</tabstop>
442
466
  <tabstop>dhcpClientId</tabstop>
443
467
  <tabstop>cmbSettingsMode</tabstop>
444
 
  <tabstop>cbIgnoreAutoRoutes</tabstop>
445
 
  <tabstop>cbNeverDefault</tabstop>
446
468
 </tabstops>
447
469
 <resources/>
448
470
 <connections>
453
475
   <slot>setCurrentIndex(int)</slot>
454
476
   <hints>
455
477
    <hint type="sourcelabel">
456
 
     <x>291</x>
457
 
     <y>30</y>
 
478
     <x>294</x>
 
479
     <y>26</y>
458
480
    </hint>
459
481
    <hint type="destinationlabel">
460
482
     <x>429</x>