From 536bc6c7a1ea06769566f0558071ed92afaf57cd Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Wed, 27 Jul 2016 17:27:44 +0930 Subject: Added the ability to select users from file - see source code for file example. you can dynamically refresh the stats and info to any person on the list/with a new ID. Added weapon icons from the games iconlibs.swf file; the images were ugly. added a few new stats etc --- parse_file.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'parse_file.h') diff --git a/parse_file.h b/parse_file.h index 3ee8b0d..e12a66f 100644 --- a/parse_file.h +++ b/parse_file.h @@ -10,6 +10,11 @@ public: parse_file(); QString parse_user_data(QString option, QString split); QString parse_csgo_data(QString option); + void parse_users(); /* parse file */ + QStringList get_usernames(); /* returns pre parsed data */ + QStringList get_ids(); /* returns pre parsed data */ + QStringList usernames; + QStringList userids; }; #endif // PARSE_FILE_H -- cgit v1.2.3