project restart
This commit is contained in:
parent
38a8065016
commit
527a85ac23
11 changed files with 112 additions and 369 deletions
22
PictureDialog.h
Executable file
22
PictureDialog.h
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue