249 lines
6.6 KiB
XML
249 lines
6.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>MainWindow</class>
|
||
<widget class="QMainWindow" name="MainWindow">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>720</width>
|
||
<height>350</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>720</width>
|
||
<height>350</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>720</width>
|
||
<height>350</height>
|
||
</size>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Просмотр списка аниме с Shikimori</string>
|
||
</property>
|
||
<widget class="QWidget" name="centralwidget">
|
||
<widget class="QWidget" name="gridLayoutWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>280</x>
|
||
<y>10</y>
|
||
<width>431</width>
|
||
<height>311</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout">
|
||
<item row="0" column="2">
|
||
<widget class="QTextEdit" name="target_title">
|
||
<property name="undoRedoEnabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="readOnly">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="acceptRichText">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="2">
|
||
<widget class="QTextEdit" name="target_title_ru">
|
||
<property name="undoRedoEnabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="readOnly">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="acceptRichText">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="0" colspan="2">
|
||
<widget class="QLabel" name="lbl_rewatches">
|
||
<property name="text">
|
||
<string>Количество
|
||
пересмотров:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0" colspan="2">
|
||
<widget class="QLabel" name="lbl_target_title_ru">
|
||
<property name="text">
|
||
<string>Название
|
||
(рус.)</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0" colspan="2">
|
||
<widget class="QLabel" name="lbl_target_title">
|
||
<property name="text">
|
||
<string>Название
|
||
(англ.)</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="0" colspan="2">
|
||
<widget class="QLabel" name="lbl_status">
|
||
<property name="text">
|
||
<string>Статус</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0" colspan="2">
|
||
<widget class="QLabel" name="lbl_score">
|
||
<property name="text">
|
||
<string>Оценка</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="0" colspan="2">
|
||
<widget class="QLabel" name="lbl_note">
|
||
<property name="text">
|
||
<string>Заметка:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="2">
|
||
<widget class="QTextEdit" name="note"/>
|
||
</item>
|
||
<item row="3" column="2">
|
||
<widget class="QComboBox" name="status"/>
|
||
</item>
|
||
<item row="2" column="2">
|
||
<widget class="QSpinBox" name="score">
|
||
<property name="maximum">
|
||
<number>10</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="2">
|
||
<widget class="QSpinBox" name="rewatches">
|
||
<property name="maximum">
|
||
<number>5000</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QListWidget" name="anime_list">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>10</y>
|
||
<width>261</width>
|
||
<height>311</height>
|
||
</rect>
|
||
</property>
|
||
<property name="showDropIndicator" stdset="0">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QMenuBar" name="menuBar">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>720</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<widget class="QMenu" name="menuOpen">
|
||
<property name="title">
|
||
<string>Файл</string>
|
||
</property>
|
||
<addaction name="actionOpenFile"/>
|
||
<addaction name="actionSaveFile"/>
|
||
<addaction name="actionCloseFile"/>
|
||
<addaction name="separator"/>
|
||
<addaction name="actionExit"/>
|
||
</widget>
|
||
<widget class="QMenu" name="menuList">
|
||
<property name="title">
|
||
<string>Список</string>
|
||
</property>
|
||
<addaction name="actionAddTitle"/>
|
||
<addaction name="actionAddByID"/>
|
||
<addaction name="actionSaveTitle"/>
|
||
<addaction name="actionRemoveTitle"/>
|
||
</widget>
|
||
<addaction name="menuOpen"/>
|
||
<addaction name="menuList"/>
|
||
</widget>
|
||
<action name="actionOpenFile">
|
||
<property name="text">
|
||
<string>Открыть</string>
|
||
</property>
|
||
</action>
|
||
<action name="actionSaveFile">
|
||
<property name="text">
|
||
<string>Сохранить</string>
|
||
</property>
|
||
</action>
|
||
<action name="actionCloseFile">
|
||
<property name="text">
|
||
<string>Закрыть файл</string>
|
||
</property>
|
||
</action>
|
||
<action name="actionExit">
|
||
<property name="text">
|
||
<string>Закрыть программу</string>
|
||
</property>
|
||
</action>
|
||
<action name="actionAddTitle">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="text">
|
||
<string>Добавить</string>
|
||
</property>
|
||
</action>
|
||
<action name="actionRemoveTitle">
|
||
<property name="text">
|
||
<string>Удалить</string>
|
||
</property>
|
||
</action>
|
||
<action name="actionSaveTitle">
|
||
<property name="text">
|
||
<string>Сохранить</string>
|
||
</property>
|
||
</action>
|
||
<action name="actionAddByID">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="text">
|
||
<string>Добавить по ID</string>
|
||
</property>
|
||
</action>
|
||
</widget>
|
||
<tabstops>
|
||
<tabstop>target_title</tabstop>
|
||
<tabstop>target_title_ru</tabstop>
|
||
</tabstops>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|