Add else actions toggle button

This commit is contained in:
Przemek Pawlas
2023-12-08 23:31:35 +01:00
committed by WarmUpTill
parent cde111ddeb
commit 1f31b81f0d
7 changed files with 94 additions and 3 deletions

View File

@@ -1275,6 +1275,22 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="toggleElseActions">
<property name="maximumSize">
<size>
<width>22</width>
<height>16777215</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>