~ubuntu-branches/ubuntu/precise/ubuntu-sso-client/precise

« back to all changes in this revision

Viewing changes to .pc/fix-938626.patch/data/qt/forgotten_password.ui

  • Committer: Package Import Robot
  • Author(s): Natalia Bidart (nessita)
  • Date: 2012-02-22 16:53:51 UTC
  • mfrom: (1.1.32)
  • Revision ID: package-import@ubuntu.com-20120222165351-fvzfkcni6bq18goo
Tags: 2.99.5-0ubuntu1
* New upstream release:
  - Captcha loading is no longer failing for the Qt UI (LP: #933679).
  - Added stylesheets for the Qt UI.
  - Fixed: Qt UI: must call the backend passing reply_handler
    and error_handler (LP: #931452).
  - Make gettext return unicode strings. Also, transform arguments passed
    to the GLib spawnner to bytes (LP: #933632).
  - Try to load the qt main/ implementation when possible, if not default
    to the glib (LP: #933534).
  - Make the bin_dir discoverable when running from the system installation
    (LP: #933039).
  - Implement (so far dummy) timeout_func for the Qt frontend (LP: #933758).
* debian/control:
  - adding missing dependency on gnome-keyring for python-ubuntu-sso-client
    (LP: #938693).
* debian/patches/fix-938626.patch:
  - No more strings coming up from the Designer ui files so we ensure that
    those are marked for translation (LP: #938626).
* debian/watch: updated milestone to 2.99.5.

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>ForgottenPasswordPage</class>
 
4
 <widget class="QWizardPage" name="ForgottenPasswordPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>446</width>
 
10
    <height>317</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>WizardPage</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout_2">
 
17
   <property name="topMargin">
 
18
    <number>0</number>
 
19
   </property>
 
20
   <item>
 
21
    <widget class="QLabel" name="forgotted_password_intro_label">
 
22
     <property name="text">
 
23
      <string/>
 
24
     </property>
 
25
     <property name="wordWrap">
 
26
      <bool>true</bool>
 
27
     </property>
 
28
    </widget>
 
29
   </item>
 
30
   <item>
 
31
    <widget class="QWidget" name="email_widget" native="true">
 
32
     <layout class="QHBoxLayout" name="horizontalLayout_2">
 
33
      <item>
 
34
       <layout class="QVBoxLayout" name="verticalLayout">
 
35
        <item>
 
36
         <widget class="QLabel" name="email_address_label">
 
37
          <property name="sizePolicy">
 
38
           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
39
            <horstretch>0</horstretch>
 
40
            <verstretch>0</verstretch>
 
41
           </sizepolicy>
 
42
          </property>
 
43
          <property name="text">
 
44
           <string/>
 
45
          </property>
 
46
         </widget>
 
47
        </item>
 
48
        <item>
 
49
         <widget class="QLineEdit" name="email_line_edit"/>
 
50
        </item>
 
51
       </layout>
 
52
      </item>
 
53
      <item>
 
54
       <spacer name="horizontalSpacer_3">
 
55
        <property name="orientation">
 
56
         <enum>Qt::Horizontal</enum>
 
57
        </property>
 
58
        <property name="sizeType">
 
59
         <enum>QSizePolicy::Fixed</enum>
 
60
        </property>
 
61
        <property name="sizeHint" stdset="0">
 
62
         <size>
 
63
          <width>40</width>
 
64
          <height>20</height>
 
65
         </size>
 
66
        </property>
 
67
       </spacer>
 
68
      </item>
 
69
     </layout>
 
70
    </widget>
 
71
   </item>
 
72
   <item>
 
73
    <layout class="QHBoxLayout" name="horizontalLayout">
 
74
     <item>
 
75
      <spacer name="horizontalSpacer">
 
76
       <property name="orientation">
 
77
        <enum>Qt::Horizontal</enum>
 
78
       </property>
 
79
       <property name="sizeHint" stdset="0">
 
80
        <size>
 
81
         <width>40</width>
 
82
         <height>20</height>
 
83
        </size>
 
84
       </property>
 
85
      </spacer>
 
86
     </item>
 
87
     <item>
 
88
      <widget class="QPushButton" name="send_button">
 
89
       <property name="enabled">
 
90
        <bool>false</bool>
 
91
       </property>
 
92
       <property name="text">
 
93
        <string/>
 
94
       </property>
 
95
      </widget>
 
96
     </item>
 
97
     <item>
 
98
      <spacer name="horizontalSpacer_4">
 
99
       <property name="orientation">
 
100
        <enum>Qt::Horizontal</enum>
 
101
       </property>
 
102
       <property name="sizeType">
 
103
        <enum>QSizePolicy::Fixed</enum>
 
104
       </property>
 
105
       <property name="sizeHint" stdset="0">
 
106
        <size>
 
107
         <width>40</width>
 
108
         <height>20</height>
 
109
        </size>
 
110
       </property>
 
111
      </spacer>
 
112
     </item>
 
113
    </layout>
 
114
   </item>
 
115
   <item>
 
116
    <widget class="QWidget" name="try_again_widget" native="true">
 
117
     <layout class="QHBoxLayout" name="horizontalLayout_3">
 
118
      <item>
 
119
       <spacer name="horizontalSpacer_5">
 
120
        <property name="orientation">
 
121
         <enum>Qt::Horizontal</enum>
 
122
        </property>
 
123
        <property name="sizeHint" stdset="0">
 
124
         <size>
 
125
          <width>40</width>
 
126
          <height>20</height>
 
127
         </size>
 
128
        </property>
 
129
       </spacer>
 
130
      </item>
 
131
      <item>
 
132
       <widget class="QPushButton" name="try_again_button">
 
133
        <property name="text">
 
134
         <string/>
 
135
        </property>
 
136
       </widget>
 
137
      </item>
 
138
      <item>
 
139
       <spacer name="horizontalSpacer_6">
 
140
        <property name="orientation">
 
141
         <enum>Qt::Horizontal</enum>
 
142
        </property>
 
143
        <property name="sizeHint" stdset="0">
 
144
         <size>
 
145
          <width>40</width>
 
146
          <height>20</height>
 
147
         </size>
 
148
        </property>
 
149
       </spacer>
 
150
      </item>
 
151
     </layout>
 
152
    </widget>
 
153
   </item>
 
154
   <item>
 
155
    <spacer name="verticalSpacer">
 
156
     <property name="orientation">
 
157
      <enum>Qt::Vertical</enum>
 
158
     </property>
 
159
     <property name="sizeHint" stdset="0">
 
160
      <size>
 
161
       <width>20</width>
 
162
       <height>40</height>
 
163
      </size>
 
164
     </property>
 
165
    </spacer>
 
166
   </item>
 
167
  </layout>
 
168
 </widget>
 
169
 <resources/>
 
170
 <connections>
 
171
  <connection>
 
172
   <sender>email_line_edit</sender>
 
173
   <signal>returnPressed()</signal>
 
174
   <receiver>send_button</receiver>
 
175
   <slot>click()</slot>
 
176
   <hints>
 
177
    <hint type="sourcelabel">
 
178
     <x>222</x>
 
179
     <y>92</y>
 
180
    </hint>
 
181
    <hint type="destinationlabel">
 
182
     <x>362</x>
 
183
     <y>136</y>
 
184
    </hint>
 
185
   </hints>
 
186
  </connection>
 
187
 </connections>
 
188
</ui>