| 头: | #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 .
An optional argument containing a currency symbol to be used in the currency string.
An input value that should be converted to its string representation. Contains one of QVariant::LongLong , QVariant::ULongLong or QVariant::Double 类型。