mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-08-09 20:47:55 +00:00
15 lines
174 B
QML
15 lines
174 B
QML
import ".."
|
|
import QtQuick
|
|
|
|
ListView {
|
|
id: root
|
|
|
|
maximumFlickVelocity: 3000
|
|
|
|
rebound: Transition {
|
|
Anim {
|
|
properties: "x,y"
|
|
}
|
|
}
|
|
}
|