add setDelegateIndex method to listViewFocusController
This commit is contained in:
parent
f331c11f51
commit
3cc70790bd
2 changed files with 10 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue