Replace pull menu with header icon; more dialogs
This commit is contained in:
parent
96cbdd4b64
commit
debc6519be
17 changed files with 121 additions and 201 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue