mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +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"
|
|
}
|
|
}
|
|
}
|