added name updating while window open
This commit is contained in:
parent
49d29aa3ec
commit
4334537966
5 changed files with 41 additions and 7 deletions
|
|
@ -35,15 +35,23 @@ public:
|
|||
void setSnapmaticPicture(SnapmaticPicture *picture, bool readOk);
|
||||
~PictureDialog();
|
||||
|
||||
public slots:
|
||||
void on_playerNameUpdated();
|
||||
|
||||
private slots:
|
||||
void on_cmdClose_clicked();
|
||||
void on_cmdExport_clicked();
|
||||
|
||||
private:
|
||||
Ui::PictureDialog *ui;
|
||||
ProfileDatabase *profileDB;
|
||||
QString jsonDrawString;
|
||||
QString windowTitleStr;
|
||||
ProfileDatabase *profileDB;
|
||||
QStringList plyrsList;
|
||||
QString crewID;
|
||||
QString locX;
|
||||
QString locY;
|
||||
QString locZ;
|
||||
};
|
||||
|
||||
#endif // PICTUREDIALOG_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue