36 lines
600 B
C
36 lines
600 B
C
|
#pragma once
|
||
|
#ifndef __InitCreateImageXYZDialog__HH__
|
||
|
#define __InitCreateImageXYZDialog__HH__
|
||
|
|
||
|
|
||
|
#include <QDialog>
|
||
|
|
||
|
|
||
|
namespace Ui {
|
||
|
class InitCreateImageXYZDialogClass;
|
||
|
}
|
||
|
|
||
|
|
||
|
class InitCreateImageXYZDialog : public QDialog
|
||
|
{
|
||
|
Q_OBJECT
|
||
|
|
||
|
public:
|
||
|
InitCreateImageXYZDialog(QWidget *parent = nullptr);
|
||
|
~InitCreateImageXYZDialog();
|
||
|
|
||
|
|
||
|
public :
|
||
|
void on_pushButtonImageLLSelect_clicked();
|
||
|
void on_pushButtonImageXYZSelect_clicked();
|
||
|
void on_pushButtonEchoGPSDataSelect_clicked();
|
||
|
void on_buttonBox_accepted();
|
||
|
void on_buttonBox_rejected();
|
||
|
|
||
|
|
||
|
private:
|
||
|
Ui::InitCreateImageXYZDialogClass* ui;
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif
|