CurrencyToStringArgument Class

( QSystemLocale::CurrencyToStringArgument )
頭: #include < QSystemLocale >
Since: Qt 4.8

公共變量

QString symbol
QVariant value

詳細描述

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

另請參閱 QSystemLocale::QueryType .

成員變量文檔編製

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 QVariant::LongLong , QVariant::ULongLong or QVariant::Double 類型。