some progress at the UI
This commit is contained in:
parent
a608702e69
commit
5ac9276193
6 changed files with 68 additions and 27 deletions
|
@ -32,11 +32,13 @@ class SnapmaticWidget : public QWidget
|
|||
|
||||
public:
|
||||
explicit SnapmaticWidget(QWidget *parent = 0);
|
||||
void setSnapmaticPicture(SnapmaticPicture *picutre, QString picturePath);
|
||||
void setSnapmaticPicture(SnapmaticPicture *picture, QString picturePath);
|
||||
~SnapmaticWidget();
|
||||
|
||||
private:
|
||||
Ui::SnapmaticWidget *ui;
|
||||
SnapmaticPicture *smpic;
|
||||
QString picPath;
|
||||
};
|
||||
|
||||
#endif // SNAPMATICWIDGET_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue