Warning, /plasma/plasma-nm/libs/editor/settings/ui/ipv4.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>IPv4Widget</class>
0004  <widget class="QWidget" name="IPv4Widget">
0005   <property name="enabled">
0006    <bool>true</bool>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>418</width>
0013     <height>427</height>
0014    </rect>
0015   </property>
0016   <property name="toolTip">
0017    <string>Advanced IP settings</string>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout_2">
0020    <item row="0" column="0">
0021     <widget class="QLabel" name="label">
0022      <property name="sizePolicy">
0023       <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0024        <horstretch>0</horstretch>
0025        <verstretch>0</verstretch>
0026       </sizepolicy>
0027      </property>
0028      <property name="text">
0029       <string>Method:</string>
0030      </property>
0031      <property name="alignment">
0032       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0033      </property>
0034      <property name="buddy">
0035       <cstring>method</cstring>
0036      </property>
0037     </widget>
0038    </item>
0039    <item row="0" column="1">
0040     <widget class="KComboBox" name="method">
0041      <property name="sizePolicy">
0042       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0043        <horstretch>0</horstretch>
0044        <verstretch>0</verstretch>
0045       </sizepolicy>
0046      </property>
0047      <item>
0048       <property name="text">
0049        <string comment="Method:">Automatic</string>
0050       </property>
0051      </item>
0052      <item>
0053       <property name="text">
0054        <string>Automatic (Only addresses)</string>
0055       </property>
0056      </item>
0057      <item>
0058       <property name="text">
0059        <string>Link-Local</string>
0060       </property>
0061      </item>
0062      <item>
0063       <property name="text">
0064        <string comment="like in use Manual configuration">Manual</string>
0065       </property>
0066      </item>
0067      <item>
0068       <property name="text">
0069        <string>Shared to other computers</string>
0070       </property>
0071      </item>
0072      <item>
0073       <property name="text">
0074        <string comment="like in this setting is Disabled">Disabled</string>
0075       </property>
0076      </item>
0077     </widget>
0078    </item>
0079    <item row="1" column="0">
0080     <widget class="QLabel" name="dnsLabel">
0081      <property name="sizePolicy">
0082       <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0083        <horstretch>0</horstretch>
0084        <verstretch>0</verstretch>
0085       </sizepolicy>
0086      </property>
0087      <property name="text">
0088       <string comment="@info">DNS Servers:</string>
0089      </property>
0090      <property name="textFormat">
0091       <enum>Qt::AutoText</enum>
0092      </property>
0093      <property name="alignment">
0094       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0095      </property>
0096      <property name="buddy">
0097       <cstring>dns</cstring>
0098      </property>
0099     </widget>
0100    </item>
0101    <item row="1" column="1">
0102     <layout class="QHBoxLayout" name="horizontalLayout_2">
0103      <item>
0104       <widget class="KLineEdit" name="dns">
0105        <property name="sizePolicy">
0106         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0107          <horstretch>0</horstretch>
0108          <verstretch>0</verstretch>
0109         </sizepolicy>
0110        </property>
0111        <property name="minimumSize">
0112         <size>
0113          <width>250</width>
0114          <height>0</height>
0115         </size>
0116        </property>
0117        <property name="toolTip">
0118         <string>Use this field to specify the IP address(es) of one or more DNS servers. Use ',' to separate entries.</string>
0119        </property>
0120       </widget>
0121      </item>
0122      <item>
0123       <widget class="QPushButton" name="dnsMorePushButton">
0124        <property name="toolTip">
0125         <string>Edit DNS the list of servers</string>
0126        </property>
0127        <property name="icon">
0128         <iconset theme="document-properties">
0129          <normaloff>.</normaloff>.</iconset>
0130        </property>
0131       </widget>
0132      </item>
0133     </layout>
0134    </item>
0135    <item row="2" column="0">
0136     <widget class="QLabel" name="dnsSearchLabel">
0137      <property name="sizePolicy">
0138       <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0139        <horstretch>0</horstretch>
0140        <verstretch>0</verstretch>
0141       </sizepolicy>
0142      </property>
0143      <property name="text">
0144       <string comment="@info">Search Domains:</string>
0145      </property>
0146      <property name="alignment">
0147       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0148      </property>
0149      <property name="buddy">
0150       <cstring>dnsSearch</cstring>
0151      </property>
0152     </widget>
0153    </item>
0154    <item row="2" column="1">
0155     <layout class="QHBoxLayout" name="horizontalLayout_5">
0156      <item>
0157       <widget class="KLineEdit" name="dnsSearch">
0158        <property name="minimumSize">
0159         <size>
0160          <width>250</width>
0161          <height>0</height>
0162         </size>
0163        </property>
0164        <property name="toolTip">
0165         <string>Use this field to specify one or more DNS domains to search. Use ',' to separate entries.</string>
0166        </property>
0167       </widget>
0168      </item>
0169      <item>
0170       <widget class="QPushButton" name="dnsSearchMorePushButton">
0171        <property name="toolTip">
0172         <string>Edit the list of DNS domains being searched</string>
0173        </property>
0174        <property name="icon">
0175         <iconset theme="document-properties">
0176          <normaloff>.</normaloff>.</iconset>
0177        </property>
0178       </widget>
0179      </item>
0180     </layout>
0181    </item>
0182    <item row="3" column="0">
0183     <widget class="QLabel" name="labelDhcpClientId">
0184      <property name="sizePolicy">
0185       <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0186        <horstretch>0</horstretch>
0187        <verstretch>0</verstretch>
0188       </sizepolicy>
0189      </property>
0190      <property name="text">
0191       <string>DHCP Client ID:</string>
0192      </property>
0193      <property name="alignment">
0194       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0195      </property>
0196      <property name="buddy">
0197       <cstring>dhcpClientId</cstring>
0198      </property>
0199     </widget>
0200    </item>
0201    <item row="3" column="1">
0202     <widget class="KLineEdit" name="dhcpClientId">
0203      <property name="toolTip">
0204       <string>Use this field to specify the DHCP client ID which is a string sent to the DHCP server
0205 to identify the local machine that the DHCP server may use to customize the DHCP
0206 lease and options.</string>
0207      </property>
0208     </widget>
0209    </item>
0210    <item row="4" column="0" colspan="2">
0211     <layout class="QGridLayout" name="gridLayout">
0212      <item row="1" column="1">
0213       <widget class="QPushButton" name="btnRemove">
0214        <property name="text">
0215         <string>Remove</string>
0216        </property>
0217        <property name="icon">
0218         <iconset theme="list-remove">
0219          <normaloff>.</normaloff>.</iconset>
0220        </property>
0221       </widget>
0222      </item>
0223      <item row="0" column="1">
0224       <widget class="QPushButton" name="btnAdd">
0225        <property name="text">
0226         <string>Add</string>
0227        </property>
0228        <property name="icon">
0229         <iconset theme="list-add">
0230          <normaloff>.</normaloff>.</iconset>
0231        </property>
0232       </widget>
0233      </item>
0234      <item row="0" column="0" rowspan="3">
0235       <widget class="QTableView" name="tableViewAddresses">
0236        <property name="sizePolicy">
0237         <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0238          <horstretch>0</horstretch>
0239          <verstretch>0</verstretch>
0240         </sizepolicy>
0241        </property>
0242        <property name="toolTip">
0243         <string>IP addresses identify your computer on the network. Click the &quot;Add&quot; button to add
0244 an IP address</string>
0245        </property>
0246        <property name="selectionMode">
0247         <enum>QAbstractItemView::SingleSelection</enum>
0248        </property>
0249        <property name="selectionBehavior">
0250         <enum>QAbstractItemView::SelectRows</enum>
0251        </property>
0252        <attribute name="horizontalHeaderStretchLastSection">
0253         <bool>true</bool>
0254        </attribute>
0255        <attribute name="verticalHeaderVisible">
0256         <bool>false</bool>
0257        </attribute>
0258       </widget>
0259      </item>
0260      <item row="2" column="1">
0261       <spacer name="verticalSpacer_3">
0262        <property name="orientation">
0263         <enum>Qt::Vertical</enum>
0264        </property>
0265        <property name="sizeType">
0266         <enum>QSizePolicy::MinimumExpanding</enum>
0267        </property>
0268        <property name="sizeHint" stdset="0">
0269         <size>
0270          <width>20</width>
0271          <height>40</height>
0272         </size>
0273        </property>
0274       </spacer>
0275      </item>
0276     </layout>
0277    </item>
0278    <item row="5" column="0" colspan="2">
0279     <widget class="QCheckBox" name="ipv4RequiredCB">
0280      <property name="toolTip">
0281       <string>Allows the connection to complete if IPv4 configuration fails
0282 but IPv6 configuration succeeds</string>
0283      </property>
0284      <property name="text">
0285       <string>IPv4 is required for this connection</string>
0286      </property>
0287      <property name="checked">
0288       <bool>true</bool>
0289      </property>
0290     </widget>
0291    </item>
0292    <item row="7" column="1">
0293     <layout class="QHBoxLayout" name="horizontalLayout">
0294      <item>
0295       <spacer name="horizontalSpacer">
0296        <property name="orientation">
0297         <enum>Qt::Horizontal</enum>
0298        </property>
0299        <property name="sizeHint" stdset="0">
0300         <size>
0301          <width>40</width>
0302          <height>20</height>
0303         </size>
0304        </property>
0305       </spacer>
0306      </item>
0307      <item>
0308       <widget class="QPushButton" name="btnAdvanced">
0309        <property name="text">
0310         <string>Advanced…</string>
0311        </property>
0312       </widget>
0313      </item>
0314      <item>
0315       <widget class="QPushButton" name="btnRoutes">
0316        <property name="enabled">
0317         <bool>true</bool>
0318        </property>
0319        <property name="sizePolicy">
0320         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0321          <horstretch>0</horstretch>
0322          <verstretch>0</verstretch>
0323         </sizepolicy>
0324        </property>
0325        <property name="maximumSize">
0326         <size>
0327          <width>16777215</width>
0328          <height>16777215</height>
0329         </size>
0330        </property>
0331        <property name="layoutDirection">
0332         <enum>Qt::RightToLeft</enum>
0333        </property>
0334        <property name="text">
0335         <string>Routes…</string>
0336        </property>
0337       </widget>
0338      </item>
0339     </layout>
0340    </item>
0341    <item row="6" column="0" colspan="2">
0342     <spacer name="verticalSpacer">
0343      <property name="orientation">
0344       <enum>Qt::Vertical</enum>
0345      </property>
0346      <property name="sizeType">
0347       <enum>QSizePolicy::Expanding</enum>
0348      </property>
0349      <property name="sizeHint" stdset="0">
0350       <size>
0351        <width>20</width>
0352        <height>40</height>
0353       </size>
0354      </property>
0355     </spacer>
0356    </item>
0357   </layout>
0358  </widget>
0359  <customwidgets>
0360   <customwidget>
0361    <class>KComboBox</class>
0362    <extends>QComboBox</extends>
0363    <header>kcombobox.h</header>
0364   </customwidget>
0365   <customwidget>
0366    <class>KLineEdit</class>
0367    <extends>QLineEdit</extends>
0368    <header>klineedit.h</header>
0369   </customwidget>
0370  </customwidgets>
0371  <tabstops>
0372   <tabstop>method</tabstop>
0373   <tabstop>dns</tabstop>
0374   <tabstop>dnsMorePushButton</tabstop>
0375   <tabstop>dnsSearch</tabstop>
0376   <tabstop>dnsSearchMorePushButton</tabstop>
0377   <tabstop>dhcpClientId</tabstop>
0378   <tabstop>tableViewAddresses</tabstop>
0379   <tabstop>btnAdd</tabstop>
0380   <tabstop>btnRemove</tabstop>
0381  </tabstops>
0382  <resources/>
0383  <connections/>
0384 </ui>