Revert "Add Logo"

This reverts commit 8e08fc1ab9.
ddutchie/uitweaks
ddutchie 2024-03-16 20:35:27 +07:00
parent 59e997ee07
commit 5cd903eabd
1 changed files with 6 additions and 44 deletions

@ -64,7 +64,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,1"> <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,1">
<property name="spacing"> <property name="spacing">
<number>15</number> <number>15</number>
</property> </property>
@ -99,20 +99,19 @@ font: 500 20pt &quot;Ubuntu&quot;;</string>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>500</width> <width>500</width>
<height>20</height> <height>40</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QProgressBar { <string notr="true">QProgressBar {
background-color: black; color: white;
border: 2px solid white; border: 2px solid white;
border-radius: 10px; outline-color: black;
padding: 2px; border-radius: 15px;
} }
QProgressBar::chunk { QProgressBar::chunk {
background-color: white; background-color: white;
padding: 2px; border-radius: 10px;
border-radius: 6px;
}</string> }</string>
</property> </property>
<property name="value"> <property name="value">
@ -126,43 +125,6 @@ border-radius: 6px;
</property> </property>
</widget> </widget>
</item> </item>
<item alignment="Qt::AlignHCenter">
<widget class="QLabel" name="label">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>56</width>
<height>56</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>../../dist/qt_themes/default/icons/256x256/suyu.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="indent">
<number>-1</number>
</property>
</widget>
</item>
<item alignment="Qt::AlignHCenter|Qt::AlignTop"> <item alignment="Qt::AlignHCenter|Qt::AlignTop">
<widget class="QLabel" name="value"> <widget class="QLabel" name="value">
<property name="toolTip"> <property name="toolTip">