83 lines
3.9 KiB
XML
83 lines
3.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DialogHistoryResult</class>
|
|
<widget class="QDialog" name="DialogHistoryResult">
|
|
<property name="geometry">
|
|
<rect><x>0</x><y>0</y><width>980</width><height>640</height></rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size><width>760</width><height>480</height></size>
|
|
</property>
|
|
<property name="windowTitle"><string>历史汇总结果</string></property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QDialog { background-color: rgb(25, 26, 28); }
|
|
QLabel { color: rgb(239, 241, 245); background: transparent; }
|
|
QListView { background-color: rgb(37, 38, 42); border: 1px solid rgb(51, 53, 60); color: rgb(239, 241, 245); font-size: 15px; outline: none; }
|
|
QListView::item { min-height: 42px; padding: 8px 10px; border-bottom: 1px solid rgb(51, 53, 60); }
|
|
QListView::item:selected { background-color: rgb(60, 120, 180); color: rgb(255, 255, 255); }
|
|
QPlainTextEdit { background-color: rgb(37, 38, 42); border: 1px solid rgb(51, 53, 60); color: rgb(239, 241, 245); font-size: 16px; padding: 10px; }
|
|
QPushButton { background-color: rgb(47, 48, 52); color: rgb(221, 225, 233); border: 1px solid rgb(75, 78, 86); border-radius: 4px; padding: 8px 18px; font-size: 15px; font-weight: 600; }
|
|
QPushButton:hover { background-color: rgb(58, 60, 66); }
|
|
QPushButton:pressed { background-color: rgb(37, 38, 42); }</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="vl_root">
|
|
<property name="leftMargin"><number>24</number></property>
|
|
<property name="topMargin"><number>20</number></property>
|
|
<property name="rightMargin"><number>24</number></property>
|
|
<property name="bottomMargin"><number>20</number></property>
|
|
<property name="spacing"><number>16</number></property>
|
|
<item>
|
|
<widget class="QLabel" name="label_title">
|
|
<property name="font"><font><pointsize>20</pointsize><bold>true</bold></font></property>
|
|
<property name="text"><string>历史汇总结果</string></property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="hl_content">
|
|
<property name="spacing"><number>14</number></property>
|
|
<item>
|
|
<widget class="QListView" name="list_history">
|
|
<property name="minimumSize"><size><width>330</width><height>0</height></size></property>
|
|
<property name="maximumSize"><size><width>430</width><height>16777215</height></size></property>
|
|
<property name="editTriggers"><set>QAbstractItemView::NoEditTriggers</set></property>
|
|
<property name="horizontalScrollBarPolicy"><enum>Qt::ScrollBarAlwaysOff</enum></property>
|
|
<property name="selectionMode"><enum>QAbstractItemView::SingleSelection</enum></property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPlainTextEdit" name="edit_detail">
|
|
<property name="readOnly"><bool>true</bool></property>
|
|
<property name="lineWrapMode"><enum>QPlainTextEdit::NoWrap</enum></property>
|
|
<property name="placeholderText"><string>暂无历史数据</string></property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="hl_buttons">
|
|
<item>
|
|
<spacer name="sp_buttons">
|
|
<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="QPushButton" name="btn_refresh">
|
|
<property name="minimumSize"><size><width>100</width><height>44</height></size></property>
|
|
<property name="text"><string>刷新</string></property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_close">
|
|
<property name="minimumSize"><size><width>100</width><height>44</height></size></property>
|
|
<property name="text"><string>关闭</string></property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|