CurrencyToStringArgument Struct

struct QSystemLocale::CurrencyToStringArgument

Public Variables

QString symbol
QVariant value

Detailed Description

\inmoduleQtCore

A helper class that provides arguments for the QSystemLocale::query() function with query type QSystemLocale::CurrencyToString.

\since4.8

See also QSystemLocale::QueryType.

Member Variable Documentation

QString CurrencyToStringArgument::symbol

An optional argument containing a currency symbol to be used in the currency string.

QVariant CurrencyToStringArgument::value

An input value that should be converted to its string representation. Contains one of QMetaType::LongLong, QMetaType::ULongLong or QMetaType::Double types.