ddutchie/uitweaks
ddutchie 2024-03-16 18:20:42 +07:00
parent 2786311869
commit 8e08fc1ab9
1 changed files with 44 additions and 6 deletions

@ -64,7 +64,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,1"> <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,1">
<property name="spacing"> <property name="spacing">
<number>15</number> <number>15</number>
</property> </property>
@ -99,19 +99,20 @@ font: 500 20pt &quot;Ubuntu&quot;;</string>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>500</width> <width>500</width>
<height>40</height> <height>20</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QProgressBar { <string notr="true">QProgressBar {
color: white; background-color: black;
border: 2px solid white; border: 2px solid white;
outline-color: black; border-radius: 10px;
border-radius: 15px; padding: 2px;
} }
QProgressBar::chunk { QProgressBar::chunk {
background-color: white; background-color: white;
border-radius: 10px; padding: 2px;
border-radius: 6px;
}</string> }</string>
</property> </property>
<property name="value"> <property name="value">
@ -125,6 +126,43 @@ border-radius: 10px;
</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">