diff options
-rw-r--r-- | main.qml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -87,6 +87,10 @@ ApplicationWindow { to: 1 value: 0 Layout.fillWidth: true + onMoved: { + var position = audioInterface.duration*slider.value + audioInterface.seek(position) + } } Text { id: currentPositionText |