improved simple image viewer

This commit is contained in:
Rafael 2016-03-21 22:06:17 +01:00
parent 4da12a2796
commit 035448172c
4 changed files with 9 additions and 13 deletions

View file

@ -31,8 +31,7 @@ class PictureDialog : public QDialog
Q_OBJECT
public:
explicit PictureDialog(QWidget *parent = 0);
void setSnapmaticPicture(QPixmap pixmap);
void setJsonString(SnapmaticPicture *picture);
void setSnapmaticPicture(SnapmaticPicture *picture);
~PictureDialog();
private slots:
@ -41,6 +40,7 @@ private slots:
private:
Ui::PictureDialog *ui;
QString jsonDrawString;
QString windowTitleStr;
};
#endif // PICTUREDIALOG_H