#include <AddPlotParam.h>
List of all members.
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())); }
{ TRACE; // no need to delete child widgets, Qt does it all for us }