summaryrefslogtreecommitdiff
path: root/src/controls/Private/private.pri
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@theqtcompany.com>2015-04-15 12:06:49 +0200
committerChristian Stromme <christian.stromme@theqtcompany.com>2015-04-15 10:50:41 +0000
commit7e86a65cb03c3a35f1c8fb3e16a55193e42930ab (patch)
tree4cc0bfc6c7925107896bd78ead3cac87a119a713 /src/controls/Private/private.pri
parentded73ee2ae8aa333894ab11ce2297e755ec03f3e (diff)
downloadqtquickcontrols-7e86a65cb03c3a35f1c8fb3e16a55193e42930ab.tar.gz
Add internal ScenePosListener
Makes it possible to implement floating text selection handle popups that retain correct position whilst the scene position of the attached text input control changes. The text input may be eg. in a Flickable and thus does not receive geometry change notifications since its own position in relation to the direct parent does not change. Task-number: QTBUG-42538 Change-Id: I63cb15ddb1daa7d39cbe95d6421b171cd1c01596 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/controls/Private/private.pri')
-rw-r--r--src/controls/Private/private.pri7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/controls/Private/private.pri b/src/controls/Private/private.pri
index 420647ff..1e66f9ba 100644
--- a/src/controls/Private/private.pri
+++ b/src/controls/Private/private.pri
@@ -10,7 +10,8 @@ HEADERS += \
$$PWD/qquickabstractstyle_p.h \
$$PWD/qquickpadding_p.h \
$$PWD/qquickcontrolsprivate_p.h \
- $$PWD/qquicktreemodeladaptor_p.h
+ $$PWD/qquicktreemodeladaptor_p.h \
+ $$PWD/qquicksceneposlistener_p.h
SOURCES += \
$$PWD/qquickcalendarmodel.cpp \
@@ -22,8 +23,8 @@ SOURCES += \
$$PWD/qquickwheelarea.cpp \
$$PWD/qquickabstractstyle.cpp \
$$PWD/qquicktreemodeladaptor.cpp \
- $$PWD/qquickcontrolsprivate.cpp
-
+ $$PWD/qquickcontrolsprivate.cpp \
+ $$PWD/qquicksceneposlistener.cpp
!no_desktop {
QT += widgets