SnapmaticPicture class with development test stuff upgraded
This commit is contained in:
parent
7fea79d432
commit
85e48c8f85
2 changed files with 68 additions and 7 deletions
|
@ -43,7 +43,8 @@ public:
|
|||
QString getPictureFileName();
|
||||
QString getExportPictureFileName();
|
||||
QDateTime getCreatedDateTime();
|
||||
void setPicture(const QImage &picture);
|
||||
bool setPicture(const QImage &picture);
|
||||
bool exportPicture(const QString &fileName);
|
||||
void setPicFileName(QString picFileName_);
|
||||
|
||||
// JSON
|
||||
|
@ -70,7 +71,7 @@ private:
|
|||
QString titlStr;
|
||||
QString descStr;
|
||||
bool picOk;
|
||||
bool editMode;
|
||||
bool writeEnabled;
|
||||
|
||||
// PARSE INT
|
||||
int snapmaticHeaderLength;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue