adding song_editor and trying to embed song_model to it
This commit is contained in:
parent
19e3c71ff2
commit
e1a6e65295
4 changed files with 62 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue