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