184 lines
4.4 KiB
XML
184 lines
4.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>loadPageDlg</class>
|
|
<widget class="QDialog" name="loadPageDlg">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>202</width>
|
|
<height>321</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QWidget" name="titleBar" native="true">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>21</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QWidget {
|
|
background: #2c5282;
|
|
color: white;
|
|
border: none;
|
|
}
|
|
|
|
QWidget QLabel {
|
|
color: white;
|
|
font-size: 12px;
|
|
background: transparent;
|
|
}</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>加载</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="spacing">
|
|
<number>20</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QPushButton" name="btnOk">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton {
|
|
background-color: #5a79a1; /* 中性灰蓝,不刺眼 */
|
|
color: white;
|
|
border: none; /* 无边框,扁平化 */
|
|
border-radius: 4px; /* 小圆角,扁平感 */
|
|
font-size: 13px; /* 适中字号 */
|
|
font-weight: 500; /* 中等字重 */
|
|
}
|
|
|
|
QPushButton:hover {
|
|
background-color: #4a5d7e; /* 稍深的灰蓝 */
|
|
}
|
|
|
|
QPushButton:pressed {
|
|
background-color: #3d4e6b; /* 更深的灰蓝 */
|
|
}
|
|
|
|
QPushButton:disabled {
|
|
background-color: #a0b3d1; /* 灰调的浅蓝 */
|
|
color: #d1dce9; /* 浅灰色文字 */
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>确定</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btnCancel">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton {
|
|
background-color: #5a79a1; /* 中性灰蓝,不刺眼 */
|
|
color: white;
|
|
border: none; /* 无边框,扁平化 */
|
|
border-radius: 4px; /* 小圆角,扁平感 */
|
|
font-size: 13px; /* 适中字号 */
|
|
font-weight: 500; /* 中等字重 */
|
|
}
|
|
|
|
QPushButton:hover {
|
|
background-color: #4a5d7e; /* 稍深的灰蓝 */
|
|
}
|
|
|
|
QPushButton:pressed {
|
|
background-color: #3d4e6b; /* 更深的灰蓝 */
|
|
}
|
|
|
|
QPushButton:disabled {
|
|
background-color: #a0b3d1; /* 灰调的浅蓝 */
|
|
color: #d1dce9; /* 浅灰色文字 */
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>取消</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QTreeView" name="treeView"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|