The ContainerDialog class acts as a container to embed any kinds of widgets that do not inherit from QDialog. More...
#include <WidgetFactory.h>
Public Member Functions | |
ContainerDialog (QWidget *templChild) | |
Constructs a ContainerDialog which embeds the child templChild. More... | |
~ContainerDialog () | |
Destroys the object and frees any allocated resources. More... | |
Public Attributes | |
QPushButton * | buttonCancel |
The cancel button. More... | |
QPushButton * | buttonOk |
The Ok button. More... | |
The ContainerDialog class acts as a container to embed any kinds of widgets that do not inherit from QDialog.
This class also provides an "Ok" and a "Cancel" button. At most this class is used to embed widgets which are created from .ui files.
ContainerDialog::ContainerDialog | ( | QWidget * | templChild | ) |
Constructs a ContainerDialog which embeds the child templChild.
The dialog will be modal.
References buttonCancel, buttonOk, and draftgeoutils.intersections::connect().
ContainerDialog::~ContainerDialog | ( | ) |
Destroys the object and frees any allocated resources.
QPushButton* Gui::ContainerDialog::buttonCancel |
The cancel button.
Referenced by ContainerDialog().
QPushButton* Gui::ContainerDialog::buttonOk |
The Ok button.
Referenced by ContainerDialog().