注册仿真工具

Release
陈增辉 2024-11-26 02:01:23 +08:00
parent 6ea98e221c
commit f58fc75ca5
1 changed files with 11 additions and 8 deletions

View File

@ -5,12 +5,13 @@
#include "QComplex2AmpPhase.h" #include "QComplex2AmpPhase.h"
#include "QRDOrthProcessClass.h" #include "QRDOrthProcessClass.h"
#include "QOrthSlrRaster.h" #include "QOrthSlrRaster.h"
#include "QImageSARRTPC.cpp"
GF3ImportDataToolButton::GF3ImportDataToolButton( QWidget* parent):QToolAbstract(parent) GF3ImportDataToolButton::GF3ImportDataToolButton(QWidget* parent) :QToolAbstract(parent)
{ {
this->toolPath = QVector<QString>(0); this->toolPath = QVector<QString>(0);
this->toolPath.push_back(u8"数据导入导出"); this->toolPath.push_back(u8"数据导入导出");
this->toolname =QString( u8"µ¼ÈëGF3Ìõ´ø"); this->toolname = QString(u8"µ¼ÈëGF3Ìõ´ø");
} }
GF3ImportDataToolButton::~GF3ImportDataToolButton() GF3ImportDataToolButton::~GF3ImportDataToolButton()
@ -23,7 +24,7 @@ void GF3ImportDataToolButton::excute()
dialog->show(); dialog->show();
} }
Complex2AmpPhaseToolButton::Complex2AmpPhaseToolButton( QWidget* parent) :QToolAbstract( parent) Complex2AmpPhaseToolButton::Complex2AmpPhaseToolButton(QWidget* parent) :QToolAbstract(parent)
{ {
this->toolPath = QVector<QString>(0); this->toolPath = QVector<QString>(0);
this->toolPath.push_back(u8"基础处理"); this->toolPath.push_back(u8"基础处理");
@ -41,7 +42,7 @@ void Complex2AmpPhaseToolButton::excute()
} }
QRDOrthProcessClassToolButton::QRDOrthProcessClassToolButton( QWidget* parent) :QToolAbstract( parent) QRDOrthProcessClassToolButton::QRDOrthProcessClassToolButton(QWidget* parent) :QToolAbstract(parent)
{ {
this->toolPath = QVector<QString>(0); this->toolPath = QVector<QString>(0);
this->toolPath.push_back(u8"基础处理"); this->toolPath.push_back(u8"基础处理");
@ -58,7 +59,7 @@ void QRDOrthProcessClassToolButton::excute()
dialog->show(); dialog->show();
} }
QOrthSlrRasterToolButton::QOrthSlrRasterToolButton( QWidget* parent) :QToolAbstract( parent) QOrthSlrRasterToolButton::QOrthSlrRasterToolButton(QWidget* parent) :QToolAbstract(parent)
{ {
this->toolPath = QVector<QString>(0); this->toolPath = QVector<QString>(0);
this->toolPath.push_back(u8"基础处理"); this->toolPath.push_back(u8"基础处理");
@ -75,7 +76,7 @@ void QOrthSlrRasterToolButton::excute()
dialog->show(); dialog->show();
} }
MergeRasterProcessToolButton::MergeRasterProcessToolButton( QWidget* parent) :QToolAbstract( parent) MergeRasterProcessToolButton::MergeRasterProcessToolButton(QWidget* parent) :QToolAbstract(parent)
{ {
this->toolPath = QVector<QString>(0); this->toolPath = QVector<QString>(0);
this->toolPath.push_back(u8"基础处理"); this->toolPath.push_back(u8"基础处理");
@ -92,7 +93,7 @@ void MergeRasterProcessToolButton::excute()
dialog->show(); dialog->show();
} }
SARSimlulationRTPCToolButton::SARSimlulationRTPCToolButton( QWidget* parent) :QToolAbstract( parent) SARSimlulationRTPCToolButton::SARSimlulationRTPCToolButton(QWidget* parent) :QToolAbstract(parent)
{ {
this->toolPath = QVector<QString>(0); this->toolPath = QVector<QString>(0);
this->toolPath.push_back(u8"仿真工具库"); this->toolPath.push_back(u8"仿真工具库");
@ -106,9 +107,11 @@ SARSimlulationRTPCToolButton::~SARSimlulationRTPCToolButton()
void SARSimlulationRTPCToolButton::excute() void SARSimlulationRTPCToolButton::excute()
{ {
QImageSARRTPC* dialog = new QImageSARRTPC();
dialog->show();
} }
SARSimulationTBPImageToolButton::SARSimulationTBPImageToolButton( QWidget* parent) :QToolAbstract( parent) SARSimulationTBPImageToolButton::SARSimulationTBPImageToolButton(QWidget* parent) :QToolAbstract(parent)
{ {
this->toolPath = QVector<QString>(0); this->toolPath = QVector<QString>(0);
this->toolPath.push_back(u8"成像工具库"); this->toolPath.push_back(u8"成像工具库");