62 void ensureQmlContext();
63 void ensureQmlComponent();
64 void createInputSpy();
65 bool m_visible = false;
69 KSharedConfigPtr m_config;
70 std::unique_ptr<QQmlContext> m_qmlContext;
71 std::unique_ptr<QQmlComponent> m_qmlComponent;
72 QQmlEngine *m_qmlEngine =
nullptr;
73 std::unique_ptr<QObject> m_mainItem;
75 QPropertyAnimation *m_animation =
nullptr;
76 bool m_containsPointer = false;