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