QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include "qgis_sip.h"
#include "qgsnumericformat.h"
#include "qgspanelwidget.h"
#include <memory>
#include <QDialog>
#include "ui_qgsbasicnumericformatwidgetbase.h"
#include "ui_qgsbearingnumericformatwidgetbase.h"
#include "ui_qgscurrencynumericformatwidgetbase.h"
#include "ui_qgspercentagenumericformatwidgetbase.h"
#include "ui_qgsscientificnumericformatwidgetbase.h"
#include "ui_qgsfractionnumericformatwidgetbase.h"
Go to the source code of this file.
Classes | |
class | QgsBasicNumericFormatWidget |
A widget which allow control over the properties of a QgsBasicNumericFormat. More... | |
class | QgsBearingNumericFormatDialog |
A dialog which allow control over the properties of a QgsBearingNumericFormat. More... | |
class | QgsBearingNumericFormatWidget |
A widget which allow control over the properties of a QgsBearingNumericFormat. More... | |
class | QgsCurrencyNumericFormatWidget |
A widget which allow control over the properties of a QgsCurrencyNumericFormat. More... | |
class | QgsFractionNumericFormatWidget |
A widget which allow control over the properties of a QgsFractionNumericFormat. More... | |
class | QgsNumericFormatWidget |
Base class for widgets which allow control over the properties of QgsNumericFormat subclasses. More... | |
class | QgsPercentageNumericFormatWidget |
A widget which allow control over the properties of a QgsPercentageNumericFormat. More... | |
class | QgsScientificNumericFormatWidget |
A widget which allow control over the properties of a QgsScientificNumericFormat. More... | |