Class: QgsColorSwatchGrid

class qgis.gui.QgsColorSwatchGrid(scheme: QgsColorScheme, context: str = '', parent: QWidget = None)

Bases: PyQt5.QtWidgets.QWidget

Construct a new color swatch grid.

Parameters
  • schemeQgsColorScheme for colors to show in grid

  • context – context string provided to color scheme

  • parent – parent widget

A grid of color swatches, which allows for user selection. Colors are taken from an associated QgsColorScheme.

See also

QgsColorGridAction

Methods

actionEvent

baseColor

Gets the base color for the widget

changeEvent

childEvent

closeEvent

colors

Gets the list of colors shown in the grid

connectNotify

context

Gets the current context for the grid

contextMenuEvent

create

customEvent

destroy

disconnectNotify

dragEnterEvent

dragLeaveEvent

dragMoveEvent

dropEvent

enterEvent

event

focusInEvent

param event

focusNextChild

focusNextPrevChild

focusOutEvent

param event

focusPreviousChild

hideEvent

initPainter

inputMethodEvent

isSignalConnected

keyPressEvent

param event

keyReleaseEvent

leaveEvent

metric

minimumSizeHint

rtype

QSize

mouseDoubleClickEvent

mouseMoveEvent

param event

mousePressEvent

param event

mouseReleaseEvent

param event

moveEvent

nativeEvent

paintEvent

param event

receivers

refreshColors

Reload colors from scheme and redraws the widget

resizeEvent

sender

senderSignalIndex

setBaseColor

Sets the base color for the widget

setContext

Sets the current context for the grid

sharedPainter

showEvent

sizeHint

rtype

QSize

tabletEvent

timerEvent

updateMicroFocus

wheelEvent

Signals

colorChanged

Emitted when a color has been selected from the widget

hovered

Emitted when mouse hovers over widget [signal]

actionEvent(self, QActionEvent)
baseColor(self)QColor

Gets the base color for the widget

Return type

QColor

Returns

base color which is passed to scheme for color generation

See also

setBaseColor()

changeEvent(self, QEvent)
childEvent(self, QChildEvent)
closeEvent(self, QCloseEvent)
colorChanged

Emitted when a color has been selected from the widget

Parameters

color (Union[QColor) – selected color [signal]

colors(self)List[Tuple[QColor, str]]

Gets the list of colors shown in the grid

Return type

List[Tuple[QColor, str]]

Returns

list of colors currently shown in the grid

connectNotify(self, QMetaMethod)
context(self)str

Gets the current context for the grid

Return type

str

Returns

context string which is passed to scheme for color generation

See also

setContext()

contextMenuEvent(self, QContextMenuEvent)
create(self, window: sip.voidptr = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)
customEvent(self, QEvent)
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)
disconnectNotify(self, QMetaMethod)
dragEnterEvent(self, QDragEnterEvent)
dragLeaveEvent(self, QDragLeaveEvent)
dragMoveEvent(self, QDragMoveEvent)
dropEvent(self, QDropEvent)
enterEvent(self, QEvent)
event(self, QEvent)bool
focusInEvent(self, event: QFocusEvent)
Parameters

event (QFocusEvent) –

focusNextChild(self)bool
focusNextPrevChild(self, bool)bool
focusOutEvent(self, event: QFocusEvent)
Parameters

event (QFocusEvent) –

focusPreviousChild(self)bool
hideEvent(self, QHideEvent)
hovered

Emitted when mouse hovers over widget [signal]

initPainter(self, QPainter)
inputMethodEvent(self, QInputMethodEvent)
isSignalConnected(self, QMetaMethod)bool
keyPressEvent(self, event: QKeyEvent)
Parameters

event (QKeyEvent) –

keyReleaseEvent(self, QKeyEvent)
leaveEvent(self, QEvent)
metric(self, QPaintDevice.PaintDeviceMetric)int
minimumSizeHint(self)QSize
Return type

QSize

mouseDoubleClickEvent(self, QMouseEvent)
mouseMoveEvent(self, event: QMouseEvent)
Parameters

event (QMouseEvent) –

mousePressEvent(self, event: QMouseEvent)
Parameters

event (QMouseEvent) –

mouseReleaseEvent(self, event: QMouseEvent)
Parameters

event (QMouseEvent) –

moveEvent(self, QMoveEvent)
nativeEvent(self, Union[QByteArray, bytes, bytearray], sip.voidptr)Tuple[bool, int]
paintEvent(self, event: QPaintEvent)
Parameters

event (QPaintEvent) –

receivers(self, PYQT_SIGNAL)int
refreshColors(self)

Reload colors from scheme and redraws the widget

resizeEvent(self, QResizeEvent)
sender(self)QObject
senderSignalIndex(self)int
setBaseColor(self, baseColor: Union[QColor, Qt.GlobalColor, QGradient])

Sets the base color for the widget

Parameters

baseColor (Union[QColor) – base color to pass to scheme for color generation

See also

baseColor()

setContext(self, context: str)

Sets the current context for the grid

Parameters

context (str) – string which is passed to scheme for color generation

See also

context()

sharedPainter(self)QPainter
showEvent(self, QShowEvent)
sizeHint(self)QSize
Return type

QSize

tabletEvent(self, QTabletEvent)
timerEvent(self, QTimerEvent)
updateMicroFocus(self)
wheelEvent(self, QWheelEvent)