adding song_editor and trying to embed song_model to it

This commit is contained in:
Chris Cochrun 2023-10-06 08:35:02 -05:00
parent 19e3c71ff2
commit e1a6e65295
4 changed files with 62 additions and 15 deletions

View file

@ -144,6 +144,10 @@ Controls.Page {
ServiceThing { id: serviceThing }
FileHelper { id: fileHelper }
SlideHelper { id: slideHelper }
SongEditor {
id: songEditor
songModel: songProxyModel.songModel()
}
function changeServiceItem(index) {
console.log("change-service-item: " + index);