Add support for chapters in episodes

This commit is contained in:
Thomas Perl 2014-04-30 18:49:37 +02:00
parent bb20181a77
commit 69c803ab5c
7 changed files with 160 additions and 0 deletions

View file

@ -67,6 +67,7 @@ Dialog {
PLabel {
anchors {
left: parent.left
right: parent.right
verticalCenter: parent.verticalCenter
margins: 20 * pgst.scalef
}
@ -74,6 +75,7 @@ Dialog {
text: modelData
color: (index == selectionDialog.selectedIndex || buttonArea.pressed) ? Constants.colors.dialogHighlight : Constants.colors.dialogText
font.pixelSize: 30 * pgst.scalef
elide: Text.ElideRight
}
onClicked: {