wip: working carousel :D

This commit is contained in:
2025-08-05 16:53:06 +02:00
parent c35c0a724e
commit 8fab9b3ff4
6 changed files with 368 additions and 11 deletions
+6 -6
View File
@@ -69,12 +69,12 @@
</spacer>
</item>
<item>
<widget class="QPushButton" name="cancelButton">
<widget class="QPushButton" name="confirmButton">
<property name="styleSheet">
<string notr="true">color: #f38ba8</string>
<string notr="true">color: #a6e3a1</string>
</property>
<property name="text">
<string>Cancel</string>
<string>Confirm</string>
</property>
<property name="flat">
<bool>true</bool>
@@ -82,12 +82,12 @@
</widget>
</item>
<item>
<widget class="QPushButton" name="confirmButton">
<widget class="QPushButton" name="cancelButton">
<property name="styleSheet">
<string notr="true">color: #a6e3a1</string>
<string notr="true">color: #f38ba8</string>
</property>
<property name="text">
<string>Confirm</string>
<string>Cancel</string>
</property>
<property name="flat">
<bool>true</bool>