add JSON Editor + Interface improvements

This commit is contained in:
Syping 2017-11-22 14:59:40 +01:00
parent a591adf6ea
commit f9eee75757
35 changed files with 2153 additions and 856 deletions

View file

@ -37,6 +37,7 @@ struct SnapmaticProperties {
};
int uid;
int crewID;
int streetID;
QStringList playersList;
uint createdTimestamp;
QDateTime createdDateTime;
@ -96,7 +97,7 @@ public:
QString getJsonStr();
SnapmaticProperties getSnapmaticProperties();
bool setSnapmaticProperties(SnapmaticProperties newSpJson);
bool setJsonStr(const QString &jsonStr);
bool setJsonStr(const QString &jsonStr, bool updateProperties = false);
// VISIBILITY
bool isHidden();