16#ifndef QGSTABPOSITIONWIDGET_H
17#define QGSTABPOSITIONWIDGET_H
19#include "ui_qgstabpositionwidgetbase.h"
52 QList<QgsTextFormat::Tab>
positions()
const;
67 void mAddButton_clicked();
68 void mRemoveButton_clicked();
70 void emitPositionsChanged();
97 QList<QgsTextFormat::Tab>
positions()
const;
RenderUnit
Rendering size units.
QList< QgsTextFormat::Tab > positions() const
Returns the tab positions defined in the dialog.
QgsTabPositionDialog(QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags())
Constructor for QgsTabPositionDialog.
void setPositions(const QList< QgsTextFormat::Tab > &positions)
Sets the tab positions to show in the dialog.
void setUnit(Qgis::RenderUnit unit)
Sets the unit type used for the tab positions (used to update interface labels).