wip: working carousel :D
This commit is contained in:
+6
-6
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user