9 lines
180 B
QML
9 lines
180 B
QML
import player 1.0
|
|
|
|
SmoothButton {
|
|
iconSource: "icons/" + appearance.themeName + "/forward.svg"
|
|
onClicked: {
|
|
player.playerCommand(Enums.Commands.Seek, "10")
|
|
}
|
|
}
|