added name updating while window open

This commit is contained in:
Rafael 2016-03-22 05:59:17 +01:00
parent 49d29aa3ec
commit 4334537966
5 changed files with 41 additions and 7 deletions

View file

@ -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