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 では使用できません。Qt 5 では、QListQVector は異なる型でした。

このリストを返します。

© 2025 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.