Class: QgsStyleGroupSelectionDialog¶

QgsStyleGroupSelectionDialog¶
Class Hierarchy¶
Base classes¶
Methods
Sets bold font for item |
Signals
all deselected |
|
all selected |
|
Favorites has been deselected |
|
Favorites has need selected |
|
smart group with groupName has been deselected |
|
smartgroup with groupName has been selected |
|
tag with tagName has been deselected |
|
tag with tagName has been selected |
- class qgis.gui.QgsStyleGroupSelectionDialog(style: QgsStyle | None, parent: QWidget | None = None)[source]¶
Bases:
QDialog
- setBold(self, item: QStandardItem | None)[source]¶
Sets bold font for item
- Parameters:
item (Optional[QStandardItem])
- signal smartgroupDeselected(groupName: str)[source]¶
smart group with groupName has been deselected
- Parameters:
groupName (str)
- signal smartgroupSelected(groupName: str)[source]¶
smartgroup with groupName has been selected
- Parameters:
groupName (str)