Make the account selection list use checkboxes rather than text for active boolean

This commit is contained in:
Sky
2013-12-14 09:35:23 +00:00
parent 50e9574c0c
commit 20a332e97c
2 changed files with 39 additions and 3 deletions

View File

@ -64,6 +64,8 @@ public:
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const;
virtual int rowCount(const QModelIndex &parent) const;
virtual int columnCount(const QModelIndex &parent) const;
virtual Qt::ItemFlags flags(const QModelIndex &index) const;
virtual bool setData(const QModelIndex &index, const QVariant &value, int role);
/*!
* Adds a the given Mojang account to the account list.