QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
27 return QStringLiteral(
"percentage" );
32 return QObject::tr(
"Percentage" );
42 switch ( mInputValues )
55 switch ( mInputValues )
75 std::unique_ptr< QgsPercentageNumericFormat > res = qgis::make_unique< QgsPercentageNumericFormat >();
85 res.insert( QStringLiteral(
"input_values" ),
static_cast< int >( mInputValues ) );
QChar percent() const
Returns the percent character.