CurrencyToStringArgument Struct
struct QSystemLocale::CurrencyToStringArgumentPublic Variables
Detailed Description
\inmodule
QtCore
A helper class that provides arguments for the QSystemLocale::query() function with query type QSystemLocale::CurrencyToString.
\since
4.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.