project restart

This commit is contained in:
Rafael 2016-03-20 21:57:18 +01:00
parent 38a8065016
commit 527a85ac23
11 changed files with 112 additions and 369 deletions

22
PictureDialog.h Executable file
View file

@ -0,0 +1,22 @@
#ifndef PICTUREDIALOG_H
#define PICTUREDIALOG_H
#include <QDialog>
namespace Ui {
class PictureDialog;
}
class PictureDialog : public QDialog
{
Q_OBJECT
public:
explicit PictureDialog(QWidget *parent = 0);
~PictureDialog();
private:
Ui::PictureDialog *ui;
};
#endif // PICTUREDIALOG_H