2025-04-05 04:16:22 +00:00
|
|
|
#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();
|
|
|
|
|
|
|
|
|
2025-04-06 06:23:44 +00:00
|
|
|
public slots :
|
|
|
|
void onpushButtonImageLLSelect_clicked();
|
|
|
|
void onpushButtonImageXYZSelect_clicked();
|
|
|
|
void onpushButtonEchoGPSDataSelect_clicked();
|
|
|
|
void onbuttonBox_accepted();
|
|
|
|
void onbuttonBox_rejected();
|
2025-04-05 04:16:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
Ui::InitCreateImageXYZDialogClass* ui;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|