Replace pull menu with header icon; more dialogs

This commit is contained in:
Thomas Perl 2014-03-15 20:06:48 +01:00
parent 96cbdd4b64
commit debc6519be
17 changed files with 121 additions and 201 deletions

View file

@ -24,9 +24,12 @@ import 'common/util.js' as Util
import 'common/constants.js' as Constants
import 'icons/icons.js' as Icons
SlidePage {
Dialog {
id: playerPage
contentHeight: flickable.contentHeight
fullWidth: true
Flickable {
id: flickable
anchors.fill: parent
@ -38,7 +41,7 @@ SlidePage {
Column {
id: column
width: playerPage.width
width: flickable.width
spacing: 10 * pgst.scalef
SlidePageHeader {
@ -79,7 +82,7 @@ SlidePage {
PSlider {
id: slider
width: playerPage.width
width: flickable.width
value: player.position
min: 0
max: player.duration