first json parse code
This commit is contained in:
parent
1462f9ef1c
commit
4050358462
14 changed files with 99 additions and 7 deletions
|
|
@ -32,10 +32,12 @@ class PictureDialog : public QDialog
|
|||
public:
|
||||
explicit PictureDialog(QWidget *parent = 0);
|
||||
void setSnapmaticPicture(QPixmap pixmap);
|
||||
void setJsonString(QString jsonStr);
|
||||
~PictureDialog();
|
||||
|
||||
private:
|
||||
Ui::PictureDialog *ui;
|
||||
QString jsonDrawString;
|
||||
};
|
||||
|
||||
#endif // PICTUREDIALOG_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue