add Area Location String to PictureDialog
This commit is contained in:
parent
5dc3e72faf
commit
043c657119
9 changed files with 133 additions and 9 deletions
|
@ -46,6 +46,7 @@ public:
|
|||
|
||||
// JSON
|
||||
bool isJsonOk();
|
||||
QString getArea();
|
||||
int getCrewNumber();
|
||||
QString getJsonStr();
|
||||
double getLocationX();
|
||||
|
@ -85,6 +86,7 @@ private:
|
|||
double jsonLocX;
|
||||
double jsonLocY;
|
||||
double jsonLocZ;
|
||||
QString jsonArea;
|
||||
QStringList jsonPlyrsList;
|
||||
|
||||
signals:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue