~ubuntu-branches/ubuntu/vivid/youker-assistant/vivid

« back to all changes in this revision

Viewing changes to src/logindialog.ui

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2014-03-24 15:52:37 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140324155237-3kod0m3wr2a2ag39
Tags: 1.0.1-0ubuntu1
* New upstream release (LP: #1294936).
* Modify display mode of weather forecast and system settings.
* Add file manager and font style settings.
* Improve system settings and restoring default settings.
* Cache user account (not password).
* Change the position of window control buttons.
* Add configuration for Kingsoft KuaiPan cloud client.
* Add the instruction of Youker Assistant.
* Open related folders when scanning items got double-clicked.
* Notify users when operating the Kingsoft disk cloud configuration.
* Modify Dbus starting method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
   <property name="geometry">
65
65
    <rect>
66
66
     <x>117</x>
67
 
     <y>178</y>
 
67
     <y>163</y>
68
68
     <width>241</width>
69
69
     <height>31</height>
70
70
    </rect>
85
85
     <height>282</height>
86
86
    </rect>
87
87
   </property>
 
88
   <property name="toolTip">
 
89
    <string extracomment="aaa"/>
 
90
   </property>
88
91
   <property name="styleSheet">
89
92
    <string notr="true">border-image: url(:/pixmap/image/login-dialog.png);</string>
90
93
   </property>
95
98
    <enum>QFrame::Raised</enum>
96
99
   </property>
97
100
  </widget>
98
 
  <widget class="QLineEdit" name="userlineEdit">
99
 
   <property name="geometry">
100
 
    <rect>
101
 
     <x>117</x>
102
 
     <y>128</y>
103
 
     <width>241</width>
104
 
     <height>31</height>
105
 
    </rect>
106
 
   </property>
107
 
   <property name="toolTip">
108
 
    <string/>
109
 
   </property>
110
 
   <property name="placeholderText">
111
 
    <string>Forum account username</string>
112
 
   </property>
113
 
  </widget>
114
101
  <widget class="QLabel" name="btn_min">
115
102
   <property name="geometry">
116
103
    <rect>
146
133
    <set>Qt::AlignCenter</set>
147
134
   </property>
148
135
  </widget>
149
 
  <widget class="QPushButton" name="registerButton">
150
 
   <property name="geometry">
151
 
    <rect>
152
 
     <x>20</x>
153
 
     <y>240</y>
154
 
     <width>94</width>
155
 
     <height>29</height>
156
 
    </rect>
 
136
  <widget class="QCheckBox" name="passwdremember">
 
137
   <property name="geometry">
 
138
    <rect>
 
139
     <x>117</x>
 
140
     <y>199</y>
 
141
     <width>151</width>
 
142
     <height>25</height>
 
143
    </rect>
 
144
   </property>
 
145
   <property name="text">
 
146
    <string>Remember pwd</string>
 
147
   </property>
 
148
  </widget>
 
149
  <widget class="QComboBox" name="username">
 
150
   <property name="geometry">
 
151
    <rect>
 
152
     <x>118</x>
 
153
     <y>122</y>
 
154
     <width>241</width>
 
155
     <height>34</height>
 
156
    </rect>
 
157
   </property>
 
158
   <property name="toolTip">
 
159
    <string/>
 
160
   </property>
 
161
   <property name="autoFillBackground">
 
162
    <bool>false</bool>
157
163
   </property>
158
164
   <property name="styleSheet">
159
 
    <string notr="true">border-image: url(:/pixmap/image/ok.png);
160
 
font: 11pt &quot;文泉驿微米黑&quot;;</string>
 
165
    <string notr="true"/>
 
166
   </property>
 
167
   <property name="editable">
 
168
    <bool>true</bool>
 
169
   </property>
 
170
   <property name="frame">
 
171
    <bool>true</bool>
 
172
   </property>
 
173
  </widget>
 
174
  <widget class="QLabel" name="btn_register">
 
175
   <property name="geometry">
 
176
    <rect>
 
177
     <x>293</x>
 
178
     <y>200</y>
 
179
     <width>91</width>
 
180
     <height>25</height>
 
181
    </rect>
161
182
   </property>
162
183
   <property name="text">
163
 
    <string>Register</string>
 
184
    <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Register&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
164
185
   </property>
165
186
  </widget>
166
187
  <zorder>frame</zorder>
168
189
  <zorder>okButton</zorder>
169
190
  <zorder>btn_close</zorder>
170
191
  <zorder>pwdlineEdit</zorder>
171
 
  <zorder>userlineEdit</zorder>
172
192
  <zorder>btn_min</zorder>
173
193
  <zorder>warnLabel</zorder>
174
 
  <zorder>registerButton</zorder>
 
194
  <zorder>passwdremember</zorder>
 
195
  <zorder>username</zorder>
 
196
  <zorder>btn_register</zorder>
175
197
 </widget>
176
198
 <tabstops>
177
 
  <tabstop>userlineEdit</tabstop>
 
199
  <tabstop>username</tabstop>
178
200
  <tabstop>pwdlineEdit</tabstop>
179
201
  <tabstop>okButton</tabstop>
180
202
  <tabstop>closeButton</tabstop>
181
 
  <tabstop>registerButton</tabstop>
 
203
  <tabstop>passwdremember</tabstop>
182
204
 </tabstops>
183
205
 <resources/>
184
206
 <connections/>