2012-12-21 08:51:59 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2017-08-16 11:45:39 +02:00
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
2012-12-21 08:51:59 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-08-16 11:45:39 +02:00
|
|
|
<width>423</width>
|
|
|
|
<height>356</height>
|
2012-12-21 08:51:59 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>profiles_profiles</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
2019-05-17 07:28:15 +02:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="icons.qrc">
|
|
|
|
<normaloff>:/icons/anki.png</normaloff>:/icons/anki.png</iconset>
|
|
|
|
</property>
|
2017-08-16 11:45:39 +02:00
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="profiles"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="login">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>profiles_open</string>
|
2017-08-16 11:45:39 +02:00
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="add">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>actions_add</string>
|
2017-08-16 11:45:39 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="rename">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>actions_rename</string>
|
2017-08-16 11:45:39 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="delete_2">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>actions_delete</string>
|
2017-08-16 11:45:39 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="quit">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>profiles_quit</string>
|
2017-08-16 11:45:39 +02:00
|
|
|
</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>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="openBackup">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>profiles_open_backup</string>
|
2017-08-16 11:45:39 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-04-16 01:00:49 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="downgrade_button">
|
|
|
|
<property name="text">
|
2020-07-17 07:06:14 +02:00
|
|
|
<string notr="true">DOWNGRADE</string>
|
2020-04-16 01:00:49 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-16 11:45:39 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>423</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2012-12-21 08:51:59 +01:00
|
|
|
</widget>
|
2019-05-17 07:28:15 +02:00
|
|
|
<resources>
|
|
|
|
<include location="icons.qrc"/>
|
|
|
|
</resources>
|
2012-12-21 08:51:59 +01:00
|
|
|
<connections/>
|
|
|
|
</ui>
|