add ListViewFocusController

This commit is contained in:
Cyril Anisimov 2024-10-13 21:19:15 +02:00
parent 75f189e256
commit f3df9eb5f5
4 changed files with 478 additions and 311 deletions

View file

@ -10,6 +10,12 @@ class QQuickItem;
class QQmlApplicationEngine;
class ListViewFocusController;
/*!
* \brief The FocusController class makes focus control more straightforward
* \details Focus is handled only for visible and enabled items which have
* `isFocused` property from top left to bottom right.
* \note There are items handled differently (e.g. ListView)
*/
class FocusController : public QObject
{
Q_OBJECT