Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions

QSystemLocale Class Reference
[QtCore module]

The QSystemLocale class can be used to finetune the system locale of the user. More...

 #include <QSystemLocale>

This class was introduced in Qt 4.2.

Public Types

Public Functions


Detailed Description

The QSystemLocale class can be used to finetune the system locale of the user.

Warning: This class is only useful in very rare cases. Usually QLocale offers all the functionality required for application development.

QSystemLocale allows to override the values provided by the system locale (QLocale::system()).

See also QLocale.


Member Type Documentation

enum QSystemLocale::QueryType

Specifies the type of information queried by query(). For each value the type of information to return from the query() method is listed.

ConstantValueDescription
QSystemLocale::LanguageId0a uint specifying the language.
QSystemLocale::CountryId1a uint specifying the country.
QSystemLocale::DecimalPoint2a QString specifying the decimal point.
QSystemLocale::GroupSeparator3a QString specifying the group separator.
QSystemLocale::ZeroDigit4a QString specifying the zero digit.
QSystemLocale::NegativeSign5a QString specifying the minus sign.
QSystemLocale::DateFormatLong6a QString specifying the long date format
QSystemLocale::DateFormatShort7a QString specifying the short date format
QSystemLocale::TimeFormatLong8a QString specifying the long time format
QSystemLocale::TimeFormatShort9a QString specifying the short time format
QSystemLocale::DayNameLong10a QString specifying the name of a weekday. the in variant contains an integer between 1 and 7 (Monday - Friday)
QSystemLocale::DayNameShort11a QString specifying the short name of a weekday. the in variant contains an integer between 1 and 7 (Monday - Friday)
QSystemLocale::MonthNameLong12a QString specifying the name of a month. the in variant contains an integer between 1 and 12
QSystemLocale::MonthNameShort13a QString specifying the short name of a month. the in variant contains an integer between 1 and 12
QSystemLocale::DateToStringLong14converts the QDate stored in the in variant to a QString using the long date format
QSystemLocale::DateToStringShort15converts the QDate stored in the in variant to a QString using the short date format
QSystemLocale::TimeToStringLong16converts the QTime stored in the in variant to a QString using the long time format
QSystemLocale::TimeToStringShort17converts the QTime stored in the in variant to a QString using the short time format
QSystemLocale::DateTimeFormatLong18a QString specifying the long date time format
QSystemLocale::DateTimeFormatShort19a QString specifying the short date time format
QSystemLocale::DateTimeToStringLong20converts the QDateTime in the in variant to a QString using the long datetime format
QSystemLocale::DateTimeToStringShort21converts the QDateTime in the in variant to a QString using the short datetime format
QSystemLocale::MeasurementSystem22a QLocale::MeasurementSystem enum specifying the measurement system


Member Function Documentation

QSystemLocale::QSystemLocale ()

Constructs a QSystemLocale object. The constructor will automatically install this object as the system locale and remove any earlier installed system locales.

QSystemLocale::~QSystemLocale ()   [virtual]

Deletes the object.


Copyright © 2008 Nokia Trademarks
Qt 4.4.3