Files
z-bar-qt/Components/CustomFlickable.qml
T
Zacharias-Brohn 22015bf61d custom switch
2026-02-23 21:38:45 +01:00

14 lines
163 B
QML

import QtQuick
Flickable {
id: root
maximumFlickVelocity: 3000
rebound: Transition {
Anim {
properties: "x,y"
}
}
}