| 
    QGIS API Documentation
    3.6.0-Noosa (5873452)
    
   | 
 
A generic dialog with layout and button box. More...
#include <qgsdialog.h>

Public Member Functions | |
| QgsDialog (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags, QDialogButtonBox::StandardButtons buttons=QDialogButtonBox::Close, Qt::Orientation orientation=Qt::Horizontal) | |
| Constructor for QgsDialog.  More... | |
| QDialogButtonBox * | buttonBox () | 
| Returns the button box.  More... | |
| QVBoxLayout * | layout () | 
| Returns the central layout. Widgets added to it must have this dialog as parent.  More... | |
Protected Attributes | |
| QDialogButtonBox * | mButtonBox = nullptr | 
| QVBoxLayout * | mLayout = nullptr | 
A generic dialog with layout and button box.
Definition at line 33 of file qgsdialog.h.
| QgsDialog::QgsDialog | ( | QWidget * | parent = nullptr,  | 
        
| Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags,  | 
        ||
| QDialogButtonBox::StandardButtons | buttons = QDialogButtonBox::Close,  | 
        ||
| Qt::Orientation | orientation = Qt::Horizontal  | 
        ||
| ) | 
Constructor for QgsDialog.
Definition at line 20 of file qgsdialog.cpp.
      
  | 
  inline | 
Returns the button box.
Definition at line 48 of file qgsdialog.h.
      
  | 
  inline | 
Returns the central layout. Widgets added to it must have this dialog as parent.
Definition at line 46 of file qgsdialog.h.
      
  | 
  protected | 
Definition at line 52 of file qgsdialog.h.
      
  | 
  protected | 
Definition at line 51 of file qgsdialog.h.
 1.8.13