2025-01-02 10:53:33 +00:00
|
|
|
#include "QSimulationRFPCGUI.h"
|
2025-02-07 11:47:41 +00:00
|
|
|
#include "ui_QSimulationRFPCGUI.h"
|
|
|
|
|
2025-01-02 10:53:33 +00:00
|
|
|
|
|
|
|
QSimulationRFPCGUI::QSimulationRFPCGUI(QWidget *parent)
|
|
|
|
: QDialog(parent)
|
|
|
|
{
|
2025-02-07 11:47:41 +00:00
|
|
|
ui->setupUi(this);
|
2025-01-02 10:53:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
QSimulationRFPCGUI::~QSimulationRFPCGUI()
|
|
|
|
{}
|