#include <AGC.h>
List of all members.
Public Member Functions |
| AGC (QWidget *parent=0, Qt::WFlags fl=0) |
| ~AGC () |
Constructor & Destructor Documentation
AGC::AGC |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WFlags |
fl = 0 |
|
) |
| |
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: