2010-10-06 13:40:50 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>EditEntryWidgetMain</class>
|
|
|
|
<widget class="QWidget" name="EditEntryWidgetMain">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>329</width>
|
|
|
|
<height>381</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2017-02-12 17:05:48 -05:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2017-02-13 08:39:34 -05:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2017-02-12 17:05:48 -05:00
|
|
|
<item row="5" column="0" alignment="Qt::AlignRight">
|
|
|
|
<widget class="QLabel" name="urlLabel">
|
2010-10-06 13:40:50 -04:00
|
|
|
<property name="text">
|
2017-02-12 17:05:48 -05:00
|
|
|
<string>URL:</string>
|
2010-10-06 13:40:50 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-11-24 17:30:55 -05:00
|
|
|
<item row="5" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
2019-08-30 20:18:41 -04:00
|
|
|
<widget class="QLineEdit" name="urlEdit">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Url field</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-11-24 17:30:55 -05:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="fetchFaviconButton">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Download favicon for URL</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Download favicon for URL</string>
|
|
|
|
</property>
|
2018-11-24 17:30:55 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-02-12 17:05:48 -05:00
|
|
|
<item row="4" column="1">
|
2017-07-08 18:30:25 -04:00
|
|
|
<widget class="PasswordGeneratorWidget" name="passwordGenerator" native="true"/>
|
2010-10-06 13:40:50 -04:00
|
|
|
</item>
|
2017-02-12 17:05:48 -05:00
|
|
|
<item row="2" column="0" alignment="Qt::AlignRight">
|
2012-01-07 10:18:21 -05:00
|
|
|
<widget class="QLabel" name="passwordLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Password:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-15 18:08:09 -04:00
|
|
|
<item row="3" column="1">
|
2017-02-12 17:05:48 -05:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
2012-05-15 18:08:09 -04:00
|
|
|
<item>
|
2017-02-12 17:05:48 -05:00
|
|
|
<widget class="PasswordEdit" name="passwordRepeatEdit">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Repeat password field</string>
|
|
|
|
</property>
|
2012-05-15 18:08:09 -04:00
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-02-12 17:05:48 -05:00
|
|
|
<widget class="QToolButton" name="togglePasswordGeneratorButton">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Toggle password generator</string>
|
|
|
|
</property>
|
2012-05-15 18:08:09 -04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-02-12 17:05:48 -05:00
|
|
|
<item row="2" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2013-03-10 17:23:10 -04:00
|
|
|
<item>
|
2017-02-12 17:05:48 -05:00
|
|
|
<widget class="PasswordEdit" name="passwordEdit">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Password field</string>
|
|
|
|
</property>
|
2013-03-10 17:23:10 -04:00
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-02-12 17:05:48 -05:00
|
|
|
<widget class="QToolButton" name="togglePasswordButton">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Toggle password visibility</string>
|
|
|
|
</property>
|
2013-03-10 17:23:10 -04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-01-07 10:18:21 -05:00
|
|
|
</item>
|
2017-02-12 17:05:48 -05:00
|
|
|
<item row="3" column="0" alignment="Qt::AlignRight">
|
|
|
|
<widget class="QLabel" name="passwordRepeatLabel">
|
2013-11-16 16:30:39 -05:00
|
|
|
<property name="text">
|
2017-02-12 17:05:48 -05:00
|
|
|
<string>Repeat:</string>
|
2013-11-16 16:30:39 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-12 17:05:48 -05:00
|
|
|
<item row="0" column="0" alignment="Qt::AlignRight">
|
|
|
|
<widget class="QLabel" name="titleLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Title:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-03-10 17:23:10 -04:00
|
|
|
</item>
|
2017-04-29 22:23:28 -04:00
|
|
|
<item row="9" column="0" alignment="Qt::AlignLeft|Qt::AlignTop">
|
|
|
|
<widget class="QCheckBox" name="notesEnabled">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Toggle notes visible</string>
|
|
|
|
</property>
|
2013-03-10 14:47:08 -04:00
|
|
|
<property name="text">
|
2017-04-29 22:23:28 -04:00
|
|
|
<string>Notes</string>
|
2013-03-10 14:47:08 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-12 17:05:48 -05:00
|
|
|
<item row="7" column="1">
|
2012-08-15 16:47:41 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QDateTimeEdit" name="expireDatePicker">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Expiration field</string>
|
|
|
|
</property>
|
2012-08-15 16:47:41 -04:00
|
|
|
<property name="calendarPopup">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="expirePresets">
|
2017-02-12 17:05:48 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Expiration presets</string>
|
|
|
|
</property>
|
2012-08-15 16:47:41 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Presets</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2013-11-16 16:30:39 -05:00
|
|
|
<item row="9" column="1">
|
2013-03-10 14:47:08 -04:00
|
|
|
<widget class="QPlainTextEdit" name="notesEdit">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>1</verstretch>
|
|
|
|
</sizepolicy>
|
2012-01-07 10:18:21 -05:00
|
|
|
</property>
|
2017-03-04 09:10:50 -05:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Notes field</string>
|
|
|
|
</property>
|
2012-01-07 10:18:21 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-28 22:58:15 -04:00
|
|
|
<item row="9" column="1">
|
|
|
|
<widget class="QLabel" name="notesHint">
|
|
|
|
<property name="visible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Toggle the checkbox to reveal the notes section.</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-12 17:05:48 -05:00
|
|
|
<item row="1" column="0" alignment="Qt::AlignRight">
|
|
|
|
<widget class="QLabel" name="usernameLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Username:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2019-08-30 20:18:41 -04:00
|
|
|
<widget class="QLineEdit" name="titleEdit">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Title field</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-02-12 17:05:48 -05:00
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2019-08-30 20:18:41 -04:00
|
|
|
<widget class="QComboBox" name="usernameComboBox">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Username field</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-02-12 17:05:48 -05:00
|
|
|
</item>
|
2017-02-13 09:19:05 -05:00
|
|
|
<item row="7" column="0" alignment="Qt::AlignRight">
|
2017-02-12 17:05:48 -05:00
|
|
|
<widget class="QCheckBox" name="expireCheck">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Toggle expiration</string>
|
|
|
|
</property>
|
2017-02-12 17:05:48 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>Expires</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2014-01-12 17:37:34 -05:00
|
|
|
</item>
|
2010-10-06 13:40:50 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-03-10 17:23:10 -04:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>PasswordGeneratorWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/PasswordGeneratorWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2014-01-12 11:08:36 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>PasswordEdit</class>
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<header>gui/PasswordEdit.h</header>
|
2017-03-04 09:10:50 -05:00
|
|
|
<container>1</container>
|
2014-01-12 11:08:36 -05:00
|
|
|
</customwidget>
|
2013-03-10 17:23:10 -04:00
|
|
|
</customwidgets>
|
2012-04-17 10:17:25 -04:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>titleEdit</tabstop>
|
2019-06-22 09:38:02 -04:00
|
|
|
<tabstop>usernameComboBox</tabstop>
|
2012-04-17 10:17:25 -04:00
|
|
|
<tabstop>passwordEdit</tabstop>
|
2014-12-31 20:25:43 -05:00
|
|
|
<tabstop>togglePasswordButton</tabstop>
|
2019-08-30 20:18:41 -04:00
|
|
|
<tabstop>passwordRepeatEdit</tabstop>
|
2016-12-01 23:13:27 -05:00
|
|
|
<tabstop>togglePasswordGeneratorButton</tabstop>
|
2013-11-17 04:15:50 -05:00
|
|
|
<tabstop>urlEdit</tabstop>
|
2019-08-30 20:18:41 -04:00
|
|
|
<tabstop>fetchFaviconButton</tabstop>
|
|
|
|
<tabstop>expireCheck</tabstop>
|
2012-04-17 10:17:25 -04:00
|
|
|
<tabstop>expireDatePicker</tabstop>
|
2012-08-15 16:47:41 -04:00
|
|
|
<tabstop>expirePresets</tabstop>
|
2019-08-30 20:18:41 -04:00
|
|
|
<tabstop>notesEnabled</tabstop>
|
2013-03-10 17:23:10 -04:00
|
|
|
<tabstop>notesEdit</tabstop>
|
2012-04-17 10:17:25 -04:00
|
|
|
</tabstops>
|
2010-10-06 13:40:50 -04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|