更新UI
This commit is contained in:
@@ -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 "思源黑体 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">
|
||||
<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 "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 0);</string>
|
||||
<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>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>LoadGif</zorder>
|
||||
<zorder>Logs</zorder>
|
||||
<zorder>Percentage</zorder>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
||||
Reference in New Issue
Block a user