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. | |
~ContainerDialog () | |
Destroys the object and frees any allocated resources. | |
Public Attributes | |
QPushButton * | buttonCancel |
The cancel button. | |
QPushButton * | buttonOk |
The Ok button. |
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.
Definition at line 257 of file WidgetFactory.h.
ContainerDialog::ContainerDialog | ( | QWidget * | templChild | ) |
Constructs a ContainerDialog which embeds the child templChild.
The dialog will be modal.
Definition at line 242 of file WidgetFactory.cpp.
References buttonCancel, buttonOk, and draftlibs::fcgeo::connect().
ContainerDialog::~ContainerDialog | ( | ) |
Destroys the object and frees any allocated resources.
Definition at line 280 of file WidgetFactory.cpp.
QPushButton* Gui::ContainerDialog::buttonCancel |
QPushButton* Gui::ContainerDialog::buttonOk |