#include <SetHeader.h>
List of all members.
Constructor & Destructor Documentation
Constructs a SetHeader as a child of 'parent', with the name 'name' and widget flags set to 'f'.
The dialog will by default be modeless, unless you set 'modal' to true to construct a modal dialog.
References TRACE.
: Dialog(parent, fl)
{
TRACE;
_subPool=subPool;
setupUi(this);
setAttribute(Qt::WA_DeleteOnClose, true);
Settings::getWidget(this);
connect (closeBut, SIGNAL(clicked()), this, SLOT(close()));
}
Destroys the object and frees any allocated resources
References TRACE.
{
TRACE;
Settings::setWidget(this);
}
Member Function Documentation
The documentation for this class was generated from the following files: