Warning, /plasma/plasma-nm/libs/editor/widgets/ui/ipv4routes.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>RoutesIp4Config</class>
0004  <widget class="QWidget" name="RoutesIp4Config">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>499</width>
0010     <height>356</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Edit IPv4 Routes</string>
0021   </property>
0022   <layout class="QGridLayout" name="gridLayout">
0023    <item row="2" column="0">
0024     <spacer name="verticalSpacer">
0025      <property name="orientation">
0026       <enum>Qt::Vertical</enum>
0027      </property>
0028      <property name="sizeType">
0029       <enum>QSizePolicy::Fixed</enum>
0030      </property>
0031      <property name="sizeHint" stdset="0">
0032       <size>
0033        <width>20</width>
0034        <height>12</height>
0035       </size>
0036      </property>
0037     </spacer>
0038    </item>
0039    <item row="4" column="0">
0040     <widget class="QCheckBox" name="cbNeverDefault">
0041      <property name="toolTip">
0042       <string>If enabled, this connection will never be used as the default network connection</string>
0043      </property>
0044      <property name="text">
0045       <string>Use only for resources on this connection</string>
0046      </property>
0047     </widget>
0048    </item>
0049    <item row="1" column="0">
0050     <spacer name="horizontalSpacer">
0051      <property name="orientation">
0052       <enum>Qt::Horizontal</enum>
0053      </property>
0054      <property name="sizeHint" stdset="0">
0055       <size>
0056        <width>119</width>
0057        <height>20</height>
0058       </size>
0059      </property>
0060     </spacer>
0061    </item>
0062    <item row="1" column="2">
0063     <widget class="QPushButton" name="pushButtonRemove">
0064      <property name="enabled">
0065       <bool>false</bool>
0066      </property>
0067      <property name="maximumSize">
0068       <size>
0069        <width>16777215</width>
0070        <height>16777215</height>
0071       </size>
0072      </property>
0073      <property name="text">
0074       <string comment="Remove a selected row">Remove</string>
0075      </property>
0076      <property name="icon">
0077       <iconset theme="list-remove">
0078        <normaloff/>
0079       </iconset>
0080      </property>
0081     </widget>
0082    </item>
0083    <item row="0" column="0" colspan="3">
0084     <widget class="QTableView" name="tableViewAddresses">
0085      <property name="sizePolicy">
0086       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0087        <horstretch>0</horstretch>
0088        <verstretch>0</verstretch>
0089       </sizepolicy>
0090      </property>
0091      <property name="minimumSize">
0092       <size>
0093        <width>150</width>
0094        <height>50</height>
0095       </size>
0096      </property>
0097      <property name="toolTip">
0098       <string>IP addresses identify your computer on the network. Click the &quot;Add&quot; button to add
0099 an IP address</string>
0100      </property>
0101      <property name="selectionMode">
0102       <enum>QAbstractItemView::SingleSelection</enum>
0103      </property>
0104      <property name="selectionBehavior">
0105       <enum>QAbstractItemView::SelectRows</enum>
0106      </property>
0107      <property name="showGrid">
0108       <bool>true</bool>
0109      </property>
0110      <property name="gridStyle">
0111       <enum>Qt::SolidLine</enum>
0112      </property>
0113      <attribute name="horizontalHeaderStretchLastSection">
0114       <bool>true</bool>
0115      </attribute>
0116      <attribute name="verticalHeaderVisible">
0117       <bool>false</bool>
0118      </attribute>
0119     </widget>
0120    </item>
0121    <item row="1" column="1">
0122     <widget class="QPushButton" name="pushButtonAdd">
0123      <property name="text">
0124       <string comment="Insert a row">Add</string>
0125      </property>
0126      <property name="icon">
0127       <iconset theme="list-add">
0128        <normaloff/>
0129       </iconset>
0130      </property>
0131     </widget>
0132    </item>
0133    <item row="3" column="0">
0134     <widget class="QCheckBox" name="cbIgnoreAutoRoutes">
0135      <property name="toolTip">
0136       <string>If enabled, automatically configured routes are ignored and only routes specified above are used</string>
0137      </property>
0138      <property name="text">
0139       <string>Ignore automatically obtained routes</string>
0140      </property>
0141     </widget>
0142    </item>
0143    <item row="5" column="1" colspan="2">
0144     <widget class="QDialogButtonBox" name="buttonBox">
0145      <property name="standardButtons">
0146       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0147      </property>
0148     </widget>
0149    </item>
0150   </layout>
0151  </widget>
0152  <tabstops>
0153   <tabstop>tableViewAddresses</tabstop>
0154   <tabstop>pushButtonAdd</tabstop>
0155   <tabstop>pushButtonRemove</tabstop>
0156   <tabstop>cbIgnoreAutoRoutes</tabstop>
0157   <tabstop>cbNeverDefault</tabstop>
0158  </tabstops>
0159  <resources/>
0160  <connections/>
0161 </ui>