From 61e8f03d59cfd748b2a1f83dd51bbb90acd8c7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20H=C3=B6ltt=C3=A4?= Date: Wed, 27 Feb 2019 15:37:07 +0100 Subject: Start tests, basic case pretty complete --- plugin/cursornavigationattached.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'plugin/cursornavigationattached.h') diff --git a/plugin/cursornavigationattached.h b/plugin/cursornavigationattached.h index 7c5e99a..ed099c1 100644 --- a/plugin/cursornavigationattached.h +++ b/plugin/cursornavigationattached.h @@ -18,11 +18,9 @@ class CursorNavigationAttached : public QObject Q_PROPERTY(bool acceptsCursor READ acceptsCursor WRITE setAcceptsCursor NOTIFY acceptsCursorChanged) //indicates if item is currently selected, indicated also by activeFocus property Q_PROPERTY(bool hasCursor READ hasCursor NOTIFY hasCursorChanged) - //indicates if one of children is currently selected - Q_PROPERTY(bool childHasCursor READ hasCursor NOTIFY hasCursorChanged) //traps cursor. a trapped cursor can not be traversed outside of the item that traps it until the escape input is given Q_PROPERTY(bool trapsCursor READ trapsCursor WRITE setTrapsCursor NOTIFY trapsCursorChanged) - //item to select when + //item to select when escaping Q_PROPERTY(QQuickItem *escapeTarget READ escapeTarget WRITE setEscapeTarget NOTIFY escapeTargetChanged) Q_PROPERTY(QQmlListProperty redirects READ redirects) @@ -95,7 +93,6 @@ private slots: private: void setHasCursor(bool hasCursor); - //QList &siblings(); static void appendRedirect(QQmlListProperty *property, Redirect *redirect); static int redirectCount(QQmlListProperty *property); -- cgit v1.2.3