Blame view

qtDistortionDialog.cpp 236 Bytes
8ffb8373   dmayerich   Improved material...
1
2
  #include "qtDistortionDialog.h"
  
887d4441   David Mayerich   updates from STIM...
3
  qtDistortionDialog::qtDistortionDialog(QWidget *parent, Qt::WindowFlags flags)
8ffb8373   dmayerich   Improved material...
4
5
6
7
8
9
10
11
      : QDialog(parent, flags)
  {
      ui.setupUi(this);
  }
  
  qtDistortionDialog::~qtDistortionDialog()
  {
      updating = false;
29e744fa   dmayerich   Added QT dialog b...
12
  }