mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Qt: Implement Show Platforms / Show Regions
Porting the View config logic from WX to Qt. Adds to the View Menu
This commit is contained in:
@ -50,6 +50,8 @@ signals:
|
||||
void ShowTable();
|
||||
void ShowList();
|
||||
void ColumnVisibilityToggled(const QString& row, bool visible);
|
||||
void GameListPlatformVisibilityToggled(const QString& row, bool visible);
|
||||
void GameListRegionVisibilityToggled(const QString& row, bool visible);
|
||||
|
||||
void ShowAboutDialog();
|
||||
|
||||
@ -74,6 +76,8 @@ private:
|
||||
void AddViewMenu();
|
||||
void AddGameListTypeSection(QMenu* view_menu);
|
||||
void AddTableColumnsMenu(QMenu* view_menu);
|
||||
void AddShowPlatformsMenu(QMenu* view_menu);
|
||||
void AddShowRegionsMenu(QMenu* view_menu);
|
||||
|
||||
void AddOptionsMenu();
|
||||
void AddToolsMenu();
|
||||
|
Reference in New Issue
Block a user