15#ifndef QGSLAYOUTUNITSCOMBOBOX_H
16#define QGSLAYOUTUNITSCOMBOBOX_H
22#include <QDoubleSpinBox>
67 void linkToWidget( QDoubleSpinBox *widget );
100 void indexChanged(
int index );
108 QList< QPointer< QDoubleSpinBox > > mLinkedSpinBoxes;
LayoutUnit
Layout measurement units.
This class provides a method of converting QgsLayoutMeasurements from one unit to another.
A custom combo box for selecting units for layout settings.
void unitChanged(Qgis::LayoutUnit unit)
Emitted when the unit is changed.
void changed(int)
Emitted when the unit is changed.