diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-05-24 04:54:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 04:54:48 +0200 |
| commit | 4c56a25463d15cf12e21fe512a598bee91b3363d (patch) | |
| tree | b0478364cd4d267c97334164aa876b41c1a841f9 /data/ui/options_dialog.ui | |
| parent | 4b0f7e4d806c79313e493a3c58818e995af25847 (diff) | |
| parent | eb024cb93131cddba8ec1a6094abde8bf1f4eaf3 (diff) | |
Merge pull request #966 from AttorneyOnline/coolslide-rebased
[Feature] Courtroom slides + major AOLayer overhaul
Diffstat (limited to 'data/ui/options_dialog.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> |
