1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-10 00:06:32 -05:00

add icon & title to game list

This commit is contained in:
wwylele
2016-04-14 00:04:05 +03:00
parent 73624b4721
commit 5d5dd66d92
9 changed files with 254 additions and 36 deletions

View File

@@ -20,8 +20,8 @@ class GameList : public QWidget {
public:
enum {
COLUMN_FILE_TYPE,
COLUMN_NAME,
COLUMN_FILE_TYPE,
COLUMN_SIZE,
COLUMN_COUNT, // Number of columns
};