~jhodapp/+junk/mediaplayer-app-gst-1.0

« back to all changes in this revision

Viewing changes to src/qml/player/TimeLine.qml

  • Committer: Tarmac
  • Author(s): Renato Araujo Oliveira Filho, Kaleo
  • Date: 2013-07-02 22:39:16 UTC
  • mfrom: (111.1.4 new_theming)
  • Revision ID: tarmac-20130702223916-sp3appfuyeescaj5
* Adapt slider to newer and simpler toolkit's theming infrastructure.
* Fixed autopilot tests.
* Changed test video file.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import QtQuick 2.0
21
21
import Ubuntu.Components 0.1
22
22
import "../sdk"
23
 
import "../theme"
24
23
 
25
24
Item {
26
25
    id: _timeLine
45
44
        id: _slider
46
45
 
47
46
        objectName: "TimeLine.Slider"
48
 
        ItemStyle.delegate: VideoSlider {property Item item: _slider}
 
47
        style: VideoSlider {property Item item: _slider}
49
48
        anchors {
50
49
            top: parent.top
51
50
            bottom: parent.bottom