Qt: Bring Gamelist up to Wx standards

This commit is contained in:
spycrab
2017-05-08 19:03:59 +02:00
parent 5535afcb2a
commit 6bf7b5ff0f
9 changed files with 119 additions and 15 deletions

View File

@ -51,4 +51,18 @@ public:
bool GetRenderToMain() const;
bool GetFullScreen() const;
QSize GetRenderWindowSize() const;
// Columns
bool& BannerVisible() const;
bool& CountryVisible() const;
bool& DescriptionVisible() const;
bool& FilenameVisible() const;
bool& IDVisible() const;
bool& PlatformVisible() const;
bool& MakerVisible() const;
bool& SizeVisible() const;
bool& StateVisible() const;
bool& TitleVisible() const;
void Save();
};