diff options
| author | 2021-09-23 09:29:55 -0700 | |
|---|---|---|
| committer | 2021-09-23 09:29:55 -0700 | |
| commit | 17bf40f40510bff814dfda964d343b7f55af1c89 (patch) | |
| tree | d2a3bf7eab9eeebb6a964098a7a554a05e4a7f85 | |
| parent | Merge pull request #7003 from ameerj/unlocked-present-mode (diff) | |
| parent | Clean-up (diff) | |
| download | yuzu-17bf40f40510bff814dfda964d343b7f55af1c89.tar.gz yuzu-17bf40f40510bff814dfda964d343b7f55af1c89.tar.xz yuzu-17bf40f40510bff814dfda964d343b7f55af1c89.zip | |
Merge pull request #7045 from behunin/patch-1
Tas configure ui nits
| -rw-r--r-- | src/yuzu/configuration/configure_tas.ui | 62 |
1 files changed, 16 insertions, 46 deletions
diff --git a/src/yuzu/configuration/configure_tas.ui b/src/yuzu/configuration/configure_tas.ui index 8a3ecb834..95575ed9d 100644 --- a/src/yuzu/configuration/configure_tas.ui +++ b/src/yuzu/configuration/configure_tas.ui | |||
| @@ -2,37 +2,23 @@ | |||
| 2 | <ui version="4.0"> | 2 | <ui version="4.0"> |
| 3 | <class>ConfigureTas</class> | 3 | <class>ConfigureTas</class> |
| 4 | <widget class="QDialog" name="ConfigureTas"> | 4 | <widget class="QDialog" name="ConfigureTas"> |
| 5 | <property name="geometry"> | ||
| 6 | <rect> | ||
| 7 | <x>0</x> | ||
| 8 | <y>0</y> | ||
| 9 | <width>800</width> | ||
| 10 | <height>300</height> | ||
| 11 | </rect> | ||
| 12 | </property> | ||
| 13 | <property name="windowTitle"> | ||
| 14 | <string>Dialog</string> | ||
| 15 | </property> | ||
| 16 | <layout class="QVBoxLayout" name="verticalLayout_1"> | 5 | <layout class="QVBoxLayout" name="verticalLayout_1"> |
| 17 | <item> | 6 | <item> |
| 18 | <layout class="QHBoxLayout" name="horizontalLayout"> | 7 | <layout class="QHBoxLayout" name="horizontalLayout_1"> |
| 19 | <item> | 8 | <item> |
| 20 | <widget class="QGroupBox" name="groupBox"> | 9 | <widget class="QGroupBox" name="groupBox_1"> |
| 21 | <property name="title"> | 10 | <property name="title"> |
| 22 | <string>TAS</string> | 11 | <string>TAS</string> |
| 23 | </property> | 12 | </property> |
| 24 | <layout class="QGridLayout" name="gridLayout"> | 13 | <layout class="QGridLayout" name="gridLayout_1"> |
| 25 | <item row="0" column="0" colspan="1"> | 14 | <item row="0" column="0" colspan="4"> |
| 26 | <widget class="QLabel" name="label_1"> | 15 | <widget class="QLabel" name="label_1"> |
| 27 | <property name="text"> | 16 | <property name="text"> |
| 28 | <string>Reads controller input from scripts in the same format as TAS-nx scripts. For a more detailed explanation please consult the FAQ on the yuzu website.</string> | 17 | <string>Reads controller input from scripts in the same format as TAS-nx scripts.<br/>For a more detailed explanation please consult the FAQ on the yuzu website.</string> |
| 29 | </property> | ||
| 30 | <property name="wordWrap"> | ||
| 31 | <bool>true</bool> | ||
| 32 | </property> | 18 | </property> |
| 33 | </widget> | 19 | </widget> |
| 34 | </item> | 20 | </item> |
| 35 | <item row="1" column="0" colspan="1"> | 21 | <item row="1" column="0" colspan="4"> |
| 36 | <widget class="QLabel" name="label_2"> | 22 | <widget class="QLabel" name="label_2"> |
| 37 | <property name="text"> | 23 | <property name="text"> |
| 38 | <string>To check which hotkeys control the playback/recording, please refer to the Hotkey settings (General -> Hotkeys).</string> | 24 | <string>To check which hotkeys control the playback/recording, please refer to the Hotkey settings (General -> Hotkeys).</string> |
| @@ -42,10 +28,10 @@ | |||
| 42 | </property> | 28 | </property> |
| 43 | </widget> | 29 | </widget> |
| 44 | </item> | 30 | </item> |
| 45 | <item row="2" column="0" colspan="1"> | 31 | <item row="2" column="0" colspan="4"> |
| 46 | <widget class="QLabel" name="label_2"> | 32 | <widget class="QLabel" name="label_3"> |
| 47 | <property name="text"> | 33 | <property name="text"> |
| 48 | <string>WARNING: This is an experimental feature. It will not play back scripts frame perfectly with the current, imperfect syncing method.</string> | 34 | <string>WARNING: This is an experimental feature.<br/>It will not play back scripts frame perfectly with the current, imperfect syncing method.</string> |
| 49 | </property> | 35 | </property> |
| 50 | <property name="wordWrap"> | 36 | <property name="wordWrap"> |
| 51 | <bool>true</bool> | 37 | <bool>true</bool> |
| @@ -58,13 +44,13 @@ | |||
| 58 | </layout> | 44 | </layout> |
| 59 | </item> | 45 | </item> |
| 60 | <item> | 46 | <item> |
| 61 | <layout class="QHBoxLayout" name="horizontalLayout"> | 47 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 62 | <item> | 48 | <item> |
| 63 | <widget class="QGroupBox" name="groupBox"> | 49 | <widget class="QGroupBox" name="groupBox_2"> |
| 64 | <property name="title"> | 50 | <property name="title"> |
| 65 | <string>Settings</string> | 51 | <string>Settings</string> |
| 66 | </property> | 52 | </property> |
| 67 | <layout class="QGridLayout" name="gridLayout"> | 53 | <layout class="QGridLayout" name="gridLayout_2"> |
| 68 | <item row="0" column="0" colspan="4"> | 54 | <item row="0" column="0" colspan="4"> |
| 69 | <widget class="QCheckBox" name="tas_enable"> | 55 | <widget class="QCheckBox" name="tas_enable"> |
| 70 | <property name="text"> | 56 | <property name="text"> |
| @@ -102,15 +88,15 @@ | |||
| 102 | </layout> | 88 | </layout> |
| 103 | </item> | 89 | </item> |
| 104 | <item> | 90 | <item> |
| 105 | <layout class="QHBoxLayout" name="horizontalLayout"> | 91 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 106 | <item> | 92 | <item> |
| 107 | <widget class="QGroupBox" name="groupBox"> | 93 | <widget class="QGroupBox" name="groupBox_3"> |
| 108 | <property name="title"> | 94 | <property name="title"> |
| 109 | <string>Script Directory</string> | 95 | <string>Script Directory</string> |
| 110 | </property> | 96 | </property> |
| 111 | <layout class="QGridLayout" name="gridLayout"> | 97 | <layout class="QGridLayout" name="gridLayout_3"> |
| 112 | <item row="0" column="0"> | 98 | <item row="0" column="0"> |
| 113 | <widget class="QLabel" name="label"> | 99 | <widget class="QLabel" name="label_4"> |
| 114 | <property name="text"> | 100 | <property name="text"> |
| 115 | <string>Path</string> | 101 | <string>Path</string> |
| 116 | </property> | 102 | </property> |
| @@ -126,22 +112,6 @@ | |||
| 126 | <item row="0" column="2"> | 112 | <item row="0" column="2"> |
| 127 | <widget class="QLineEdit" name="tas_path_edit"/> | 113 | <widget class="QLineEdit" name="tas_path_edit"/> |
| 128 | </item> | 114 | </item> |
| 129 | <item row="0" column="1"> | ||
| 130 | <spacer name="horizontalSpacer"> | ||
| 131 | <property name="orientation"> | ||
| 132 | <enum>Qt::Horizontal</enum> | ||
| 133 | </property> | ||
| 134 | <property name="sizeType"> | ||
| 135 | <enum>QSizePolicy::Maximum</enum> | ||
| 136 | </property> | ||
| 137 | <property name="sizeHint" stdset="0"> | ||
| 138 | <size> | ||
| 139 | <width>60</width> | ||
| 140 | <height>20</height> | ||
| 141 | </size> | ||
| 142 | </property> | ||
| 143 | </spacer> | ||
| 144 | </item> | ||
| 145 | </layout> | 115 | </layout> |
| 146 | </widget> | 116 | </widget> |
| 147 | </item> | 117 | </item> |