CurrencyToStringArgument Class

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

Public Variables

QString symbol
QVariant value

Detailed Description

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

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 QVariant::LongLong, QVariant::ULongLong or QVariant::Double types.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.