QgsStyleSaveDialog class
a dialog for setting properties of a newly saved style.
Contents
Constructors, destructors, conversion operators
-
QgsStyleSaveDialog(QWidget* parent = nullptr,
QgsStyle::
StyleEntity type = QgsStyle:: SymbolEntity) - Constructor for QgsSymbolSaveDialog.
Public functions
- auto isFavorite() const -> bool
- returns whether the favorite element is checked
- auto name() const -> QString
- returns the text value of the name element
- auto tags() const -> QString
- returns the text value of the tags element
Function documentation
QgsStyleSaveDialog:: QgsStyleSaveDialog(QWidget* parent = nullptr,
QgsStyle:: StyleEntity type = QgsStyle:: SymbolEntity)
Constructor for QgsSymbolSaveDialog.
| Parameters | |
|---|---|
| parent | parent widget |
| type | the QgsStyle entity type being saved |