Update form.ui

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2024-01-01 22:03:26 +07:00
parent 5aee673113
commit 0eeb4ed507

106
form.ui
View File

@@ -6,20 +6,20 @@
<rect>
<x>0</x>
<y>0</y>
<width>720</width>
<height>350</height>
<width>660</width>
<height>400</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>720</width>
<height>350</height>
<width>660</width>
<height>400</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>720</width>
<height>350</height>
<width>660</width>
<height>400</height>
</size>
</property>
<property name="windowTitle">
@@ -31,8 +31,8 @@
<rect>
<x>280</x>
<y>10</y>
<width>431</width>
<height>311</height>
<width>371</width>
<height>361</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
@@ -49,20 +49,18 @@
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QTextEdit" name="target_title_ru">
<property name="undoRedoEnabled">
<bool>false</bool>
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="lbl_target_title_ru">
<property name="text">
<string>Название
(рус.)</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="acceptRichText">
<bool>false</bool>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<item row="5" column="0" colspan="2">
<widget class="QLabel" name="lbl_rewatches">
<property name="text">
<string>Количество
@@ -73,11 +71,10 @@
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="lbl_target_title_ru">
<item row="3" column="0" colspan="2">
<widget class="QLabel" name="lbl_status">
<property name="text">
<string>Название
(рус.)</string>
<string>Статус</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -95,10 +92,26 @@
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QLabel" name="lbl_status">
<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="3" column="2">
<widget class="QComboBox" name="status"/>
</item>
<item row="6" column="0" colspan="2">
<widget class="QLabel" name="lbl_note">
<property name="text">
<string>Статус</string>
<string>Заметка:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -115,21 +128,15 @@
</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">
<item row="6" column="2">
<widget class="QTextEdit" name="note"/>
</item>
<item row="3" column="2">
<widget class="QComboBox" name="status"/>
<item row="5" column="2">
<widget class="QSpinBox" name="rewatches">
<property name="maximum">
<number>5000</number>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QSpinBox" name="score">
@@ -139,9 +146,17 @@
</widget>
</item>
<item row="4" column="2">
<widget class="QSpinBox" name="rewatches">
<property name="maximum">
<number>5000</number>
<widget class="QSpinBox" name="episodes"/>
</item>
<item row="4" column="0" colspan="2">
<widget class="QLabel" name="lbl_episodes">
<property name="text">
<string>Кол-во
просмотренных
эпизодов:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
@@ -153,7 +168,7 @@
<x>10</x>
<y>10</y>
<width>261</width>
<height>311</height>
<height>361</height>
</rect>
</property>
<property name="showDropIndicator" stdset="0">
@@ -166,7 +181,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>720</width>
<width>660</width>
<height>21</height>
</rect>
</property>
@@ -186,7 +201,6 @@
</property>
<addaction name="actionAddTitle"/>
<addaction name="actionAddByID"/>
<addaction name="actionSaveTitle"/>
<addaction name="actionRemoveTitle"/>
</widget>
<addaction name="menuOpen"/>
@@ -226,6 +240,9 @@
</property>
</action>
<action name="actionSaveTitle">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Сохранить</string>
</property>
@@ -245,6 +262,7 @@
<tabstop>target_title_ru</tabstop>
<tabstop>score</tabstop>
<tabstop>status</tabstop>
<tabstop>episodes</tabstop>
<tabstop>rewatches</tabstop>
<tabstop>note</tabstop>
</tabstops>