Class: QgsSymbolBufferSettingsDialog¶
A dialog for customising buffer settings for a symbol.
Added in version 3.40.

QgsSymbolBufferSettingsDialog¶
Class Hierarchy¶
Base classes¶
Methods
Returns the buffer settings as defined in the dialog. |
|
Sets the buffer settings to show in the dialog. |
- class qgis.gui.QgsSymbolBufferSettingsDialog[source]¶
Bases:
QDialog
- __init__(parent: QWidget | None = None, f: Qt.WindowFlags | Qt.WindowType = Qt.WindowFlags())
Constructor for QgsSymbolBufferSettingsDialog
- Parameters:
parent (Optional[QWidget] = None)
f (Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())
- bufferSettings(self) QgsSymbolBufferSettings [source]¶
Returns the buffer settings as defined in the dialog.
See also
- Return type:
- setBufferSettings(self, settings: QgsSymbolBufferSettings)[source]¶
Sets the buffer
settings
to show in the dialog.See also
- Parameters:
settings (QgsSymbolBufferSettings)