Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
5.6.0
-
None
Description
The MouseArea used inside the QML TreeView (as __mouseArea hidden property) has the preventStealing property set to !Settings.hasTouchScreen. On a desktop computer with no touchscreen, this makes it impossible to wrap the TreeView in a MouseArea which would implement dragging.
I think that either !Settings.hasTouchScreen is not the correct way to initialized this property, or that TreeView should expose a property to override its behaviour.
Attachments
Issue Links
- is required for
-
QTBUG-56490 Rearchitect the TreeView from Controls 1 and move to Controls 2
- Closed