121 lines
3.0 KiB
Plaintext
121 lines
3.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>Dialog</class>
|
||
|
<widget class="QDialog" name="Dialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>352</width>
|
||
|
<height>283</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Profiles</string>
|
||
|
</property>
|
||
|
<property name="windowIcon">
|
||
|
<iconset resource="icons.qrc">
|
||
|
<normaloff>:/icons/anki.png</normaloff>:/icons/anki.png</iconset>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="text">
|
||
|
<string>Profile:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
|
<item>
|
||
|
<widget class="QListWidget" name="profiles"/>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="passLabel">
|
||
|
<property name="text">
|
||
|
<string>Password:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLineEdit" name="passEdit">
|
||
|
<property name="echoMode">
|
||
|
<enum>QLineEdit::Password</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="login">
|
||
|
<property name="text">
|
||
|
<string>Open</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="add">
|
||
|
<property name="text">
|
||
|
<string>Add</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="rename">
|
||
|
<property name="text">
|
||
|
<string>Rename</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="delete_2">
|
||
|
<property name="text">
|
||
|
<string>Delete</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="quit">
|
||
|
<property name="text">
|
||
|
<string>Quit</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer name="verticalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<tabstops>
|
||
|
<tabstop>profiles</tabstop>
|
||
|
<tabstop>passEdit</tabstop>
|
||
|
<tabstop>login</tabstop>
|
||
|
<tabstop>add</tabstop>
|
||
|
<tabstop>rename</tabstop>
|
||
|
<tabstop>delete_2</tabstop>
|
||
|
<tabstop>quit</tabstop>
|
||
|
</tabstops>
|
||
|
<resources>
|
||
|
<include location="icons.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|