add setDelegateIndex method to listViewFocusController

This commit is contained in:
Cyril Anisimov 2024-12-09 01:32:11 +01:00
parent f331c11f51
commit 3cc70790bd
2 changed files with 10 additions and 3 deletions

View file

@ -52,6 +52,7 @@ private:
int size() const;
int currentIndex() const;
void setDelegateIndex(int index);
void viewAtCurrentIndex() const;
QQuickItem* itemAtIndex(const int index) const;
QQuickItem* currentDelegate() const;