Class: QgsTabPositionWidget

A widget for configuring QgsTextFormat tab positions.

Added in version 3.42.

QgsTabPositionWidget

QgsTabPositionWidget

Class Hierarchy

Inheritance diagram of qgis.gui.QgsTabPositionWidget

Base classes

QgsPanelWidget

Base class for any widget that can be shown as an inline panel.

QWidget

QObject

QPaintDevice

class qgis.gui.QgsTabPositionWidget[source]

Bases: QgsPanelWidget

__init__(parent: QWidget | None = None)

Constructor for QgsTabPositionWidget, with the specified parent widget

Parameters:

parent (Optional[QWidget] = None)

positions(self) List[QgsTextFormat.Tab]

Returns the tab positions defined in the widget.

See also

setPositions()

Return type:

List[QgsTextFormat.Tab]

signal positionsChanged[source]

pyqtSignal(*types, name: str = …, revision: int = …, arguments: Sequence = …) -> PYQT_SIGNAL

types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.

setPositions(self, positions: Iterable[QgsTextFormat.Tab])[source]

Sets the tab positions to show in the widget.

See also

positions()

Parameters:

positions (Iterable[QgsTextFormat.Tab])

setUnit(self, unit: Qgis.RenderUnit)[source]

Sets the unit type used for the tab positions (used to update interface labels).

Parameters:

unit (Qgis.RenderUnit)