fix focus move on list views with header and-or footer

This commit is contained in:
Cyril Anisimov 2024-10-25 03:42:22 +02:00
parent 42645a98f8
commit 3d7209ee7a
2 changed files with 51 additions and 9 deletions

View file

@ -59,6 +59,9 @@ private:
QQuickItem* currentDelegate();
QQuickItem* focusedItem();
bool hasHeader();
bool hasFooter();
QQuickItem* m_listView;
QList<QObject*> m_focusChain;
Section m_currentSection;