diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure.ui | 31 | ||||
| -rw-r--r-- | src/yuzu/configuration/configure_cpu.ui | 50 | ||||
| -rw-r--r-- | src/yuzu/configuration/configure_system.ui | 30 |
3 files changed, 58 insertions, 53 deletions
diff --git a/src/yuzu/configuration/configure.ui b/src/yuzu/configuration/configure.ui index eb8078467..573c40801 100644 --- a/src/yuzu/configuration/configure.ui +++ b/src/yuzu/configuration/configure.ui | |||
| @@ -48,11 +48,34 @@ | |||
| 48 | </layout> | 48 | </layout> |
| 49 | </item> | 49 | </item> |
| 50 | <item> | 50 | <item> |
| 51 | <widget class="QDialogButtonBox" name="buttonBox"> | 51 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 52 | <property name="standardButtons"> | 52 | <property name="leftMargin"> |
| 53 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | 53 | <number>0</number> |
| 54 | </property> | 54 | </property> |
| 55 | </widget> | 55 | <property name="topMargin"> |
| 56 | <number>0</number> | ||
| 57 | </property> | ||
| 58 | <property name="rightMargin"> | ||
| 59 | <number>0</number> | ||
| 60 | </property> | ||
| 61 | <property name="bottomMargin"> | ||
| 62 | <number>0</number> | ||
| 63 | </property> | ||
| 64 | <item> | ||
| 65 | <widget class="QLabel" name="label"> | ||
| 66 | <property name="text"> | ||
| 67 | <string>Some settings are only available when a game is not running.</string> | ||
| 68 | </property> | ||
| 69 | </widget> | ||
| 70 | </item> | ||
| 71 | <item> | ||
| 72 | <widget class="QDialogButtonBox" name="buttonBox"> | ||
| 73 | <property name="standardButtons"> | ||
| 74 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | ||
| 75 | </property> | ||
| 76 | </widget> | ||
| 77 | </item> | ||
| 78 | </layout> | ||
| 56 | </item> | 79 | </item> |
| 57 | </layout> | 80 | </layout> |
| 58 | </widget> | 81 | </widget> |
diff --git a/src/yuzu/configuration/configure_cpu.ui b/src/yuzu/configuration/configure_cpu.ui index 835788c1f..f734e842e 100644 --- a/src/yuzu/configuration/configure_cpu.ui +++ b/src/yuzu/configuration/configure_cpu.ui | |||
| @@ -16,9 +16,12 @@ | |||
| 16 | <property name="accessibleName"> | 16 | <property name="accessibleName"> |
| 17 | <string>CPU</string> | 17 | <string>CPU</string> |
| 18 | </property> | 18 | </property> |
| 19 | <layout class="QVBoxLayout"> | 19 | <layout class="QVBoxLayout" name="vboxlayout_2" stretch="0"> |
| 20 | <item> | 20 | <item> |
| 21 | <layout class="QVBoxLayout"> | 21 | <layout class="QVBoxLayout" name="vboxlayout"> |
| 22 | <property name="bottomMargin"> | ||
| 23 | <number>0</number> | ||
| 24 | </property> | ||
| 22 | <item> | 25 | <item> |
| 23 | <widget class="QGroupBox" name="groupBox"> | 26 | <widget class="QGroupBox" name="groupBox"> |
| 24 | <property name="title"> | 27 | <property name="title"> |
| @@ -56,10 +59,6 @@ | |||
| 56 | </layout> | 59 | </layout> |
| 57 | </widget> | 60 | </widget> |
| 58 | </item> | 61 | </item> |
| 59 | </layout> | ||
| 60 | </item> | ||
| 61 | <item> | ||
| 62 | <layout class="QVBoxLayout"> | ||
| 63 | <item> | 62 | <item> |
| 64 | <widget class="QGroupBox" name="unsafe_group"> | 63 | <widget class="QGroupBox" name="unsafe_group"> |
| 65 | <property name="title"> | 64 | <property name="title"> |
| @@ -97,31 +96,24 @@ | |||
| 97 | </layout> | 96 | </layout> |
| 98 | </widget> | 97 | </widget> |
| 99 | </item> | 98 | </item> |
| 99 | <item> | ||
| 100 | <spacer name="verticalSpacer"> | ||
| 101 | <property name="orientation"> | ||
| 102 | <enum>Qt::Vertical</enum> | ||
| 103 | </property> | ||
| 104 | <property name="sizeType"> | ||
| 105 | <enum>QSizePolicy::Expanding</enum> | ||
| 106 | </property> | ||
| 107 | <property name="sizeHint" stdset="0"> | ||
| 108 | <size> | ||
| 109 | <width>20</width> | ||
| 110 | <height>40</height> | ||
| 111 | </size> | ||
| 112 | </property> | ||
| 113 | </spacer> | ||
| 114 | </item> | ||
| 100 | </layout> | 115 | </layout> |
| 101 | </item> | 116 | </item> |
| 102 | <item> | ||
| 103 | <spacer name="verticalSpacer"> | ||
| 104 | <property name="orientation"> | ||
| 105 | <enum>Qt::Vertical</enum> | ||
| 106 | </property> | ||
| 107 | <property name="sizeHint" stdset="0"> | ||
| 108 | <size> | ||
| 109 | <width>20</width> | ||
| 110 | <height>40</height> | ||
| 111 | </size> | ||
| 112 | </property> | ||
| 113 | </spacer> | ||
| 114 | </item> | ||
| 115 | <item> | ||
| 116 | <widget class="QLabel" name="label_disable_info"> | ||
| 117 | <property name="text"> | ||
| 118 | <string>CPU settings are available only when game is not running.</string> | ||
| 119 | </property> | ||
| 120 | <property name="wordWrap"> | ||
| 121 | <bool>true</bool> | ||
| 122 | </property> | ||
| 123 | </widget> | ||
| 124 | </item> | ||
| 125 | </layout> | 117 | </layout> |
| 126 | </widget> | 118 | </widget> |
| 127 | <resources/> | 119 | <resources/> |
diff --git a/src/yuzu/configuration/configure_system.ui b/src/yuzu/configuration/configure_system.ui index a5a3e2dc3..2a735836e 100644 --- a/src/yuzu/configuration/configure_system.ui +++ b/src/yuzu/configuration/configure_system.ui | |||
| @@ -43,6 +43,16 @@ | |||
| 43 | </layout> | 43 | </layout> |
| 44 | </widget> | 44 | </widget> |
| 45 | </item> | 45 | </item> |
| 46 | <item> | ||
| 47 | <widget class="QLabel" name="label_warn_invalid_locale"> | ||
| 48 | <property name="text"> | ||
| 49 | <string/> | ||
| 50 | </property> | ||
| 51 | <property name="wordWrap"> | ||
| 52 | <bool>true</bool> | ||
| 53 | </property> | ||
| 54 | </widget> | ||
| 55 | </item> | ||
| 46 | </layout> | 56 | </layout> |
| 47 | </widget> | 57 | </widget> |
| 48 | </item> | 58 | </item> |
| @@ -86,26 +96,6 @@ | |||
| 86 | </property> | 96 | </property> |
| 87 | </spacer> | 97 | </spacer> |
| 88 | </item> | 98 | </item> |
| 89 | <item> | ||
| 90 | <widget class="QLabel" name="label_warn_invalid_locale"> | ||
| 91 | <property name="text"> | ||
| 92 | <string/> | ||
| 93 | </property> | ||
| 94 | <property name="wordWrap"> | ||
| 95 | <bool>true</bool> | ||
| 96 | </property> | ||
| 97 | </widget> | ||
| 98 | </item> | ||
| 99 | <item> | ||
| 100 | <widget class="QLabel" name="label_disable_info"> | ||
| 101 | <property name="text"> | ||
| 102 | <string>System settings are available only when game is not running.</string> | ||
| 103 | </property> | ||
| 104 | <property name="wordWrap"> | ||
| 105 | <bool>true</bool> | ||
| 106 | </property> | ||
| 107 | </widget> | ||
| 108 | </item> | ||
| 109 | </layout> | 99 | </layout> |
| 110 | </item> | 100 | </item> |
| 111 | </layout> | 101 | </layout> |