Add tickbox to options UI

This commit is contained in:
in1tiate 2024-05-20 08:48:17 -05:00
parent adf32f4727
commit 48aab621fb

View File

@ -39,9 +39,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>-511</y>
<width>394</width>
<height>858</height>
<height>850</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
@ -556,6 +556,23 @@
</property>
</widget>
</item>
<item row="33" column="0">
<widget class="QLabel" name="slides_lbl">
<property name="toolTip">
<string>If ticked, slide animations will play when requested.</string>
</property>
<property name="text">
<string>Slide Animations:</string>
</property>
</widget>
</item>
<item row="33" column="1">
<widget class="QCheckBox" name="slides_cb">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</widget>