Public Member Functions
AddPlotParam Class Reference

#include <AddPlotParam.h>

Inheritance diagram for AddPlotParam:
QGpGuiTools::Dialog QGpGuiTools::FrameGrabber

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

AddPlotParam::AddPlotParam ( 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()));
}

References TRACE.

{
  TRACE;
    // no need to delete child widgets, Qt does it all for us
}

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