~ubuntu-branches/ubuntu/saucy/plasma-nm/saucy-proposed

« back to all changes in this revision

Viewing changes to vpn/l2tp/l2tpauth.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-08-16 19:07:09 UTC
  • Revision ID: package-import@ubuntu.com-20130816190709-ef9ydm9skigmg15l
Tags: upstream-0.0~git20130816
ImportĀ upstreamĀ versionĀ 0.0~git20130816

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>L2tpAuth</class>
 
4
 <widget class="QWidget" name="L2tpAuth">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>378</width>
 
10
    <height>133</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QFormLayout" name="formLayout">
 
14
   <item row="0" column="0">
 
15
    <widget class="QLabel" name="userNameLabel">
 
16
     <property name="text">
 
17
      <string>Username:</string>
 
18
     </property>
 
19
     <property name="buddy">
 
20
      <cstring>leUserName</cstring>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="0" column="1">
 
25
    <widget class="KLineEdit" name="leUserName">
 
26
     <property name="enabled">
 
27
      <bool>false</bool>
 
28
     </property>
 
29
    </widget>
 
30
   </item>
 
31
   <item row="1" column="0">
 
32
    <widget class="QLabel" name="userPasswordLabel">
 
33
     <property name="text">
 
34
      <string>User Password:</string>
 
35
     </property>
 
36
     <property name="wordWrap">
 
37
      <bool>false</bool>
 
38
     </property>
 
39
     <property name="buddy">
 
40
      <cstring>leUserPassword</cstring>
 
41
     </property>
 
42
    </widget>
 
43
   </item>
 
44
   <item row="1" column="1">
 
45
    <widget class="KLineEdit" name="leUserPassword">
 
46
     <property name="passwordMode">
 
47
      <bool>true</bool>
 
48
     </property>
 
49
    </widget>
 
50
   </item>
 
51
   <item row="2" column="1">
 
52
    <widget class="QCheckBox" name="cbShowPasswords">
 
53
     <property name="text">
 
54
      <string>Show passwords</string>
 
55
     </property>
 
56
     <property name="checked">
 
57
      <bool>false</bool>
 
58
     </property>
 
59
    </widget>
 
60
   </item>
 
61
  </layout>
 
62
 </widget>
 
63
 <customwidgets>
 
64
  <customwidget>
 
65
   <class>KLineEdit</class>
 
66
   <extends>QLineEdit</extends>
 
67
   <header>klineedit.h</header>
 
68
  </customwidget>
 
69
 </customwidgets>
 
70
 <resources/>
 
71
 <connections/>
 
72
</ui>