RasterProcessTool/Toolbox/SimulationSARTool/SimulationSAR/QImageSARRFPC.h

33 lines
563 B
C
Raw Normal View History

2024-11-25 17:51:20 +00:00
#pragma once
#include <QMainWindow>
#include "ui_QImageSARRFPC.h"
2024-11-25 17:51:20 +00:00
class QImageSARRFPC : public QDialog
2024-11-25 17:51:20 +00:00
{
Q_OBJECT
public:
QImageSARRFPC(QWidget *parent = nullptr);
~QImageSARRFPC();
2024-11-25 17:51:20 +00:00
public slots:
2024-11-25 17:58:26 +00:00
2024-11-25 17:51:20 +00:00
void onpushButtonRPClieck();
void onpushButtonTPClieck();
void onpushButtonEchoClieck();
void onpushButtongpxmlClieck();
void onpushButtonTaskxmlClieck();
void onpushButtondemClieck();
2025-01-15 12:47:38 +00:00
void onpushButtonSloperClieck();
2024-11-25 17:51:20 +00:00
void onpushButtonlandcoverClieck();
2025-01-15 12:47:38 +00:00
2024-11-25 17:51:20 +00:00
void onBtnaccept();
void onBtnReject();
private:
Ui::QImageSARRFPCClass ui;
2024-11-25 17:51:20 +00:00
};