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