fix focus move on list views with header and-or footer
This commit is contained in:
parent
42645a98f8
commit
3d7209ee7a
2 changed files with 51 additions and 9 deletions
|
|
@ -59,6 +59,9 @@ private:
|
|||
QQuickItem* currentDelegate();
|
||||
QQuickItem* focusedItem();
|
||||
|
||||
bool hasHeader();
|
||||
bool hasFooter();
|
||||
|
||||
QQuickItem* m_listView;
|
||||
QList<QObject*> m_focusChain;
|
||||
Section m_currentSection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue