QgsDialog class

A generic dialog with layout and button box.

Derived classes

class QgsEffectStackPropertiesDialog
A dialog for modifying the properties of a QgsEffectStack, including adding and reordering effects within the stack.
class QgsNewNameDialog
New name, for example new layer name dialog.

Constructors, destructors, conversion operators

QgsDialog(QWidget* parent = nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags, QDialogButtonBox::StandardButtons buttons = QDialogButtonBox::Close, Qt::Orientation orientation = Qt::Horizontal)
Constructor for QgsDialog.

Public functions

auto buttonBox() -> QDialogButtonBox*
Returns the button box.
auto layout() -> QVBoxLayout*
Returns the central layout. Widgets added to it must have this dialog as parent.