Merge pull request #7164 from Techjar/gamelist-multiselect

Qt/GameList: Reimplement multiselection functionality from WX
This commit is contained in:
spycrab
2018-06-29 11:14:28 +02:00
committed by GitHub
2 changed files with 315 additions and 149 deletions
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -25,6 +25,8 @@ public:
~GameList();
std::shared_ptr<const UICommon::GameFile> GetSelectedGame() const;
QList<std::shared_ptr<const UICommon::GameFile>> GetSelectedGames() const;
bool HasMultipleSelected() const;
void SetListView() { SetPreferredView(true); }
void SetGridView() { SetPreferredView(false); }
@@ -53,7 +55,7 @@ private:
void InstallWAD();
void UninstallWAD();
void ExportWiiSave();
void CompressISO();
void CompressISO(bool decompress);
void ChangeDisc();
void UpdateColumnVisibility();