Class: QgsSmartGroupEditorDialog

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

Bases: PyQt5.QtWidgets.QDialog

Parameters
actionEvent()
addCondition(self)

function to create a new ConditionBox and update UI

changeEvent()
childEvent()
closeEvent()
conditionOperator(self) → str

returns the AND/OR condition

Return type

str

connectNotify()
contextMenuEvent()
create()
customEvent()
destroy()
disconnectNotify()
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
dropEvent()
enterEvent()
event()
eventFilter()
focusInEvent()
focusNextChild()
focusNextPrevChild()
focusOutEvent()
focusPreviousChild()
hideEvent()
initPainter()
inputMethodEvent()
isSignalConnected()
keyPressEvent()
keyReleaseEvent()
leaveEvent()
metric()
mouseDoubleClickEvent()
mouseMoveEvent()
mousePressEvent()
mouseReleaseEvent()
moveEvent()
nativeEvent()
paintEvent()
receivers()
removeCondition(self, int)

slot to remove the condition with id int

resizeEvent()
sender()
senderSignalIndex()
setOperator(self, str)

sets the operator AND/OR

setSmartgroupName(self, str)

sets the smart group Name

sharedPainter()
showEvent()
smartgroupName(self) → str

returns the value from mNameLineEdit

Return type

str

tabletEvent()
timerEvent()
updateMicroFocus()
wheelEvent()