diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2024-05-20 08:48:17 -0500 |
|---|---|---|
| committer | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2024-05-20 08:48:17 -0500 |
| commit | 48aab621fb363920dc70e0b9569fb6b85b68a46b (patch) | |
| tree | 4ef0b31c2401a2a549798ff0339ce890c942505e | |
| parent | adf32f47275a2bac02034b848215d4413e0f9b37 (diff) | |
Add tickbox to options UI
| -rw-r--r-- | data/ui/options_dialog.ui | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/data/ui/options_dialog.ui b/data/ui/options_dialog.ui index db6db725..19100cde 100644 --- a/data/ui/options_dialog.ui +++ b/data/ui/options_dialog.ui @@ -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> |
