RasterProcessTool/Toolbox/SimulationSARTool/PowerSimulationIncoherent/QtSimulationGeoSARSigma0Dia...

34 lines
704 B
C++
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#pragma once
#include <QDialog>
namespace Ui
{
class QtSimulationGeoSARSigma0DialogClass;
}
class QtSimulationGeoSARSigma0Dialog : public QDialog
{
Q_OBJECT
public:
QtSimulationGeoSARSigma0Dialog(QWidget *parent = nullptr);
~QtSimulationGeoSARSigma0Dialog();
// 根据QtSimulationGeoSARSigma0DialogClass种的控件声明相应的槽函数
public slots:
void onpushButtonIncAngleRasterClicked(bool);
void onpushButtonLandClsRasterClicked(bool);
void onpushButtonClsWeightRasterClicked(bool);
void onpushButtonOutputTerrianRasterClicked(bool);
void onpushButtonOutputClsSARRasterClicked(bool);
void onbtnaccepted();
void onbtnrejected();
private:
Ui::QtSimulationGeoSARSigma0DialogClass* ui;
};