Browse Source

Update login screen ui

pull/1793/head
tux3 10 years ago
parent
commit
22c8b38fd9
  1. 43
      src/widget/loginscreen.ui

43
src/widget/loginscreen.ui

@ -143,6 +143,10 @@ @@ -143,6 +143,10 @@
<property name="windowTitle">
<string>qTox</string>
</property>
<property name="windowIcon">
<iconset resource="../../res.qrc">
<normaloff>:/img/icons/qtox.svg</normaloff>:/img/icons/qtox.svg</iconset>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
@ -223,7 +227,7 @@ @@ -223,7 +227,7 @@
<bool>true</bool>
</property>
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="newPage">
<layout class="QHBoxLayout" name="horizontalLayout_5">
@ -300,12 +304,6 @@ margin-bottom:45px;</string> @@ -300,12 +304,6 @@ margin-bottom:45px;</string>
</item>
<item>
<widget class="QLineEdit" name="lineEdit">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maxLength">
<number>64</number>
</property>
@ -323,12 +321,6 @@ margin-bottom:45px;</string> @@ -323,12 +321,6 @@ margin-bottom:45px;</string>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_2">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maxLength">
<number>64</number>
</property>
@ -337,6 +329,19 @@ margin-bottom:45px;</string> @@ -337,6 +329,19 @@ margin-bottom:45px;</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>Confirm password:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_5"/>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
@ -648,12 +653,6 @@ margin-bottom:5px;</string> @@ -648,12 +653,6 @@ margin-bottom:5px;</string>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_3">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maxLength">
<number>64</number>
</property>
@ -671,12 +670,6 @@ margin-bottom:5px;</string> @@ -671,12 +670,6 @@ margin-bottom:5px;</string>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_4">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maxLength">
<number>64</number>
</property>

Loading…
Cancel
Save