Class: QgsLayoutUnitsComboBox

class qgis.gui.QgsLayoutUnitsComboBox(parent: QWidget = None)

Bases: PyQt5.QtWidgets.QComboBox

Constructor for QgsLayoutUnitsComboBox.

A custom combo box for selecting units for layout settings.

New in version 3.0.

Parameters

parent

actionEvent()
changeEvent()
changed

Emitted when the unit is changed. [signal]

childEvent()
closeEvent()
connectNotify()
contextMenuEvent()
converter(self) → QgsLayoutMeasurementConverter

Returns the converter used when automatically converting units for linked widgets.

See also

setConverter()

Return type

QgsLayoutMeasurementConverter

create()
customEvent()
destroy()
disconnectNotify()
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
dropEvent()
enterEvent()
focusInEvent()
focusNextChild()
focusNextPrevChild()
focusOutEvent()
focusPreviousChild()
hideEvent()
initPainter()
initStyleOption()
inputMethodEvent()
isSignalConnected()
keyPressEvent()
keyReleaseEvent()
leaveEvent()
linkToWidget(self, widget: QDoubleSpinBox)

Registers a spin box widget as linked with the combo box.

Registered spin boxes will automatically be upodated whenever the unit is changed. I.e. a spin box with a value of 100 will be set to 1 when the unit is changed from centimeters to meters.

A measurement converter() must be set in order for the automatic unit conversion to occur.

See also

setConverter()

Parameters

widget (QDoubleSpinBox) –

metric()
mouseDoubleClickEvent()
mouseMoveEvent()
mousePressEvent()
mouseReleaseEvent()
moveEvent()
nativeEvent()
paintEvent()
receivers()
resizeEvent()
sender()
senderSignalIndex()
setConverter(self, converter: QgsLayoutMeasurementConverter)

Sets a converter to use when automatically converting units for linked widgets. The ownership of converter is not transferred, and converter must exist for the life of the combo box.

See also

converter()

Parameters

converter (QgsLayoutMeasurementConverter) –

setUnit(self, unit: QgsUnitTypes.LayoutUnit)

Sets the unit currently selected in the combo box.

See also

unit()

Parameters

unit (QgsUnitTypes.LayoutUnit) –

sharedPainter()
showEvent()
tabletEvent()
timerEvent()
unit(self) → QgsUnitTypes.LayoutUnit

Returns the unit currently selected in the combo box.

See also

setUnit()

Return type

QgsUnitTypes.LayoutUnit

updateMicroFocus()
wheelEvent()