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