2025-08-20 23:06:28 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>LaunchPage</class>
|
|
|
|
|
<widget class="QWidget" name="LaunchPage">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2025-09-28 17:14:34 +08:00
|
|
|
<width>1024</width>
|
|
|
|
|
<height>768</height>
|
2025-08-20 23:06:28 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>LaunchPage</string>
|
|
|
|
|
</property>
|
2025-10-20 22:28:37 +08:00
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true"/>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QListWidget" name="Logs">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>340</x>
|
|
|
|
|
<y>350</y>
|
|
|
|
|
<width>340</width>
|
|
|
|
|
<height>120</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">QListWidget {
|
|
|
|
|
border: none; /* 移除边框 */
|
|
|
|
|
outline: none; /* 移除焦点轮廓 */
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
|
color: #374151
|
|
|
|
|
}
|
|
|
|
|
QListWidget::item:selected {
|
|
|
|
|
background-color: transparent; /* 选中项背景透明 */
|
|
|
|
|
color: #3b82f6
|
|
|
|
|
}</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QLabel" name="Percentage">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>412</x>
|
|
|
|
|
<y>200</y>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<height>120</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">font: 87 100pt "思源黑体 Heavy";
|
|
|
|
|
color: rgb(0, 233, 253)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>99</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QLabel" name="LoadGif">
|
2025-09-28 17:14:34 +08:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>1024</width>
|
|
|
|
|
<height>768</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
2025-10-20 22:28:37 +08:00
|
|
|
<string notr="true">font: 87 72pt "思源黑体 Heavy";
|
|
|
|
|
color: rgb(0, 233, 253)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2025-09-28 17:14:34 +08:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
2025-10-20 22:28:37 +08:00
|
|
|
<zorder>LoadGif</zorder>
|
|
|
|
|
<zorder>Logs</zorder>
|
|
|
|
|
<zorder>Percentage</zorder>
|
2025-08-20 23:06:28 +08:00
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|