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,在 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,在 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.