Files
EJM_Display/LaunchPage.ui
2025-10-20 22:28:37 +08:00

89 lines
2.1 KiB
XML

<?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>
<width>1024</width>
<height>768</height>
</rect>
</property>
<property name="windowTitle">
<string>LaunchPage</string>
</property>
<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>
<y>0</y>
<width>1024</width>
<height>768</height>
</rect>
</property>
<property name="styleSheet">
<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/>
</ui>