Warning, /plasma/plasma-nm/libs/editor/settings/ui/connectionwidget.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>ConnectionWidget</class>
0004  <widget class="QWidget" name="ConnectionWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>471</width>
0010     <height>262</height>
0011    </rect>
0012   </property>
0013   <layout class="QFormLayout" name="formLayout">
0014    <item row="0" column="0">
0015     <widget class="QCheckBox" name="autoconnect">
0016      <property name="text">
0017       <string>Connect automatically with priority</string>
0018      </property>
0019      <property name="checked">
0020       <bool>true</bool>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="0" column="1">
0025     <widget class="QSpinBox" name="prioritySpin">
0026      <property name="enabled">
0027       <bool>true</bool>
0028      </property>
0029      <property name="sizePolicy">
0030       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0031        <horstretch>0</horstretch>
0032        <verstretch>0</verstretch>
0033       </sizepolicy>
0034      </property>
0035      <property name="toolTip">
0036       <string>If the connection is set to autoconnect, connections with higher priority will be preferred. Defaults to 0.
0037 The higher number means higher priority. An negative number can be used to indicate priority lower than the default.
0038            </string>
0039      </property>
0040      <property name="minimum">
0041       <number>-100</number>
0042      </property>
0043     </widget>
0044    </item>
0045    <item row="1" column="0">
0046     <widget class="QCheckBox" name="allUsers">
0047      <property name="text">
0048       <string>All users may connect to this network</string>
0049      </property>
0050      <property name="checked">
0051       <bool>false</bool>
0052      </property>
0053     </widget>
0054    </item>
0055    <item row="1" column="1">
0056     <widget class="QPushButton" name="pushButtonPermissions">
0057      <property name="sizePolicy">
0058       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0059        <horstretch>0</horstretch>
0060        <verstretch>0</verstretch>
0061       </sizepolicy>
0062      </property>
0063      <property name="toolTip">
0064       <string>Edit advanced permissions for this connection</string>
0065      </property>
0066      <property name="whatsThis">
0067       <string>Fine-grained permissions editor for this connection. It lets you choose which users can activate/modify/delete this connection.</string>
0068      </property>
0069      <property name="text">
0070       <string>Advanced…</string>
0071      </property>
0072      <property name="icon">
0073       <iconset theme="preferences-desktop-user"/>
0074      </property>
0075     </widget>
0076    </item>
0077    <item row="2" column="0">
0078     <widget class="QCheckBox" name="autoconnectVpn">
0079      <property name="text">
0080       <string>Automatically connect to VPN</string>
0081      </property>
0082     </widget>
0083    </item>
0084    <item row="2" column="1">
0085     <widget class="KComboBox" name="vpnCombobox">
0086      <property name="enabled">
0087       <bool>false</bool>
0088      </property>
0089      <property name="sizePolicy">
0090       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0091        <horstretch>0</horstretch>
0092        <verstretch>0</verstretch>
0093       </sizepolicy>
0094      </property>
0095     </widget>
0096    </item>
0097    <item row="3" column="0">
0098     <widget class="QLabel" name="firewallZoneLabel">
0099      <property name="text">
0100       <string>Firewall zone:</string>
0101      </property>
0102      <property name="alignment">
0103       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0104      </property>
0105      <property name="buddy">
0106       <cstring>firewallZone</cstring>
0107      </property>
0108     </widget>
0109    </item>
0110    <item row="3" column="1">
0111     <widget class="KComboBox" name="firewallZone">
0112      <property name="sizePolicy">
0113       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0114        <horstretch>0</horstretch>
0115        <verstretch>0</verstretch>
0116       </sizepolicy>
0117      </property>
0118      <property name="editable">
0119       <bool>true</bool>
0120      </property>
0121      <property name="insertPolicy">
0122       <enum>QComboBox::InsertAlphabetically</enum>
0123      </property>
0124     </widget>
0125    </item>
0126    <item row="4" column="0">
0127     <widget class="QLabel" name="meteredLabel">
0128      <property name="text">
0129       <string>Metered:</string>
0130      </property>
0131      <property name="alignment">
0132       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0133      </property>
0134      <property name="buddy">
0135       <cstring>firewallZone</cstring>
0136      </property>
0137     </widget>
0138    </item>
0139    <item row="4" column="1">
0140     <widget class="KComboBox" name="metered">
0141      <property name="sizePolicy">
0142       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0143        <horstretch>0</horstretch>
0144        <verstretch>0</verstretch>
0145       </sizepolicy>
0146      </property>
0147      <property name="toolTip">
0148       <string>NetworkManager indicates to applications whether the connection is metered and therefore
0149 data usage should be restricted.</string>
0150      </property>
0151      <property name="editable">
0152       <bool>false</bool>
0153      </property>
0154      <property name="insertPolicy">
0155       <enum>QComboBox::InsertAlphabetically</enum>
0156      </property>
0157      <item>
0158       <property name="text">
0159        <string comment="Item in the Metered: list">Automatic</string>
0160       </property>
0161      </item>
0162      <item>
0163       <property name="text">
0164        <string>Yes</string>
0165       </property>
0166      </item>
0167      <item>
0168       <property name="text">
0169        <string>No</string>
0170       </property>
0171      </item>
0172     </widget>
0173    </item>
0174    <item row="5" column="0">
0175     <spacer name="verticalSpacer">
0176      <property name="orientation">
0177       <enum>Qt::Vertical</enum>
0178      </property>
0179      <property name="sizeHint" stdset="0">
0180       <size>
0181        <width>20</width>
0182        <height>40</height>
0183       </size>
0184      </property>
0185     </spacer>
0186    </item>
0187   </layout>
0188  </widget>
0189  <customwidgets>
0190   <customwidget>
0191    <class>KComboBox</class>
0192    <extends>QComboBox</extends>
0193    <header>kcombobox.h</header>
0194   </customwidget>
0195  </customwidgets>
0196  <tabstops>
0197   <tabstop>autoconnect</tabstop>
0198   <tabstop>allUsers</tabstop>
0199   <tabstop>pushButtonPermissions</tabstop>
0200   <tabstop>autoconnectVpn</tabstop>
0201   <tabstop>vpnCombobox</tabstop>
0202   <tabstop>firewallZone</tabstop>
0203  </tabstops>
0204  <resources/>
0205  <connections>
0206   <connection>
0207    <sender>allUsers</sender>
0208    <signal>toggled(bool)</signal>
0209    <receiver>pushButtonPermissions</receiver>
0210    <slot>setDisabled(bool)</slot>
0211    <hints>
0212     <hint type="sourcelabel">
0213      <x>199</x>
0214      <y>39</y>
0215     </hint>
0216     <hint type="destinationlabel">
0217      <x>382</x>
0218      <y>51</y>
0219     </hint>
0220    </hints>
0221   </connection>
0222   <connection>
0223    <sender>autoconnect</sender>
0224    <signal>toggled(bool)</signal>
0225    <receiver>prioritySpin</receiver>
0226    <slot>setEnabled(bool)</slot>
0227    <hints>
0228     <hint type="sourcelabel">
0229      <x>150</x>
0230      <y>16</y>
0231     </hint>
0232     <hint type="destinationlabel">
0233      <x>375</x>
0234      <y>21</y>
0235     </hint>
0236    </hints>
0237   </connection>
0238  </connections>
0239 </ui>