Subgroup: Style

Class: QgsStyleExportImportDialog

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

Bases: PyQt5.QtWidgets.QDialog

Methods

actionEvent
browse
changeEvent
childEvent
clearSelection clearSelection deselects all symbols
closeEvent
connectNotify
contextMenuEvent
create
customEvent
deselectSmartgroup deselectSmartgroup deselects all symbols from a smart group
deselectSymbols deselectSymbols deselect symbols by name
deselectTag Deselect the symbols belonging to the given tag
destroy
disconnectNotify
doExportImport
dragEnterEvent
dragLeaveEvent
dragMoveEvent
dropEvent
enterEvent
event
eventFilter
focusInEvent
focusNextChild
focusNextPrevChild
focusOutEvent
focusPreviousChild
hideEvent
importTypeChanged
initPainter
inputMethodEvent
isSignalConnected
keyPressEvent
keyReleaseEvent
leaveEvent
metric
mouseDoubleClickEvent
mouseMoveEvent
mousePressEvent
mouseReleaseEvent
moveEvent
nativeEvent
paintEvent
receivers
resizeEvent
selectAll selectAll selects all symbols
selectByGroup selectByGroup open select by group dialog
selectSmartgroup selectSmartgroup selects all symbols from a smart group
selectSymbols selectSymbols select symbols by name
selectTag Select the symbols belonging to the given tag
sender
senderSignalIndex
sharedPainter
showEvent
tabletEvent
timerEvent
updateMicroFocus
wheelEvent

Signals

Attributes

Export
Import
Export = 0
Import = 1
class Mode

Bases: int

actionEvent()
browse(self)
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
deselectSymbols(self, symbolNames: Iterable[str])

deselectSymbols deselect symbols by name

Parameters:symbolNames – list of symbol names
deselectTag(self, tagName: str)

Deselect the symbols belonging to the given tag

Parameters:tagName – 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
selectSymbols(self, symbolNames: Iterable[str])

selectSymbols select symbols by name

Parameters:symbolNames – list of symbol names
selectTag(self, tagName: str)

Select the symbols belonging to the given tag

Parameters:tagName – the name of the group to be selected
sender()
senderSignalIndex()
sharedPainter()
showEvent()
tabletEvent()
timerEvent()
updateMicroFocus()
wheelEvent()