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