-
Provot Bertrand authored
starting to build new op for the Uchar/Double conversion, update on the cmakelists and cleaning some comments on OpService
Provot Bertrand authoredstarting to build new op for the Uchar/Double conversion, update on the cmakelists and cleaning some comments on OpService
ucharconvertdialog.cpp 271 B
#include "ucharconvertdialog.h"
#include "ui_ucharconvertdialog.h"
UCharConvertDialog::UCharConvertDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::UCharConvertDialog)
{
ui->setupUi(this);
}
UCharConvertDialog::~UCharConvertDialog()
{
delete ui;
}