mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
add some missing settings in QT
This commit is contained in:
parent
27e5c7e63c
commit
ed0df2fcd7
@ -7114,7 +7114,7 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS,
|
||||
"&Options..."
|
||||
"&Réglages..."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_SAVE_DOCK_POSITIONS,
|
||||
@ -7146,7 +7146,7 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_TITLE,
|
||||
"Options"
|
||||
"Réglages"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_QT_MENU_TOOLS,
|
||||
|
@ -7255,7 +7255,7 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS,
|
||||
"&Options..."
|
||||
"&Settings..."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_SAVE_DOCK_POSITIONS,
|
||||
@ -7287,7 +7287,7 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_TITLE,
|
||||
"Options"
|
||||
"Settings"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_QT_MENU_TOOLS,
|
||||
|
@ -57,6 +57,7 @@ QWidget *NetplayPage::widget()
|
||||
|
||||
checksLayout->add(MENU_ENUM_LABEL_NETPLAY_PUBLIC_ANNOUNCE);
|
||||
checksLayout->add(MENU_ENUM_LABEL_NETPLAY_START_AS_SPECTATOR);
|
||||
checksLayout->add(MENU_ENUM_LABEL_NETWORK_ON_DEMAND_THUMBNAILS);
|
||||
|
||||
serverForm->add(MENU_ENUM_LABEL_NETPLAY_IP_ADDRESS);
|
||||
serverForm->add(MENU_ENUM_LABEL_NETPLAY_TCP_UDP_PORT);
|
||||
|
@ -76,6 +76,7 @@ QWidget *OverlayPage::widget()
|
||||
|
||||
overlayGroup->add(MENU_ENUM_LABEL_OVERLAY_AUTOLOAD_PREFERRED);
|
||||
overlayGroup->add(MENU_ENUM_LABEL_INPUT_OVERLAY_HIDE_IN_MENU);
|
||||
overlayGroup->add(MENU_ENUM_LABEL_INPUT_OVERLAY_SHOW_MOUSE_CURSOR);
|
||||
|
||||
inputsGroup->add(MENU_ENUM_LABEL_INPUT_OVERLAY_SHOW_PHYSICAL_INPUTS_PORT);
|
||||
|
||||
|
@ -32,7 +32,7 @@ QWidget *PlaylistsPage::widget()
|
||||
layout->addRow(history);
|
||||
|
||||
layout->add(MENU_ENUM_LABEL_PLAYLIST_ENTRY_RENAME);
|
||||
layout->add(MENU_ENUM_LABEL_PLAYLIST_ENTRY_REMOVE);
|
||||
/*layout->add(MENU_ENUM_LABEL_PLAYLIST_ENTRY_REMOVE); TOFIX */
|
||||
layout->add(MENU_ENUM_LABEL_PLAYLIST_SORT_ALPHABETICAL);
|
||||
layout->add(MENU_ENUM_LABEL_PLAYLIST_USE_OLD_FORMAT);
|
||||
layout->add(MENU_ENUM_LABEL_PLAYLIST_SHOW_SUBLABELS);
|
||||
|
@ -111,6 +111,7 @@ QWidget *ViewsPage::widget()
|
||||
mainMenu->add(MENU_ENUM_LABEL_MENU_SHOW_INFORMATION);
|
||||
mainMenu->add(MENU_ENUM_LABEL_MENU_SHOW_CONFIGURATIONS);
|
||||
mainMenu->add(MENU_ENUM_LABEL_MENU_SHOW_HELP);
|
||||
mainMenu->add(MENU_ENUM_LABEL_MENU_SHOW_RESTART_RETROARCH);
|
||||
mainMenu->add(MENU_ENUM_LABEL_MENU_SHOW_QUIT_RETROARCH);
|
||||
mainMenu->add(MENU_ENUM_LABEL_MENU_SHOW_REBOOT);
|
||||
mainMenu->add(MENU_ENUM_LABEL_MENU_SHOW_SHUTDOWN);
|
||||
@ -139,6 +140,7 @@ QWidget *ViewsPage::widget()
|
||||
leftLayout->addRow(mainMenu);
|
||||
leftLayout->addRow(tabs);
|
||||
leftLayout->addRow(startScreen);
|
||||
leftLayout->add(MENU_ENUM_LABEL_MENU_SHOW_SUBLABELS);
|
||||
|
||||
rightLayout->addWidget(quickMenu);
|
||||
rightLayout->addWidget(status);
|
||||
|
Loading…
Reference in New Issue
Block a user