Class: QgsStyleExportImportDialog

class qgis.gui.QgsStyleExportImportDialog(style: QgsStyle, parent: QWidget = None, mode: QgsStyleExportImportDialog.Mode = QgsStyleExportImportDialog.Export)

Bases: PyQt5.QtWidgets.QDialog

Parameters
  • style (QgsStyle) –

  • parent (QWidget = None) –

  • mode

Export = 0
Import = 1
class Mode

Bases: int

actionEvent()
changeEvent()
childEvent()
clearSelection(self)

clearSelection deselects all symbols

closeEvent()
connectNotify()
contextMenuEvent()
create()
customEvent()
deselectSmartgroup(self, groupName: str)

deselectSmartgroup deselects all symbols from a smart group

Parameters

groupName (str) –

deselectSymbols(self, symbolNames: Iterable[str])

deselectSymbols deselect symbols by name

Parameters

symbolNames (Iterable[str]) – list of symbol names

deselectTag(self, tagName: str)

Deselect the symbols belonging to the given tag

Parameters

tagName (str) – the name of the group to be deselected

destroy()
disconnectNotify()
doExportImport(self)
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
dropEvent()
enterEvent()
event()
eventFilter()
focusInEvent()
focusNextChild()
focusNextPrevChild()
focusOutEvent()
focusPreviousChild()
hideEvent()
importTypeChanged(self, int)
initPainter()
inputMethodEvent()
isSignalConnected()
keyPressEvent()
keyReleaseEvent()
leaveEvent()
metric()
mouseDoubleClickEvent()
mouseMoveEvent()
mousePressEvent()
mouseReleaseEvent()
moveEvent()
nativeEvent()
paintEvent()
receivers()
resizeEvent()
selectAll(self)

selectAll selects all symbols

selectByGroup(self)

selectByGroup open select by group dialog

selectSmartgroup(self, groupName: str)

selectSmartgroup selects all symbols from a smart group

Parameters

groupName (str) –

selectSymbols(self, symbolNames: Iterable[str])

selectSymbols select symbols by name

Parameters

symbolNames (Iterable[str]) – list of symbol names

selectTag(self, tagName: str)

Select the symbols belonging to the given tag

Parameters

tagName (str) – the name of the group to be selected

sender()
senderSignalIndex()
sharedPainter()
showEvent()
tabletEvent()
timerEvent()
updateMicroFocus()
wheelEvent()