#include <Taper.h>
List of all members.
Public Member Functions |
| Taper (QWidget *parent=0, Qt::WFlags fl=0) |
Constructor & Destructor Documentation
References TRACE.
: Dialog(parent, fl)
{
TRACE;
setupUi(this);
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: