主要功能可用

This commit is contained in:
2025-10-21 11:11:52 +08:00
parent f88b815723
commit cda1641f97
250 changed files with 245573 additions and 533279 deletions

View File

@@ -13,7 +13,53 @@
<property name="windowTitle">
<string>LaunchPage</string>
</property>
<widget class="QListWidget" name="LoaderList">
<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 &quot;思源黑体 Heavy&quot;;
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 &quot;思源黑体 Heavy&quot;;
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">
<property name="geometry">
<rect>
<x>0</x>
@@ -23,11 +69,19 @@
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/Frames/Frames/Main.png);
font: 87 24pt &quot;思源黑体 Heavy&quot;;
color: rgb(0, 255, 0);</string>
<string notr="true">font: 87 72pt &quot;思源黑体 Heavy&quot;;
color: rgb(0, 233, 253)</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<zorder>LoadGif</zorder>
<zorder>Logs</zorder>
<zorder>Percentage</zorder>
</widget>
<resources/>
<connections/>