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