EditEntryWidget: move the URL field beneath the password.

This commit is contained in:
Felix Geyer 2013-11-16 22:30:39 +01:00
parent 4a870f61f1
commit 091e87aeb3

View File

@ -34,16 +34,6 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="QLineEdit" name="usernameEdit"/> <widget class="QLineEdit" name="usernameEdit"/>
</item> </item>
<item row="2" column="0">
<widget class="QLabel" name="urlLabel">
<property name="text">
<string>URL:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="urlEdit"/>
</item>
<item row="3" column="0"> <item row="3" column="0">
<widget class="QLabel" name="passwordLabel"> <widget class="QLabel" name="passwordLabel">
<property name="text"> <property name="text">
@ -104,16 +94,26 @@
</layout> </layout>
</item> </item>
<item row="6" column="1"> <item row="6" column="1">
<widget class="QLineEdit" name="urlEdit"/>
</item>
<item row="6" column="0">
<widget class="QLabel" name="urlLabel">
<property name="text">
<string>URL:</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="PasswordGeneratorWidget" name="passwordGenerator" native="true"/> <widget class="PasswordGeneratorWidget" name="passwordGenerator" native="true"/>
</item> </item>
<item row="7" column="0"> <item row="8" column="0">
<widget class="QCheckBox" name="expireCheck"> <widget class="QCheckBox" name="expireCheck">
<property name="text"> <property name="text">
<string>Expires</string> <string>Expires</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="1"> <item row="8" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="QDateTimeEdit" name="expireDatePicker"> <widget class="QDateTimeEdit" name="expireDatePicker">
@ -134,14 +134,14 @@
</item> </item>
</layout> </layout>
</item> </item>
<item row="8" column="0"> <item row="9" column="0">
<widget class="QLabel" name="notesLabel"> <widget class="QLabel" name="notesLabel">
<property name="text"> <property name="text">
<string>Notes:</string> <string>Notes:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="8" column="1"> <item row="9" column="1">
<widget class="QPlainTextEdit" name="notesEdit"> <widget class="QPlainTextEdit" name="notesEdit">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
@ -164,7 +164,6 @@
<tabstops> <tabstops>
<tabstop>titleEdit</tabstop> <tabstop>titleEdit</tabstop>
<tabstop>usernameEdit</tabstop> <tabstop>usernameEdit</tabstop>
<tabstop>urlEdit</tabstop>
<tabstop>passwordEdit</tabstop> <tabstop>passwordEdit</tabstop>
<tabstop>passwordRepeatEdit</tabstop> <tabstop>passwordRepeatEdit</tabstop>
<tabstop>togglePasswordButton</tabstop> <tabstop>togglePasswordButton</tabstop>