Qt: Add Game Properties to view menu (for running game)

This commit is contained in:
Connor McLaughlin
2020-10-13 23:20:50 +10:00
parent eb89bbd909
commit 56c511b45c
4 changed files with 33 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ public:
bool getShowGridCoverTitles() const;
const GameListEntry* getSelectedEntry() const;
Q_SIGNALS:
void entrySelected(const GameListEntry* entry);
void entryDoubleClicked(const GameListEntry* entry);
@@ -68,7 +70,6 @@ protected:
void resizeEvent(QResizeEvent* event);
private:
const GameListEntry* getSelectedEntry() const;
void resizeTableViewColumnsToFit();
void loadTableViewColumnVisibilitySettings();
void saveTableViewColumnVisibilitySettings();