Obsolete Members for QLocale

以下成员源于类 QLocale 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(deprecated in 6.6) QLocale::Country country () const
(deprecated in 6.6) QString nativeCountryName () const

静态公共成员

(since 6.1, deprecated in 6.6) QLocale::Country codeToCountry (QStringView countryCode )
(deprecated in 6.6) QList<QLocale::Country> countriesForLanguage (QLocale::Language 语言 )
(deprecated in 6.6) QString countryToCode (QLocale::Country country )
(deprecated in 6.6) QString countryToString (QLocale::Country country )

成员函数文档编制

[static noexcept, since 6.1, deprecated in 6.6] QLocale::Country QLocale:: codeToCountry ( QStringView countryCode )

This function is deprecated since 6.6. We strongly advise against using it in new code.

返回 QLocale::Territory enum corresponding to the two-letter or three-digit countryCode ,如 ISO 3166 标准定义的。

若代码无效或未知 QLocale::AnyTerritory 被返回。

使用 codeToTerritory ( QStringView ) 代替。

该函数在 Qt 6.1 引入。

另请参阅 territoryToCode (), codeToLanguage (),和 codeToScript ().

[static, deprecated in 6.6] QList < QLocale::Country > QLocale:: countriesForLanguage ( QLocale::Language 语言 )

This function is deprecated since 6.6. We strongly advise against using it in new code.

使用 matchingLocales () instead and consult the territory () of each.

Returns the list of countries that have entries for 语言 in Qt's locale database. If the result is an empty list, then 语言 is not represented in Qt's locale database.

另请参阅 matchingLocales ().

[deprecated in 6.6] QLocale::Country QLocale:: country () const

This function is deprecated since 6.6. We strongly advise against using it in new code.

使用 territory () 代替。

返回此区域设置的地区。

另请参阅 语言 (), script (), territoryToString (),和 bcp47Name ().

[static, deprecated in 6.6] QString QLocale:: countryToCode ( QLocale::Country country )

This function is deprecated since 6.6. We strongly advise against using it in new code.

使用 territoryToCode () 代替。

返回 2 字母地区代码为 country ,如 ISO 3166 标准定义的。

注意: For QLocale::AnyTerritory or QLocale::AnyCountry 返回空字符串。

另请参阅 codeToTerritory (), territory (), name (), bcp47Name (), languageToCode (),和 scriptToCode ().

[static, deprecated in 6.6] QString QLocale:: countryToString ( QLocale::Country country )

This function is deprecated since 6.6. We strongly advise against using it in new code.

使用 territoryToString () 代替。

返回 QString 包含名称对于 country .

另请参阅 languageToString (), scriptToString (), territory (),和 bcp47Name ().

[deprecated in 6.6] QString QLocale:: nativeCountryName () const

This function is deprecated since 6.6. We strongly advise against using it in new code.

使用 nativeTerritoryName () 代替。

Returns a native name of the territory for the locale. For example "España" for Spanish/Spain locale.

另请参阅 nativeLanguageName () 和 territoryToString ().