Timeline

component fbx.ui.control.TimeLine

TimeLine shows a ProgressBar with multimedia player indications on overlay. It inherits properties from ProgressBar.

../../../_images/timeline.png

Timeline shows all multimedia player state

TimeLine {
    height: 40
    width: 200

    nameLabel: "Hello, world !"

    minimumValue: 0
    preloadValue: 0

    value: 1848
    endTimeLabel: "1:44:12"

    maximumValue: 6252
    currentTimeLabel: "0:30:48"

    status: "play"
}
property nameLabel

Label for the current stream

property currentTimeLabel

Label for current cursor

property endTimeLabel

Label for total timeline

property status

Player status to show leftmost of the timeline