Obsolete Members for QList

クラスQList の以下のメンバは非推奨である。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。

パブリック関数

(deprecated) QList<T> toList() const
(deprecated) QList<T> toVector() const

静的パブリック・メンバー

(deprecated) QList<T> fromList(const QList<T> &list)
(deprecated) QList<T> fromVector(const QList<T> &list)

メンバ関数ドキュメント

[noexcept, deprecated] QList<T> QList::toList() const

[noexcept, deprecated] QList<T> QList::toVector() const

この関数は非推奨です。新しいコードで使用しないことを強くお勧めします。

Qt 6 では使用できません。Qt 5 では、QListQVector は異なる型でした。

このリストを返します。

[static noexcept, deprecated] QList<T> QList::fromList(const QList<T> &list)

[static noexcept, deprecated] QList<T> QList::fromVector(const QList<T> &list)

この関数は非推奨です。新しいコードでは使用しないことを強くお勧めします。

Qt 6 では no-op です。QListQVector が 2 つの異なる型であった Qt 5 との後方互換性のために提供されています。

このリストを返します。

©2024 The Qt Company Ltd. ここに含まれるドキュメントの著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。