mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
Merge pull request #5786 from grimpunch/qt_viewoptions
Qt: Implement Show Platforms / Show Regions
This commit is contained in:
commit
be8324380d
13 changed files with 181 additions and 2 deletions
|
@ -63,6 +63,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();
|
||||
|
||||
|
@ -77,6 +79,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