Class: QgsLabelSettingsWidgetDialog¶
A blocking dialog containing a QgsLabelSettingsWidgetBase
.
Added in version 3.12.
Class Hierarchy¶
Base classes¶
Methods
Returns the dialog's button box. |
- class qgis.gui.QgsLabelSettingsWidgetDialog[source]¶
Bases:
QDialog
- __init__(widget: QgsLabelSettingsWidgetBase | None, parent: QWidget | None = None)
Constructor for QgsLabelSettingsWidgetDialog.
- Parameters:
widget (Optional[QgsLabelSettingsWidgetBase]) – label settings widget to embed in the dialog. Ownership is transferred to the dialog.
parent (Optional[QWidget] = None) – parent widget