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

« back to all changes in this revision

Viewing changes to lib/editor/ui/cdma.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>CdmaWidget</class>
 
4
 <widget class="QWidget" name="CdmaWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QFormLayout" name="formLayout">
 
14
   <item row="0" column="0">
 
15
    <widget class="QLabel" name="label">
 
16
     <property name="text">
 
17
      <string>Number:</string>
 
18
     </property>
 
19
     <property name="buddy">
 
20
      <cstring>number</cstring>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="0" column="1">
 
25
    <widget class="KLineEdit" name="number">
 
26
     <property name="text">
 
27
      <string notr="true">#777</string>
 
28
     </property>
 
29
    </widget>
 
30
   </item>
 
31
   <item row="1" column="0">
 
32
    <widget class="QLabel" name="label_2">
 
33
     <property name="text">
 
34
      <string>Username:</string>
 
35
     </property>
 
36
     <property name="buddy">
 
37
      <cstring>username</cstring>
 
38
     </property>
 
39
    </widget>
 
40
   </item>
 
41
   <item row="1" column="1">
 
42
    <widget class="KLineEdit" name="username"/>
 
43
   </item>
 
44
   <item row="2" column="0">
 
45
    <widget class="QLabel" name="label_3">
 
46
     <property name="text">
 
47
      <string>Password:</string>
 
48
     </property>
 
49
     <property name="buddy">
 
50
      <cstring>password</cstring>
 
51
     </property>
 
52
    </widget>
 
53
   </item>
 
54
   <item row="2" column="1">
 
55
    <widget class="KLineEdit" name="password">
 
56
     <property name="passwordMode">
 
57
      <bool>true</bool>
 
58
     </property>
 
59
    </widget>
 
60
   </item>
 
61
   <item row="3" column="0" colspan="2">
 
62
    <widget class="QCheckBox" name="cbShowPassword">
 
63
     <property name="text">
 
64
      <string>Show password</string>
 
65
     </property>
 
66
    </widget>
 
67
   </item>
 
68
  </layout>
 
69
 </widget>
 
70
 <customwidgets>
 
71
  <customwidget>
 
72
   <class>KLineEdit</class>
 
73
   <extends>QLineEdit</extends>
 
74
   <header>klineedit.h</header>
 
75
  </customwidget>
 
76
 </customwidgets>
 
77
 <tabstops>
 
78
  <tabstop>number</tabstop>
 
79
  <tabstop>username</tabstop>
 
80
  <tabstop>password</tabstop>
 
81
  <tabstop>cbShowPassword</tabstop>
 
82
 </tabstops>
 
83
 <resources/>
 
84
 <connections/>
 
85
</ui>