Wip style QSlider

This commit is contained in:
2026-03-04 12:46:56 +01:00
parent cf33a6613c
commit 7f5e7710e5
5 changed files with 345 additions and 2 deletions

View File

@@ -448,14 +448,20 @@
<item>
<widget class="QSlider" name="horizontalSlider">
<property name="autoFillBackground">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="value">
<number>20</number>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="invertedAppearance">
<bool>false</bool>
</property>
</widget>
</item>
<item>