1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-07 13:22:06 -06:00

First Pass Loading Screen

This commit is contained in:
ddutchie
2024-03-16 12:44:28 -04:00
parent 44ffa0092e
commit 859ad39852
2 changed files with 10 additions and 4 deletions

View File

@@ -49,6 +49,9 @@
</property>
<item alignment="Qt::AlignLeft|Qt::AlignTop">
<widget class="QLabel" name="logo">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string/>
</property>
@@ -140,6 +143,9 @@ font: 75 15pt &quot;Arial&quot;;</string>
</item>
<item alignment="Qt::AlignRight|Qt::AlignBottom">
<widget class="QLabel" name="banner">
<property name="enabled">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: black;</string>
</property>