Warning, /plasma/plasma-nm/libs/editor/settings/ui/pppoe.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>PppoeWidget</class>
0004  <widget class="QWidget" name="PppoeWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <layout class="QFormLayout" name="formLayout">
0014    <property name="verticalSpacing">
0015     <number>6</number>
0016    </property>
0017    <item row="0" column="0">
0018     <widget class="QLabel" name="label">
0019      <property name="text">
0020       <string>Service:</string>
0021      </property>
0022      <property name="buddy">
0023       <cstring>service</cstring>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="0" column="1">
0028     <widget class="KLineEdit" name="service">
0029      <property name="toolTip">
0030       <string>If specified, instruct PPPoE to only initiate sessions with access concentrators that provide the specified service. For most providers, this should be left blank. It is only required if there are multiple access concentrators or a specific service is known to be required.</string>
0031      </property>
0032     </widget>
0033    </item>
0034    <item row="1" column="0">
0035     <widget class="QLabel" name="label_2">
0036      <property name="text">
0037       <string>Username:</string>
0038      </property>
0039      <property name="buddy">
0040       <cstring>username</cstring>
0041      </property>
0042     </widget>
0043    </item>
0044    <item row="1" column="1">
0045     <widget class="KLineEdit" name="username"/>
0046    </item>
0047    <item row="2" column="0">
0048     <widget class="QLabel" name="label_3">
0049      <property name="text">
0050       <string>Password:</string>
0051      </property>
0052      <property name="buddy">
0053       <cstring>password</cstring>
0054      </property>
0055     </widget>
0056    </item>
0057    <item row="2" column="1">
0058     <widget class="PasswordField" name="password">
0059      <property name="passwordModeEnabled">
0060       <bool>true</bool>
0061      </property>
0062     </widget>
0063    </item>
0064   </layout>
0065  </widget>
0066  <customwidgets>
0067   <customwidget>
0068    <class>KLineEdit</class>
0069    <extends>QLineEdit</extends>
0070    <header>klineedit.h</header>
0071   </customwidget>
0072   <customwidget>
0073    <class>PasswordField</class>
0074    <extends>QLineEdit</extends>
0075    <header>passwordfield.h</header>
0076   </customwidget>
0077  </customwidgets>
0078  <resources/>
0079  <connections/>
0080 </ui>