Files
EJM_Display/LaunchPage.ui
2025-09-28 17:14:34 +08:00

35 lines
794 B
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>
<widget class="QListWidget" name="LoaderList">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
<height>768</height>
</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>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>