Public Member Functions
Taper Class Reference

#include <Taper.h>

Inheritance diagram for Taper:
QGpGuiTools::Dialog QGpGuiTools::FrameGrabber

List of all members.

Public Member Functions

 Taper (QWidget *parent=0, Qt::WFlags fl=0)

Constructor & Destructor Documentation

Taper::Taper ( QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

References TRACE.

    : Dialog(parent, fl)
{
  TRACE;
  setupUi(this);

  // signals and slots connections
  connect(buttonOk, SIGNAL(clicked()), this, SLOT(accept()));
  connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines