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