~mvo/ubuntu-sso-client/strawman-lp711413

« back to all changes in this revision

Viewing changes to data/qt/reset_password.ui

Added the way to reset the password.

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>ResetPasswordPage</class>
 
4
 <widget class="QWizardPage" name="ResetPasswordPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>476</width>
 
10
    <height>282</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>WizardPage</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <layout class="QHBoxLayout" name="horizontalLayout">
 
19
     <item>
 
20
      <spacer name="horizontalSpacer_2">
 
21
       <property name="orientation">
 
22
        <enum>Qt::Horizontal</enum>
 
23
       </property>
 
24
       <property name="sizeHint" stdset="0">
 
25
        <size>
 
26
         <width>40</width>
 
27
         <height>20</height>
 
28
        </size>
 
29
       </property>
 
30
      </spacer>
 
31
     </item>
 
32
     <item>
 
33
      <layout class="QVBoxLayout" name="verticalLayout_2">
 
34
       <item>
 
35
        <widget class="QLineEdit" name="reset_code_line_edit"/>
 
36
       </item>
 
37
       <item>
 
38
        <widget class="QLineEdit" name="password_line_edit">
 
39
         <property name="echoMode">
 
40
          <enum>QLineEdit::Password</enum>
 
41
         </property>
 
42
        </widget>
 
43
       </item>
 
44
       <item>
 
45
        <widget class="QLineEdit" name="confirm_password_line_edit">
 
46
         <property name="echoMode">
 
47
          <enum>QLineEdit::Password</enum>
 
48
         </property>
 
49
        </widget>
 
50
       </item>
 
51
       <item>
 
52
        <layout class="QHBoxLayout" name="horizontalLayout_3">
 
53
         <item>
 
54
          <spacer name="horizontalSpacer_4">
 
55
           <property name="orientation">
 
56
            <enum>Qt::Horizontal</enum>
 
57
           </property>
 
58
           <property name="sizeHint" stdset="0">
 
59
            <size>
 
60
             <width>40</width>
 
61
             <height>20</height>
 
62
            </size>
 
63
           </property>
 
64
          </spacer>
 
65
         </item>
 
66
         <item>
 
67
          <widget class="QPushButton" name="reset_password_button">
 
68
           <property name="text">
 
69
            <string/>
 
70
           </property>
 
71
          </widget>
 
72
         </item>
 
73
        </layout>
 
74
       </item>
 
75
       <item>
 
76
        <spacer name="verticalSpacer">
 
77
         <property name="orientation">
 
78
          <enum>Qt::Vertical</enum>
 
79
         </property>
 
80
         <property name="sizeHint" stdset="0">
 
81
          <size>
 
82
           <width>379</width>
 
83
           <height>222</height>
 
84
          </size>
 
85
         </property>
 
86
        </spacer>
 
87
       </item>
 
88
      </layout>
 
89
     </item>
 
90
     <item>
 
91
      <spacer name="horizontalSpacer">
 
92
       <property name="orientation">
 
93
        <enum>Qt::Horizontal</enum>
 
94
       </property>
 
95
       <property name="sizeHint" stdset="0">
 
96
        <size>
 
97
         <width>40</width>
 
98
         <height>20</height>
 
99
        </size>
 
100
       </property>
 
101
      </spacer>
 
102
     </item>
 
103
    </layout>
 
104
   </item>
 
105
  </layout>
 
106
 </widget>
 
107
 <resources/>
 
108
 <connections/>
 
109
</ui>