Blame view

qtDistortionDialog.cpp 233 Bytes
29e744fa   dmayerich   Added QT dialog b...
1
2
3
4
5
6
7
8
9
10
11
12
  #include "qtDistortionDialog.h"

  

  qtDistortionDialog::qtDistortionDialog(QWidget *parent, Qt::WFlags flags)

  	: QDialog(parent, flags)

  {

  	ui.setupUi(this);

  }

  

  qtDistortionDialog::~qtDistortionDialog()

  {

  	updating = false;

  }