diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/debugger/profiler.cpp | 2 | ||||
| -rw-r--r-- | src/yuzu/debugger/wait_tree.cpp | 2 | ||||
| -rw-r--r-- | src/yuzu/main.cpp | 6 | ||||
| -rw-r--r-- | src/yuzu/main.ui | 66 |
4 files changed, 38 insertions, 38 deletions
diff --git a/src/yuzu/debugger/profiler.cpp b/src/yuzu/debugger/profiler.cpp index 0e26f765b..efdc6aa50 100644 --- a/src/yuzu/debugger/profiler.cpp +++ b/src/yuzu/debugger/profiler.cpp | |||
| @@ -48,7 +48,7 @@ private: | |||
| 48 | 48 | ||
| 49 | MicroProfileDialog::MicroProfileDialog(QWidget* parent) : QWidget(parent, Qt::Dialog) { | 49 | MicroProfileDialog::MicroProfileDialog(QWidget* parent) : QWidget(parent, Qt::Dialog) { |
| 50 | setObjectName(QStringLiteral("MicroProfile")); | 50 | setObjectName(QStringLiteral("MicroProfile")); |
| 51 | setWindowTitle(tr("MicroProfile")); | 51 | setWindowTitle(tr("&MicroProfile")); |
| 52 | resize(1000, 600); | 52 | resize(1000, 600); |
| 53 | // Remove the "?" button from the titlebar and enable the maximize button | 53 | // Remove the "?" button from the titlebar and enable the maximize button |
| 54 | setWindowFlags((windowFlags() & ~Qt::WindowContextHelpButtonHint) | | 54 | setWindowFlags((windowFlags() & ~Qt::WindowContextHelpButtonHint) | |
diff --git a/src/yuzu/debugger/wait_tree.cpp b/src/yuzu/debugger/wait_tree.cpp index 546a2cd4d..0925c10b4 100644 --- a/src/yuzu/debugger/wait_tree.cpp +++ b/src/yuzu/debugger/wait_tree.cpp | |||
| @@ -457,7 +457,7 @@ void WaitTreeModel::InitItems() { | |||
| 457 | thread_items = WaitTreeItem::MakeThreadItemList(); | 457 | thread_items = WaitTreeItem::MakeThreadItemList(); |
| 458 | } | 458 | } |
| 459 | 459 | ||
| 460 | WaitTreeWidget::WaitTreeWidget(QWidget* parent) : QDockWidget(tr("Wait Tree"), parent) { | 460 | WaitTreeWidget::WaitTreeWidget(QWidget* parent) : QDockWidget(tr("&Wait Tree"), parent) { |
| 461 | setObjectName(QStringLiteral("WaitTreeWidget")); | 461 | setObjectName(QStringLiteral("WaitTreeWidget")); |
| 462 | view = new QTreeView(this); | 462 | view = new QTreeView(this); |
| 463 | view->setHeaderHidden(true); | 463 | view->setHeaderHidden(true); |
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 1b12fa735..9a0f9919b 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -677,7 +677,7 @@ void GMainWindow::InitializeRecentFileMenuActions() { | |||
| 677 | } | 677 | } |
| 678 | ui.menu_recent_files->addSeparator(); | 678 | ui.menu_recent_files->addSeparator(); |
| 679 | QAction* action_clear_recent_files = new QAction(this); | 679 | QAction* action_clear_recent_files = new QAction(this); |
| 680 | action_clear_recent_files->setText(tr("Clear Recent Files")); | 680 | action_clear_recent_files->setText(tr("&Clear Recent Files")); |
| 681 | connect(action_clear_recent_files, &QAction::triggered, this, [this] { | 681 | connect(action_clear_recent_files, &QAction::triggered, this, [this] { |
| 682 | UISettings::values.recent_files.clear(); | 682 | UISettings::values.recent_files.clear(); |
| 683 | UpdateRecentFiles(); | 683 | UpdateRecentFiles(); |
| @@ -2117,7 +2117,7 @@ void GMainWindow::OnStartGame() { | |||
| 2117 | connect(emu_thread.get(), &EmuThread::ErrorThrown, this, &GMainWindow::OnCoreError); | 2117 | connect(emu_thread.get(), &EmuThread::ErrorThrown, this, &GMainWindow::OnCoreError); |
| 2118 | 2118 | ||
| 2119 | ui.action_Start->setEnabled(false); | 2119 | ui.action_Start->setEnabled(false); |
| 2120 | ui.action_Start->setText(tr("Continue")); | 2120 | ui.action_Start->setText(tr("&Continue")); |
| 2121 | 2121 | ||
| 2122 | ui.action_Pause->setEnabled(true); | 2122 | ui.action_Pause->setEnabled(true); |
| 2123 | ui.action_Stop->setEnabled(true); | 2123 | ui.action_Stop->setEnabled(true); |
| @@ -2970,7 +2970,7 @@ void GMainWindow::OnLanguageChanged(const QString& locale) { | |||
| 2970 | UpdateWindowTitle(); | 2970 | UpdateWindowTitle(); |
| 2971 | 2971 | ||
| 2972 | if (emulation_running) | 2972 | if (emulation_running) |
| 2973 | ui.action_Start->setText(tr("Continue")); | 2973 | ui.action_Start->setText(tr("&Continue")); |
| 2974 | } | 2974 | } |
| 2975 | 2975 | ||
| 2976 | void GMainWindow::SetDiscordEnabled([[maybe_unused]] bool state) { | 2976 | void GMainWindow::SetDiscordEnabled([[maybe_unused]] bool state) { |
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui index e266a5c0a..e2ad5baf6 100644 --- a/src/yuzu/main.ui +++ b/src/yuzu/main.ui | |||
| @@ -25,16 +25,7 @@ | |||
| 25 | </property> | 25 | </property> |
| 26 | <widget class="QWidget" name="centralwidget"> | 26 | <widget class="QWidget" name="centralwidget"> |
| 27 | <layout class="QHBoxLayout" name="horizontalLayout"> | 27 | <layout class="QHBoxLayout" name="horizontalLayout"> |
| 28 | <property name="leftMargin"> | 28 | <property name="margin"> |
| 29 | <number>0</number> | ||
| 30 | </property> | ||
| 31 | <property name="topMargin"> | ||
| 32 | <number>0</number> | ||
| 33 | </property> | ||
| 34 | <property name="rightMargin"> | ||
| 35 | <number>0</number> | ||
| 36 | </property> | ||
| 37 | <property name="bottomMargin"> | ||
| 38 | <number>0</number> | 29 | <number>0</number> |
| 39 | </property> | 30 | </property> |
| 40 | </layout> | 31 | </layout> |
| @@ -45,7 +36,7 @@ | |||
| 45 | <x>0</x> | 36 | <x>0</x> |
| 46 | <y>0</y> | 37 | <y>0</y> |
| 47 | <width>1280</width> | 38 | <width>1280</width> |
| 48 | <height>21</height> | 39 | <height>26</height> |
| 49 | </rect> | 40 | </rect> |
| 50 | </property> | 41 | </property> |
| 51 | <widget class="QMenu" name="menu_File"> | 42 | <widget class="QMenu" name="menu_File"> |
| @@ -54,7 +45,7 @@ | |||
| 54 | </property> | 45 | </property> |
| 55 | <widget class="QMenu" name="menu_recent_files"> | 46 | <widget class="QMenu" name="menu_recent_files"> |
| 56 | <property name="title"> | 47 | <property name="title"> |
| 57 | <string>Recent Files</string> | 48 | <string>&Recent Files</string> |
| 58 | </property> | 49 | </property> |
| 59 | </widget> | 50 | </widget> |
| 60 | <addaction name="action_Install_File_NAND"/> | 51 | <addaction name="action_Install_File_NAND"/> |
| @@ -89,7 +80,7 @@ | |||
| 89 | </property> | 80 | </property> |
| 90 | <widget class="QMenu" name="menu_View_Debugging"> | 81 | <widget class="QMenu" name="menu_View_Debugging"> |
| 91 | <property name="title"> | 82 | <property name="title"> |
| 92 | <string>Debugging</string> | 83 | <string>&Debugging</string> |
| 93 | </property> | 84 | </property> |
| 94 | </widget> | 85 | </widget> |
| 95 | <addaction name="action_Fullscreen"/> | 86 | <addaction name="action_Fullscreen"/> |
| @@ -104,7 +95,7 @@ | |||
| 104 | </widget> | 95 | </widget> |
| 105 | <widget class="QMenu" name="menu_Tools"> | 96 | <widget class="QMenu" name="menu_Tools"> |
| 106 | <property name="title"> | 97 | <property name="title"> |
| 107 | <string>Tools</string> | 98 | <string>&Tools</string> |
| 108 | </property> | 99 | </property> |
| 109 | <addaction name="action_Rederive"/> | 100 | <addaction name="action_Rederive"/> |
| 110 | <addaction name="separator"/> | 101 | <addaction name="separator"/> |
| @@ -132,17 +123,17 @@ | |||
| 132 | <bool>true</bool> | 123 | <bool>true</bool> |
| 133 | </property> | 124 | </property> |
| 134 | <property name="text"> | 125 | <property name="text"> |
| 135 | <string>Install Files to NAND...</string> | 126 | <string>&Install Files to NAND...</string> |
| 136 | </property> | 127 | </property> |
| 137 | </action> | 128 | </action> |
| 138 | <action name="action_Load_File"> | 129 | <action name="action_Load_File"> |
| 139 | <property name="text"> | 130 | <property name="text"> |
| 140 | <string>Load File...</string> | 131 | <string>L&oad File...</string> |
| 141 | </property> | 132 | </property> |
| 142 | </action> | 133 | </action> |
| 143 | <action name="action_Load_Folder"> | 134 | <action name="action_Load_Folder"> |
| 144 | <property name="text"> | 135 | <property name="text"> |
| 145 | <string>Load Folder...</string> | 136 | <string>Load &Folder...</string> |
| 146 | </property> | 137 | </property> |
| 147 | </action> | 138 | </action> |
| 148 | <action name="action_Exit"> | 139 | <action name="action_Exit"> |
| @@ -176,12 +167,12 @@ | |||
| 176 | </action> | 167 | </action> |
| 177 | <action name="action_Rederive"> | 168 | <action name="action_Rederive"> |
| 178 | <property name="text"> | 169 | <property name="text"> |
| 179 | <string>Reinitialize keys...</string> | 170 | <string>&Reinitialize keys...</string> |
| 180 | </property> | 171 | </property> |
| 181 | </action> | 172 | </action> |
| 182 | <action name="action_About"> | 173 | <action name="action_About"> |
| 183 | <property name="text"> | 174 | <property name="text"> |
| 184 | <string>About yuzu</string> | 175 | <string>&About yuzu</string> |
| 185 | </property> | 176 | </property> |
| 186 | </action> | 177 | </action> |
| 187 | <action name="action_Single_Window_Mode"> | 178 | <action name="action_Single_Window_Mode"> |
| @@ -189,12 +180,12 @@ | |||
| 189 | <bool>true</bool> | 180 | <bool>true</bool> |
| 190 | </property> | 181 | </property> |
| 191 | <property name="text"> | 182 | <property name="text"> |
| 192 | <string>Single Window Mode</string> | 183 | <string>Single &Window Mode</string> |
| 193 | </property> | 184 | </property> |
| 194 | </action> | 185 | </action> |
| 195 | <action name="action_Configure"> | 186 | <action name="action_Configure"> |
| 196 | <property name="text"> | 187 | <property name="text"> |
| 197 | <string>Configure...</string> | 188 | <string>Con&figure...</string> |
| 198 | </property> | 189 | </property> |
| 199 | </action> | 190 | </action> |
| 200 | <action name="action_Display_Dock_Widget_Headers"> | 191 | <action name="action_Display_Dock_Widget_Headers"> |
| @@ -202,7 +193,7 @@ | |||
| 202 | <bool>true</bool> | 193 | <bool>true</bool> |
| 203 | </property> | 194 | </property> |
| 204 | <property name="text"> | 195 | <property name="text"> |
| 205 | <string>Display Dock Widget Headers</string> | 196 | <string>Display D&ock Widget Headers</string> |
| 206 | </property> | 197 | </property> |
| 207 | </action> | 198 | </action> |
| 208 | <action name="action_Show_Filter_Bar"> | 199 | <action name="action_Show_Filter_Bar"> |
| @@ -210,7 +201,7 @@ | |||
| 210 | <bool>true</bool> | 201 | <bool>true</bool> |
| 211 | </property> | 202 | </property> |
| 212 | <property name="text"> | 203 | <property name="text"> |
| 213 | <string>Show Filter Bar</string> | 204 | <string>Show &Filter Bar</string> |
| 214 | </property> | 205 | </property> |
| 215 | </action> | 206 | </action> |
| 216 | <action name="action_Show_Status_Bar"> | 207 | <action name="action_Show_Status_Bar"> |
| @@ -218,16 +209,25 @@ | |||
| 218 | <bool>true</bool> | 209 | <bool>true</bool> |
| 219 | </property> | 210 | </property> |
| 220 | <property name="text"> | 211 | <property name="text"> |
| 212 | <string>Show &Status Bar</string> | ||
| 213 | </property> | ||
| 214 | <property name="iconText"> | ||
| 221 | <string>Show Status Bar</string> | 215 | <string>Show Status Bar</string> |
| 222 | </property> | 216 | </property> |
| 223 | </action> | 217 | </action> |
| 224 | <action name="action_Reset_Window_Size_720"> | 218 | <action name="action_Reset_Window_Size_720"> |
| 225 | <property name="text"> | 219 | <property name="text"> |
| 220 | <string>Reset Window Size to &720p</string> | ||
| 221 | </property> | ||
| 222 | <property name="iconText"> | ||
| 226 | <string>Reset Window Size to 720p</string> | 223 | <string>Reset Window Size to 720p</string> |
| 227 | </property> | 224 | </property> |
| 228 | </action> | 225 | </action> |
| 229 | <action name="action_Reset_Window_Size_1080"> | 226 | <action name="action_Reset_Window_Size_1080"> |
| 230 | <property name="text"> | 227 | <property name="text"> |
| 228 | <string>Reset Window Size to &1080p</string> | ||
| 229 | </property> | ||
| 230 | <property name="iconText"> | ||
| 231 | <string>Reset Window Size to 1080p</string> | 231 | <string>Reset Window Size to 1080p</string> |
| 232 | </property> | 232 | </property> |
| 233 | </action> | 233 | </action> |
| @@ -236,7 +236,7 @@ | |||
| 236 | <bool>true</bool> | 236 | <bool>true</bool> |
| 237 | </property> | 237 | </property> |
| 238 | <property name="text"> | 238 | <property name="text"> |
| 239 | <string>Fullscreen</string> | 239 | <string>F&ullscreen</string> |
| 240 | </property> | 240 | </property> |
| 241 | </action> | 241 | </action> |
| 242 | <action name="action_Restart"> | 242 | <action name="action_Restart"> |
| @@ -244,7 +244,7 @@ | |||
| 244 | <bool>false</bool> | 244 | <bool>false</bool> |
| 245 | </property> | 245 | </property> |
| 246 | <property name="text"> | 246 | <property name="text"> |
| 247 | <string>Restart</string> | 247 | <string>&Restart</string> |
| 248 | </property> | 248 | </property> |
| 249 | </action> | 249 | </action> |
| 250 | <action name="action_Load_Amiibo"> | 250 | <action name="action_Load_Amiibo"> |
| @@ -252,7 +252,7 @@ | |||
| 252 | <bool>false</bool> | 252 | <bool>false</bool> |
| 253 | </property> | 253 | </property> |
| 254 | <property name="text"> | 254 | <property name="text"> |
| 255 | <string>Load Amiibo...</string> | 255 | <string>Load &Amiibo...</string> |
| 256 | </property> | 256 | </property> |
| 257 | </action> | 257 | </action> |
| 258 | <action name="action_Report_Compatibility"> | 258 | <action name="action_Report_Compatibility"> |
| @@ -260,7 +260,7 @@ | |||
| 260 | <bool>false</bool> | 260 | <bool>false</bool> |
| 261 | </property> | 261 | </property> |
| 262 | <property name="text"> | 262 | <property name="text"> |
| 263 | <string>Report Compatibility</string> | 263 | <string>&Report Compatibility</string> |
| 264 | </property> | 264 | </property> |
| 265 | <property name="visible"> | 265 | <property name="visible"> |
| 266 | <bool>false</bool> | 266 | <bool>false</bool> |
| @@ -268,22 +268,22 @@ | |||
| 268 | </action> | 268 | </action> |
| 269 | <action name="action_Open_Mods_Page"> | 269 | <action name="action_Open_Mods_Page"> |
| 270 | <property name="text"> | 270 | <property name="text"> |
| 271 | <string>Open Mods Page</string> | 271 | <string>Open &Mods Page</string> |
| 272 | </property> | 272 | </property> |
| 273 | </action> | 273 | </action> |
| 274 | <action name="action_Open_Quickstart_Guide"> | 274 | <action name="action_Open_Quickstart_Guide"> |
| 275 | <property name="text"> | 275 | <property name="text"> |
| 276 | <string>Open Quickstart Guide</string> | 276 | <string>Open &Quickstart Guide</string> |
| 277 | </property> | 277 | </property> |
| 278 | </action> | 278 | </action> |
| 279 | <action name="action_Open_FAQ"> | 279 | <action name="action_Open_FAQ"> |
| 280 | <property name="text"> | 280 | <property name="text"> |
| 281 | <string>FAQ</string> | 281 | <string>&FAQ</string> |
| 282 | </property> | 282 | </property> |
| 283 | </action> | 283 | </action> |
| 284 | <action name="action_Open_yuzu_Folder"> | 284 | <action name="action_Open_yuzu_Folder"> |
| 285 | <property name="text"> | 285 | <property name="text"> |
| 286 | <string>Open yuzu Folder</string> | 286 | <string>Open &yuzu Folder</string> |
| 287 | </property> | 287 | </property> |
| 288 | </action> | 288 | </action> |
| 289 | <action name="action_Capture_Screenshot"> | 289 | <action name="action_Capture_Screenshot"> |
| @@ -291,7 +291,7 @@ | |||
| 291 | <bool>false</bool> | 291 | <bool>false</bool> |
| 292 | </property> | 292 | </property> |
| 293 | <property name="text"> | 293 | <property name="text"> |
| 294 | <string>Capture Screenshot</string> | 294 | <string>&Capture Screenshot</string> |
| 295 | </property> | 295 | </property> |
| 296 | </action> | 296 | </action> |
| 297 | <action name="action_Configure_Current_Game"> | 297 | <action name="action_Configure_Current_Game"> |
| @@ -299,7 +299,7 @@ | |||
| 299 | <bool>false</bool> | 299 | <bool>false</bool> |
| 300 | </property> | 300 | </property> |
| 301 | <property name="text"> | 301 | <property name="text"> |
| 302 | <string>Configure Current Game...</string> | 302 | <string>Configure C&urrent Game...</string> |
| 303 | </property> | 303 | </property> |
| 304 | </action> | 304 | </action> |
| 305 | </widget> | 305 | </widget> |