mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00: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:
parent
42f2851fa1
commit
df35a26628
13 changed files with 181 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue