picacg-qt/ui/ui_history.ui

155 lines
3.8 KiB
Plaintext
Raw Normal View History

2021-02-05 19:09:10 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>History</class>
<widget class="QWidget" name="History">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>292</height>
</rect>
</property>
<property name="windowTitle">
2021-11-21 15:58:18 +08:00
<string>历史记录</string>
2021-02-05 19:09:10 +08:00
</property>
2021-02-05 19:09:10 +08:00
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="0">
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
2021-06-05 14:52:22 +08:00
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
2021-02-05 19:09:10 +08:00
<item>
<widget class="QLabel" name="nums">
2021-06-05 14:52:22 +08:00
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
2021-02-05 19:09:10 +08:00
<property name="text">
<string>收藏数:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="pages">
2021-06-05 14:52:22 +08:00
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
2021-02-05 19:09:10 +08:00
<property name="text">
<string>页</string>
</property>
</widget>
</item>
<item>
2021-06-05 14:52:22 +08:00
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
2021-02-05 19:09:10 +08:00
</item>
<item>
2021-06-05 14:52:22 +08:00
<widget class="QSpinBox" name="spinBox">
<property name="minimumSize">
<size>
<width>50</width>
<height>30</height>
</size>
2021-02-27 20:51:31 +08:00
</property>
2021-02-05 19:09:10 +08:00
</widget>
</item>
2021-02-27 20:51:31 +08:00
<item>
2021-06-05 14:52:22 +08:00
<widget class="Line" name="line_3">
2021-02-27 20:51:31 +08:00
<property name="orientation">
2021-06-05 14:52:22 +08:00
<enum>Qt::Vertical</enum>
2021-02-27 20:51:31 +08:00
</property>
2021-06-05 14:52:22 +08:00
</widget>
</item>
<item>
<widget class="QPushButton" name="jumpButton">
<property name="minimumSize">
2021-02-27 20:51:31 +08:00
<size>
2021-06-05 14:52:22 +08:00
<width>0</width>
<height>30</height>
2021-02-27 20:51:31 +08:00
</size>
</property>
2021-06-05 14:52:22 +08:00
<property name="text">
<string>跳转</string>
</property>
<property name="shortcut">
<string>Return</string>
</property>
</widget>
2021-02-27 20:51:31 +08:00
</item>
2021-02-05 19:09:10 +08:00
</layout>
</item>
</layout>
</item>
<item row="0" column="0">
2021-06-05 14:52:22 +08:00
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
2021-11-21 15:58:18 +08:00
<widget class="ComicListWidget" name="bookList">
2021-06-05 14:52:22 +08:00
<property name="styleSheet">
<string notr="true">QListWidget {background-color:transparent;}</string>
</property>
</widget>
</item>
</layout>
2021-02-05 19:09:10 +08:00
</item>
</layout>
</widget>
2021-06-05 14:52:22 +08:00
<customwidgets>
<customwidget>
2021-11-21 15:58:18 +08:00
<class>ComicListWidget</class>
2021-06-05 14:52:22 +08:00
<extends>QListWidget</extends>
2021-11-21 15:58:18 +08:00
<header location="global">component.list.comic_list_widget.h</header>
2021-06-05 14:52:22 +08:00
</customwidget>
</customwidgets>
2021-02-05 19:09:10 +08:00
<resources/>
<connections>
<connection>
<sender>jumpButton</sender>
<signal>clicked()</signal>
<receiver>History</receiver>
<slot>JumpPage()</slot>
<hints>
<hint type="sourcelabel">
<x>342</x>
<y>213</y>
</hint>
<hint type="destinationlabel">
<x>361</x>
<y>352</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>JumpPage()</slot>
</slots>
</ui>