-
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.h 347 B
#ifndef UCHARCONVERTDIALOG_H
#define UCHARCONVERTDIALOG_H
#include <QDialog>
namespace Ui {
class UCharConvertDialog;
}
class UCharConvertDialog : public QDialog
{
Q_OBJECT
public:
explicit UCharConvertDialog(QWidget *parent = 0);
~UCharConvertDialog();
private:
Ui::UCharConvertDialog *ui;
};
#endif // UCHARCONVERTDIALOG_H