Obsolete Members for Container
The following members of QML type Container are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Methods
- void addItem(item)
- void decrementCurrentIndex()
- void incrementCurrentIndex()
- void insertItem(index, Item item)
- Item itemAt(index)
- void moveItem(from, int to)
- void removeItem(item)
- void setCurrentIndex(index)
- Item takeItem(index)
Method Documentation
This method is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Container::removeItem(Item) or Container::takeItem(int) instead.