qtDistortionDialog.cpp 236 Bytes
#include "qtDistortionDialog.h"

qtDistortionDialog::qtDistortionDialog(QWidget *parent, Qt::WindowFlags flags)
    : QDialog(parent, flags)
{
    ui.setupUi(this);
}

qtDistortionDialog::~qtDistortionDialog()
{
    updating = false;
}