add JSON Editor + Interface improvements
This commit is contained in:
parent
a591adf6ea
commit
f9eee75757
35 changed files with 2153 additions and 856 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue