qtquick: Implement the rubber band

When hovering a drop indicator we now see the blue rubberband
This commit is contained in:
Sergio Martins
2020-11-29 22:31:11 +00:00
parent 10e0402afa
commit 2c687fe469
6 changed files with 83 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
<file>private/quick/qml/DropArea.qml</file>
<file>private/quick/qml/FloatingWindow.qml</file>
<file>private/quick/qml/Frame.qml</file>
<file>private/quick/qml/RubberBand.qml</file>
<file>private/quick/qml/TitleBarBase.qml</file>
<file>private/quick/qml/TitleBar.qml</file>
<file>private/quick/qml/TitleBarButton.qml</file>