~ubuntu-branches/ubuntu/lucid/qtm/lucid-updates

« back to all changes in this revision

Viewing changes to password-form.ui

  • Committer: Bazaar Package Importer
  • Author(s): Patryk Cisek
  • Date: 2009-07-03 15:07:56 UTC
  • Revision ID: james.westby@ubuntu.com-20090703150756-11x75iewoopx1zf6
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <author></author>
 
3
 <comment></comment>
 
4
 <exportmacro></exportmacro>
 
5
 <class>dPassword</class>
 
6
 <widget class="QDialog" name="dPassword" >
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>252</width>
 
12
    <height>151</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>Password needed</string>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" >
 
19
   <property name="margin" >
 
20
    <number>9</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>6</number>
 
24
   </property>
 
25
   <item>
 
26
    <widget class="QLabel" name="label" >
 
27
     <property name="text" >
 
28
      <string>Please enter a password:</string>
 
29
     </property>
 
30
    </widget>
 
31
   </item>
 
32
   <item>
 
33
    <widget class="QLineEdit" name="lePassword" >
 
34
     <property name="echoMode" >
 
35
      <enum>QLineEdit::Password</enum>
 
36
     </property>
 
37
    </widget>
 
38
   </item>
 
39
   <item>
 
40
    <widget class="QLabel" name="label_2" >
 
41
     <property name="text" >
 
42
      <string>Without a password, categories
 
43
cannot be set properly</string>
 
44
     </property>
 
45
    </widget>
 
46
   </item>
 
47
   <item>
 
48
    <layout class="QHBoxLayout" >
 
49
     <property name="margin" >
 
50
      <number>0</number>
 
51
     </property>
 
52
     <property name="spacing" >
 
53
      <number>6</number>
 
54
     </property>
 
55
     <item>
 
56
      <widget class="QPushButton" name="okButton" >
 
57
       <property name="text" >
 
58
        <string>OK</string>
 
59
       </property>
 
60
      </widget>
 
61
     </item>
 
62
     <item>
 
63
      <widget class="QPushButton" name="cancelButton" >
 
64
       <property name="text" >
 
65
        <string>Cancel</string>
 
66
       </property>
 
67
      </widget>
 
68
     </item>
 
69
    </layout>
 
70
   </item>
 
71
  </layout>
 
72
 </widget>
 
73
 <pixmapfunction></pixmapfunction>
 
74
 <resources/>
 
75
 <connections>
 
76
  <connection>
 
77
   <sender>okButton</sender>
 
78
   <signal>clicked()</signal>
 
79
   <receiver>dPassword</receiver>
 
80
   <slot>accept()</slot>
 
81
   <hints>
 
82
    <hint type="sourcelabel" >
 
83
     <x>278</x>
 
84
     <y>253</y>
 
85
    </hint>
 
86
    <hint type="destinationlabel" >
 
87
     <x>96</x>
 
88
     <y>254</y>
 
89
    </hint>
 
90
   </hints>
 
91
  </connection>
 
92
  <connection>
 
93
   <sender>cancelButton</sender>
 
94
   <signal>clicked()</signal>
 
95
   <receiver>dPassword</receiver>
 
96
   <slot>reject()</slot>
 
97
   <hints>
 
98
    <hint type="sourcelabel" >
 
99
     <x>369</x>
 
100
     <y>253</y>
 
101
    </hint>
 
102
    <hint type="destinationlabel" >
 
103
     <x>179</x>
 
104
     <y>282</y>
 
105
    </hint>
 
106
   </hints>
 
107
  </connection>
 
108
 </connections>
 
109
</ui>