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