'update'
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</property>
|
||||
<widget class="QWidget" name="tab_export">
|
||||
<attribute name="title">
|
||||
<string>导出</string>
|
||||
<string> 导出 </string>
|
||||
</attribute>
|
||||
<layout class="QHBoxLayout" name="tab_export_layout">
|
||||
<item>
|
||||
@@ -36,20 +36,52 @@
|
||||
<item>
|
||||
<widget class="QListWidget" name="listwidget"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="export_btn">
|
||||
<property name="text">
|
||||
<string>导出</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="config_btn">
|
||||
<property name="text">
|
||||
<string>配置参数</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="actions_layout">
|
||||
<property name="spacing">
|
||||
<number>12</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QPushButton" name="export_btn">
|
||||
<property name="text">
|
||||
<string>导出</string>
|
||||
</property>
|
||||
<property name="minimumHeight">
|
||||
<number>36</number>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QPushButton {background:#63a9ff; color:#ffffff; border:none; padding:6px 24px; font-weight:600; border-radius:18px;} QPushButton:hover {background:#5a9bf0;} QPushButton:pressed {background:#3d82d6;}</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="config_btn">
|
||||
<property name="text">
|
||||
<string>配置</string>
|
||||
</property>
|
||||
<property name="minimumHeight">
|
||||
<number>36</number>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QPushButton {background:#7ed957; color:#ffffff; border:none; padding:6px 24px; font-weight:600; border-radius:18px;} QPushButton:hover {background:#6ac549;} QPushButton:pressed {background:#4caf50;}</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="actions_spacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>40</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
@@ -138,11 +170,11 @@
|
||||
</widget>
|
||||
<widget class="QWidget" name="tab_stats">
|
||||
<attribute name="title">
|
||||
<string>统计</string>
|
||||
<string> 统计 </string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="statsGridLayout">
|
||||
<property name="horizontalSpacing">
|
||||
<number>8</number>
|
||||
<number>20</number>
|
||||
</property>
|
||||
<property name="verticalSpacing">
|
||||
<number>12</number>
|
||||
@@ -165,7 +197,7 @@
|
||||
<string>最近30天日均阅读时间统计</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
|
||||
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignCenter|Qt::AlignmentFlag::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>0</number>
|
||||
@@ -221,7 +253,7 @@
|
||||
<string>最近7天阅读时间统计</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
|
||||
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignCenter|Qt::AlignmentFlag::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>0</number>
|
||||
@@ -249,7 +281,7 @@
|
||||
<string>阅读总览(全年/月均/近7天/日均)</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
|
||||
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignCenter|Qt::AlignmentFlag::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="margin">
|
||||
<number>0</number>
|
||||
@@ -263,7 +295,7 @@
|
||||
</widget>
|
||||
<widget class="QWidget" name="tab_finished">
|
||||
<attribute name="title">
|
||||
<string>已读书籍</string>
|
||||
<string> 已读书籍 </string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="finished_outer_layout">
|
||||
<item>
|
||||
@@ -274,7 +306,7 @@
|
||||
<widget class="QWidget" name="finished_scroll_contents">
|
||||
<layout class="QGridLayout" name="finishedGridLayout">
|
||||
<property name="horizontalSpacing">
|
||||
<number>12</number>
|
||||
<number>20</number>
|
||||
</property>
|
||||
<property name="verticalSpacing">
|
||||
<number>16</number>
|
||||
|
||||
Reference in New Issue
Block a user