2017-08-26 07:14:20 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Dialog</class>
|
|
|
|
<widget class="QDialog" name="Dialog">
|
|
|
|
<property name="windowModality">
|
|
|
|
<enum>Qt::ApplicationModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-12-09 03:36:10 +01:00
|
|
|
<width>800</width>
|
|
|
|
<height>800</height>
|
2017-08-26 07:14:20 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2020-07-19 01:49:36 +02:00
|
|
|
<string notr="true">ADD-ONS</string>
|
2017-08-26 07:14:20 +02:00
|
|
|
</property>
|
|
|
|
<property name="modal">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>addons_changes_will_take_effect_when_anki</string>
|
2017-08-26 07:14:20 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="addonList">
|
|
|
|
<property name="selectionMode">
|
2019-02-23 09:06:46 +01:00
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
2017-08-26 07:14:20 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="getAddons">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>addons_get_addons</string>
|
2017-08-26 07:14:20 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-02-18 07:17:14 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="installFromFile">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>addons_install_from_file</string>
|
2019-02-18 07:17:14 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-26 07:14:20 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="checkForUpdates">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>addons_check_for_updates</string>
|
2017-08-26 07:14:20 +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="viewPage">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>addons_view_addon_page</string>
|
2017-08-26 07:14:20 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-28 12:51:43 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="config">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>addons_config</string>
|
2017-08-28 12:51:43 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-26 07:14:20 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="viewFiles">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>addons_view_files</string>
|
2017-08-26 07:14:20 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="toggleEnabled">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>addons_toggle_enabled</string>
|
2017-08-26 07:14:20 +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-26 07:14:20 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|