add ListViewFocusController
This commit is contained in:
parent
75f189e256
commit
f3df9eb5f5
4 changed files with 478 additions and 311 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue