|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>450</width> |
| 9 | + <width>478</width> |
10 | 10 | <height>415</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
|
39 | 39 | <property name="geometry"> |
40 | 40 | <rect> |
41 | 41 | <x>0</x> |
42 | | - <y>-585</y> |
43 | | - <width>394</width> |
| 42 | + <y>0</y> |
| 43 | + <width>422</width> |
44 | 44 | <height>902</height> |
45 | 45 | </rect> |
46 | 46 | </property> |
|
104 | 104 | <item row="4" column="1"> |
105 | 105 | <widget class="QDoubleSpinBox" name="theme_scaling_factor_sb"> |
106 | 106 | <property name="minimum"> |
107 | | - <number>1</number> |
| 107 | + <double>1.000000000000000</double> |
108 | 108 | </property> |
109 | 109 | <property name="maximum"> |
110 | | - <number>8</number> |
| 110 | + <double>8.000000000000000</double> |
111 | 111 | </property> |
112 | 112 | </widget> |
113 | 113 | </item> |
|
623 | 623 | <attribute name="title"> |
624 | 624 | <string>Callwords</string> |
625 | 625 | </attribute> |
626 | | - <layout class="QVBoxLayout" name="verticalLayout_5"> |
627 | | - <item> |
628 | | - <widget class="QPlainTextEdit" name="callwords_textbox"/> |
629 | | - </item> |
630 | | - <item> |
| 626 | + <layout class="QFormLayout" name="formLayout_4"> |
| 627 | + <item row="0" column="0" colspan="2"> |
631 | 628 | <widget class="QLabel" name="callwords_explain_lbl"> |
632 | 629 | <property name="text"> |
633 | 630 | <string><html><head/><body><p>Enter as many callwords as you would like. These are case insensitive. Make sure to leave every callword in its own line!<br/><br/>Do not leave a line with a space at the end -- you will be alerted everytime someone uses a space in their messages.</p></body></html></string> |
|
637 | 634 | </property> |
638 | 635 | </widget> |
639 | 636 | </item> |
| 637 | + <item row="1" column="0" colspan="2"> |
| 638 | + <widget class="QPlainTextEdit" name="callwords_textbox"/> |
| 639 | + </item> |
| 640 | + <item row="2" column="0"> |
| 641 | + <widget class="QLabel" name="callwords_sfx_lbl"> |
| 642 | + <property name="text"> |
| 643 | + <string>Sound</string> |
| 644 | + </property> |
| 645 | + </widget> |
| 646 | + </item> |
| 647 | + <item row="2" column="1"> |
| 648 | + <widget class="QLineEdit" name="callwords_sfx"> |
| 649 | + <property name="placeholderText"> |
| 650 | + <string>Filepath</string> |
| 651 | + </property> |
| 652 | + </widget> |
| 653 | + </item> |
| 654 | + <item row="3" column="0" colspan="2"> |
| 655 | + <widget class="QLabel" name="callwords_sfx_explain"> |
| 656 | + <property name="text"> |
| 657 | + <string><html><head/><body><p>When a callword is triggered, the sound provided will be played instead of a general alert beep.</p><p>If the sound's filepath is invalid, the current theme's callword sound will be played instead.</p></body></html></string> |
| 658 | + </property> |
| 659 | + <property name="wordWrap"> |
| 660 | + <bool>true</bool> |
| 661 | + </property> |
| 662 | + </widget> |
| 663 | + </item> |
640 | 664 | </layout> |
641 | 665 | </widget> |
642 | 666 | <widget class="QWidget" name="audio_tab"> |
|
816 | 840 | <layout class="QGridLayout" name="mount_buttons_layout"> |
817 | 841 | <item row="2" column="5"> |
818 | 842 | <spacer name="mount_buttons_spacer_2"> |
| 843 | + <property name="orientation"> |
| 844 | + <enum>Qt::Vertical</enum> |
| 845 | + </property> |
819 | 846 | <property name="sizeHint" stdset="0"> |
820 | 847 | <size> |
821 | 848 | <width>40</width> |
|
852 | 879 | </item> |
853 | 880 | <item row="2" column="2"> |
854 | 881 | <spacer name="mount_buttons_spacer"> |
| 882 | + <property name="orientation"> |
| 883 | + <enum>Qt::Vertical</enum> |
| 884 | + </property> |
855 | 885 | <property name="sizeType"> |
856 | 886 | <enum>QSizePolicy::Fixed</enum> |
857 | 887 | </property> |
|
0 commit comments