Setting slide changes on changing service item
This commit is contained in:
parent
3e646d8728
commit
4c84fdc614
9 changed files with 53 additions and 24 deletions
|
@ -107,6 +107,7 @@ ColumnLayout {
|
|||
onClicked: {
|
||||
serviceItemList.currentIndex = index;
|
||||
showPassiveNotification(serviceItemList.currentIndex);
|
||||
changeSlideText(text);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -140,10 +141,12 @@ ColumnLayout {
|
|||
ListElement {
|
||||
name: "10,000 Reason"
|
||||
type: "song"
|
||||
text: "YIP YIP!"
|
||||
}
|
||||
ListElement {
|
||||
name: "Marvelous Light"
|
||||
type: "song"
|
||||
text: "YIP YIP!"
|
||||
}
|
||||
ListElement {
|
||||
name: "10,000 Reason"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue