A generic dialog with layout and button box.
More...
#include <qgsdialog.h>
Public Member Functions |
| QgsDialog (QWidget *parent=0, Qt::WindowFlags fl=QgisGui::ModalDialogFlags, QDialogButtonBox::StandardButtons buttons=QDialogButtonBox::Close, Qt::Orientation orientation=Qt::Horizontal) |
| ~QgsDialog () |
QVBoxLayout * | layout () |
| Returns the central layout. Widgets added to it must have this dialog as parent.
|
QDialogButtonBox * | buttonBox () |
| Returns the button box.
|
Detailed Description
A generic dialog with layout and button box.
Constructor & Destructor Documentation
QgsDialog::QgsDialog |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
fl = QgisGui::ModalDialogFlags , |
|
|
QDialogButtonBox::StandardButtons |
buttons = QDialogButtonBox::Close , |
|
|
Qt::Orientation |
orientation = Qt::Horizontal |
|
) |
| |
QgsDialog::~QgsDialog |
( |
| ) |
|
Member Function Documentation
QDialogButtonBox* QgsDialog::buttonBox |
( |
| ) |
|
|
inline |
QVBoxLayout* QgsDialog::layout |
( |
| ) |
|
|
inline |
Returns the central layout. Widgets added to it must have this dialog as parent.
Member Data Documentation
QDialogButtonBox* QgsDialog::mButtonBox |
|
protected |
QVBoxLayout* QgsDialog::mLayout |
|
protected |
The documentation for this class was generated from the following files: