|
|
|
@ -127,11 +127,11 @@ Item {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
addDisplaced: Transition {
|
|
|
|
addDisplaced: Transition {
|
|
|
|
NumberAnimation { properties: "x, y"; duration: 300 }
|
|
|
|
NumberAnimation { properties: "x, y"; duration: 250 }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
removeDisplaced: Transition {
|
|
|
|
removeDisplaced: Transition {
|
|
|
|
NumberAnimation { properties: "x, y"; duration: 300 }
|
|
|
|
NumberAnimation { properties: "x, y"; duration: 250 }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
delegate: Item {
|
|
|
|
delegate: Item {
|
|
|
|
@ -151,6 +151,7 @@ Item {
|
|
|
|
id: _itemMouseArea
|
|
|
|
id: _itemMouseArea
|
|
|
|
anchors.fill: parent
|
|
|
|
anchors.fill: parent
|
|
|
|
hoverEnabled: true
|
|
|
|
hoverEnabled: true
|
|
|
|
|
|
|
|
z: 999
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
RowLayout {
|
|
|
|
RowLayout {
|
|
|
|
|