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

« back to all changes in this revision

Viewing changes to kded/passworddialog.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>PasswordDialog</class>
 
4
 <widget class="QWidget" name="PasswordDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>415</width>
 
10
    <height>83</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Password dialog</string>
 
15
  </property>
 
16
  <layout class="QGridLayout" name="gridLayout">
 
17
   <item row="0" column="0">
 
18
    <widget class="QLabel" name="labelIcon">
 
19
     <property name="text">
 
20
      <string>TextLabel</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="0" column="1">
 
25
    <layout class="QFormLayout" name="formLayout">
 
26
     <item row="1" column="0">
 
27
      <widget class="QLabel" name="labelPass">
 
28
       <property name="text">
 
29
        <string>Password:</string>
 
30
       </property>
 
31
      </widget>
 
32
     </item>
 
33
     <item row="1" column="1">
 
34
      <widget class="KLineEdit" name="password" native="true">
 
35
       <property name="maxLength" stdset="0">
 
36
        <number>64</number>
 
37
       </property>
 
38
      </widget>
 
39
     </item>
 
40
     <item row="2" column="1">
 
41
      <widget class="QCheckBox" name="showPassword">
 
42
       <property name="text">
 
43
        <string>&amp;Show password</string>
 
44
       </property>
 
45
      </widget>
 
46
     </item>
 
47
     <item row="0" column="0" colspan="2">
 
48
      <widget class="QLabel" name="labelText">
 
49
       <property name="text">
 
50
        <string>TextLabel</string>
 
51
       </property>
 
52
      </widget>
 
53
     </item>
 
54
    </layout>
 
55
   </item>
 
56
  </layout>
 
57
 </widget>
 
58
 <customwidgets>
 
59
  <customwidget>
 
60
   <class>KLineEdit</class>
 
61
   <extends>QWidget</extends>
 
62
   <header>klineedit.h</header>
 
63
  </customwidget>
 
64
 </customwidgets>
 
65
 <resources/>
 
66
 <connections/>
 
67
</ui>