Class: QgsTabPositionWidget¶
A widget for configuring QgsTextFormat tab positions.
Added in version 3.42.
QgsTabPositionWidget¶
Class Hierarchy¶
Base classes¶
Base class for any widget that can be shown as an inline panel. |
|
- class qgis.gui.QgsTabPositionWidget[source]¶
Bases:
QgsPanelWidget- __init__(parent: QWidget | None = None)
Constructor for QgsTabPositionWidget, with the specified
parentwidget- Parameters:
parent (Optional[QWidget] = None)
- positions(self) List[QgsTextFormat.Tab]¶
Returns the tab positions defined in the widget.
See also
- Return type:
- 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
positionsto show in the widget.See also
- 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)