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