Updated game view

+ removed password column
+ added a lock svg to restrictions if pw is needed
+ added "password" to restrictions if pw is needed
+ added user pawn to creator tab
+ reformatted code for easy adaptation later
This commit is contained in:
Matt Lowe 2015-01-22 20:46:24 +01:00
parent 0daa7a8809
commit 1406a27775
2 changed files with 133 additions and 63 deletions

View file

@ -17,7 +17,7 @@ private:
QMap<int, QString> rooms;
QMap<int, GameTypeMap> gameTypes;
static const int NUM_COLS = 9;
static const int NUM_COLS = 8;
public:
static const int SORT_ROLE = Qt::UserRole+1;