Subgroup: Style

Class: QgsStyleManagerDialog

class qgis.gui.QgsStyleManagerDialog(style: QgsStyle, parent: QWidget = None)

Bases: PyQt5.QtWidgets.QDialog

Methods

actionEvent
addColorRamp addColorRamp(self) -> bool add a new color ramp to style
addColorRampStatic open add color ramp dialog, return color ramp’s name if the ramp has been added
addFavoriteSelectedSymbols Add selected symbols to favorites
addItem
addSmartgroup add a smartgroup
addSymbol add a new symbol to style
addTag add a tag
changeEvent
childEvent
closeEvent
connectNotify
contextMenuEvent
create
currentItemName
currentItemType
customEvent
destroy
detagSelectedSymbols Remove all tags from selected symbols
disconnectNotify
dragEnterEvent
dragLeaveEvent
dragMoveEvent
dropEvent
editColorRamp
editItem
editSmartgroupAction edit the selected smart group
editSymbol
enableGroupInputs Enables or disables the groupTree specific inputs
enableItemsForGroupingMode Enables or disables the groupTree items for grouping mode
enableSymbolInputs Enables or disbables the symbol specific inputs
enterEvent
event
eventFilter
exportItems
exportItemsPNG
exportItemsSVG
exportSelectedItemsImages
filterSymbols filter the symbols based on input search term
focusInEvent
focusNextChild
focusNextPrevChild
focusOutEvent
focusPreviousChild
groupChanged
groupRenamed
grouptreeContextMenu Context menu for the groupTree
hideEvent
importItems
initPainter
inputMethodEvent
isSignalConnected
itemChanged
keyPressEvent
keyReleaseEvent
leaveEvent
listitemsContextMenu Context menu for the listItems ( symbols list )
metric
mouseDoubleClickEvent
mouseMoveEvent
mousePressEvent
mouseReleaseEvent
moveEvent
nativeEvent
onClose Close the dialog
onFinished called when the dialog is going to be closed
paintEvent
populateColorRamps populate list view with color ramps
populateGroups populate the groups
populateList adds symbols of some type to list
populateSymbols populate list view with symbols of the current type with the given names
populateTypes populate combo box with known style items (symbols, color ramps)
receivers
regrouped symbol changed from one group
removeColorRamp
removeFavoriteSelectedSymbols Remove selected symbols from favorites
removeGroup remove a tag or smartgroup
removeItem
removeSymbol
resizeEvent
selectedSymbolsChanged Perform tasks when the selected symbols change
sender
senderSignalIndex
setBold sets the text of the item with bold font
setSymbolsChecked to set symbols checked when in editing mode
sharedPainter
showEvent
showHelp Open the associated help
symbolSelected Perform symbol specific tasks when selected
tabletEvent
tagSelectedSymbols Tag selected symbols using menu item selection
tagSymbolsAction carry out symbol tagging using check boxes
timerEvent
updateMicroFocus
wheelEvent

Signals

Attributes

actionEvent()
addColorRamp(self, action: QAction) → bool

addColorRamp(self) -> bool add a new color ramp to style

addColorRampStatic(parent: QWidget, style: QgsStyle, RampType: str = '') → str

open add color ramp dialog, return color ramp’s name if the ramp has been added

addFavoriteSelectedSymbols(self)

Add selected symbols to favorites

addItem(self)
addSmartgroup(self) → int

add a smartgroup

addSymbol(self) → bool

add a new symbol to style

addTag(self) → int

add a tag

changeEvent()
childEvent()
closeEvent()
connectNotify()
contextMenuEvent()
create()
currentItemName(self) → str
currentItemType(self) → int
customEvent()
destroy()
detagSelectedSymbols(self)

Remove all tags from selected symbols

disconnectNotify()
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
dropEvent()
editColorRamp(self) → bool
editItem(self)
editSmartgroupAction(self)

edit the selected smart group

editSymbol(self) → bool
enableGroupInputs(self, bool)

Enables or disables the groupTree specific inputs

enableItemsForGroupingMode(self, bool)

Enables or disables the groupTree items for grouping mode

enableSymbolInputs(self, bool)

Enables or disbables the symbol specific inputs

enterEvent()
event()
eventFilter()
exportItems(self)
exportItemsPNG(self)
exportItemsSVG(self)
exportSelectedItemsImages(self, dir: str, format: str, size: QSize)
filterSymbols(self, str)

filter the symbols based on input search term

focusInEvent()
focusNextChild()
focusNextPrevChild()
focusOutEvent()
focusPreviousChild()
groupChanged(self, QModelIndex)
groupRenamed(self, QStandardItem)
grouptreeContextMenu(self, QPoint)

Context menu for the groupTree

hideEvent()
importItems(self)
initPainter()
inputMethodEvent()
isSignalConnected()
itemChanged(self, item: QStandardItem)
keyPressEvent()
keyReleaseEvent()
leaveEvent()
listitemsContextMenu(self, QPoint)

Context menu for the listItems ( symbols list )

metric()
mouseDoubleClickEvent()
mouseMoveEvent()
mousePressEvent()
mouseReleaseEvent()
moveEvent()
nativeEvent()
onClose(self)

Close the dialog

onFinished(self)

called when the dialog is going to be closed

paintEvent()
populateColorRamps(self, colorRamps: Iterable[str], checkable: bool = False)

populate list view with color ramps

populateGroups(self)

populate the groups

populateList(self)

adds symbols of some type to list

populateSymbols(self, symbolNames: Iterable[str], checkable: bool = False)

populate list view with symbols of the current type with the given names

populateTypes(self)

populate combo box with known style items (symbols, color ramps)

receivers()
regrouped(self, QStandardItem)

symbol changed from one group

removeColorRamp(self) → bool
removeFavoriteSelectedSymbols(self)

Remove selected symbols from favorites

removeGroup(self)

remove a tag or smartgroup

removeItem(self)
removeSymbol(self) → bool
resizeEvent()
selectedSymbolsChanged(self, selected: QItemSelection, deselected: QItemSelection)

Perform tasks when the selected symbols change

sender()
senderSignalIndex()
setBold(self, QStandardItem)

sets the text of the item with bold font

setSymbolsChecked(self, Iterable[str])

to set symbols checked when in editing mode

sharedPainter()
showEvent()
showHelp(self)

Open the associated help

symbolSelected(self, QModelIndex)

Perform symbol specific tasks when selected

tabletEvent()
tagSelectedSymbols(self, newTag: bool = False)

Tag selected symbols using menu item selection

tagSymbolsAction(self)

carry out symbol tagging using check boxes

timerEvent()
updateMicroFocus()
wheelEvent()