Init
This commit is contained in:
28
vvodready.h
Normal file
28
vvodready.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#ifndef VVODREADY_H
|
||||
#define VVODREADY_H
|
||||
|
||||
#include <QDialog>
|
||||
#include "widget.h"
|
||||
|
||||
namespace Ui {
|
||||
class vvodReady;
|
||||
}
|
||||
|
||||
class vvodReady : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit vvodReady(QWidget *parent = 0);
|
||||
~vvodReady();
|
||||
|
||||
private slots:
|
||||
void on_pushButton_2_clicked();
|
||||
void closeEvent(QCloseEvent *event);
|
||||
void on_pushButton_clicked();
|
||||
|
||||
private:
|
||||
Ui::vvodReady *ui;
|
||||
};
|
||||
|
||||
#endif // VVODREADY_H
|
||||
Reference in New Issue
Block a user