forked from ShuriZma/suyu
1
0
Fork 0
This commit is contained in:
ddutchie 2024-03-16 20:40:51 -04:00
parent 5cd903eabd
commit b96fcd1370
2 changed files with 5 additions and 6 deletions

View File

@ -36,7 +36,6 @@ QProgressBar {
} }
QProgressBar::chunk { QProgressBar::chunk {
background-color: white; background-color: white;
width: 1px;
})"; })";
constexpr char PROGRESSBAR_STYLE_COMPLETE[] = R"( constexpr char PROGRESSBAR_STYLE_COMPLETE[] = R"(

View File

@ -99,19 +99,19 @@ 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>30</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; border-radius: 6px;
}</string> }</string>
</property> </property>
<property name="value"> <property name="value">