Obsolete Members for QQmlListProperty

以下成員源於類 QQmlListProperty 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

公共函數

(obsolete) QQmlListProperty (QObject * object , QList<T *> & list )

成員函數文檔編製

QQmlListProperty:: QQmlListProperty ( QObject * object , QList < T *> & list )

此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。

Convenience constructor for making a QQmlListProperty value from an existing QList list list reference must remain valid for as long as object exists. object must be provided.

This constructor synthesizes the removeLast() and replace() methods introduced in Qt 5.15, using count(), at(), clear(), and append(). This is slow. If you intend to manipulate the list beyond clearing it, you should explicitly provide these methods.