Warning, /plasma/plasma-nm/libs/editor/settings/ui/gsm.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  <author>Lukáš Tinkl &lt;lukas@redhat.com&gt;</author>
0004  <class>GsmWidget</class>
0005  <widget class="QWidget" name="GsmWidget">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>554</width>
0011     <height>461</height>
0012    </rect>
0013   </property>
0014   <layout class="QVBoxLayout" name="verticalLayout">
0015    <item>
0016     <widget class="QGroupBox" name="basicGroup">
0017      <property name="title">
0018       <string>Basic</string>
0019      </property>
0020      <layout class="QGridLayout" name="gridLayout">
0021       <item row="0" column="0">
0022        <widget class="QLabel" name="label">
0023         <property name="text">
0024          <string>Number:</string>
0025         </property>
0026         <property name="buddy">
0027          <cstring>number</cstring>
0028         </property>
0029        </widget>
0030       </item>
0031       <item row="0" column="2">
0032        <widget class="KLineEdit" name="number">
0033         <property name="text">
0034          <string notr="true">*99#</string>
0035         </property>
0036        </widget>
0037       </item>
0038       <item row="1" column="0" colspan="2">
0039        <widget class="QLabel" name="label_2">
0040         <property name="text">
0041          <string>Username:</string>
0042         </property>
0043         <property name="buddy">
0044          <cstring>username</cstring>
0045         </property>
0046        </widget>
0047       </item>
0048       <item row="1" column="2">
0049        <widget class="KLineEdit" name="username"/>
0050       </item>
0051       <item row="2" column="0">
0052        <widget class="QLabel" name="label_3">
0053         <property name="text">
0054          <string>Password:</string>
0055         </property>
0056         <property name="buddy">
0057          <cstring>password</cstring>
0058         </property>
0059        </widget>
0060       </item>
0061       <item row="2" column="2">
0062        <layout class="QHBoxLayout" name="horizontalLayout">
0063         <item>
0064          <widget class="PasswordField" name="password">
0065           <property name="passwordModeEnabled" stdset="0">
0066            <bool>true</bool>
0067           </property>
0068          </widget>
0069         </item>
0070        </layout>
0071       </item>
0072      </layout>
0073     </widget>
0074    </item>
0075    <item>
0076     <widget class="QGroupBox" name="advGroup">
0077      <property name="sizePolicy">
0078       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
0079        <horstretch>0</horstretch>
0080        <verstretch>0</verstretch>
0081       </sizepolicy>
0082      </property>
0083      <property name="title">
0084       <string>Advanced</string>
0085      </property>
0086      <property name="checkable">
0087       <bool>false</bool>
0088      </property>
0089      <layout class="QGridLayout" name="gridLayout_2">
0090       <item row="2" column="1" colspan="2">
0091        <widget class="QCheckBox" name="roaming">
0092         <property name="text">
0093          <string>Allow roaming if home network is not available</string>
0094         </property>
0095        </widget>
0096       </item>
0097       <item row="0" column="0">
0098        <widget class="QLabel" name="label_4">
0099         <property name="text">
0100          <string>APN:</string>
0101         </property>
0102         <property name="buddy">
0103          <cstring>apn</cstring>
0104         </property>
0105        </widget>
0106       </item>
0107       <item row="1" column="0">
0108        <widget class="QLabel" name="labelNetworkId">
0109         <property name="text">
0110          <string>Network ID:</string>
0111         </property>
0112         <property name="buddy">
0113          <cstring>networkId</cstring>
0114         </property>
0115        </widget>
0116       </item>
0117       <item row="0" column="1">
0118        <widget class="KLineEdit" name="apn">
0119         <property name="sizePolicy">
0120          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0121           <horstretch>0</horstretch>
0122           <verstretch>0</verstretch>
0123          </sizepolicy>
0124         </property>
0125        </widget>
0126       </item>
0127       <item row="3" column="0">
0128        <widget class="QLabel" name="label_7">
0129         <property name="text">
0130          <string>PIN:</string>
0131         </property>
0132         <property name="buddy">
0133          <cstring>pin</cstring>
0134         </property>
0135        </widget>
0136       </item>
0137       <item row="1" column="1">
0138        <widget class="KLineEdit" name="networkId"/>
0139       </item>
0140       <item row="3" column="1">
0141        <layout class="QHBoxLayout" name="horizontalLayout_3">
0142         <item>
0143          <widget class="PasswordField" name="pin">
0144           <property name="passwordModeEnabled" stdset="0">
0145            <bool>true</bool>
0146           </property>
0147          </widget>
0148         </item>
0149        </layout>
0150       </item>
0151      </layout>
0152     </widget>
0153    </item>
0154    <item>
0155     <spacer name="verticalSpacer">
0156      <property name="orientation">
0157       <enum>Qt::Vertical</enum>
0158      </property>
0159      <property name="sizeHint" stdset="0">
0160       <size>
0161        <width>20</width>
0162        <height>130</height>
0163       </size>
0164      </property>
0165     </spacer>
0166    </item>
0167   </layout>
0168  </widget>
0169  <customwidgets>
0170   <customwidget>
0171    <class>KLineEdit</class>
0172    <extends>QLineEdit</extends>
0173    <header>klineedit.h</header>
0174   </customwidget>
0175   <customwidget>
0176    <class>PasswordField</class>
0177    <extends>QLineEdit</extends>
0178    <header>passwordfield.h</header>
0179   </customwidget>
0180  </customwidgets>
0181  <tabstops>
0182   <tabstop>number</tabstop>
0183   <tabstop>username</tabstop>
0184   <tabstop>password</tabstop>
0185   <tabstop>apn</tabstop>
0186   <tabstop>networkId</tabstop>
0187   <tabstop>roaming</tabstop>
0188   <tabstop>pin</tabstop>
0189  </tabstops>
0190  <resources/>
0191  <connections/>
0192 </ui>