added a serviceitemmodel and working on implementing move and insert
This commit is contained in:
parent
2857ce6c2b
commit
105c958810
9 changed files with 396 additions and 159 deletions
|
@ -129,6 +129,10 @@ Controls.Page {
|
|||
id: videosqlmodel
|
||||
}
|
||||
|
||||
ServiceItemModel {
|
||||
id: serviceItemModel
|
||||
}
|
||||
|
||||
function changeSlideType(type) {
|
||||
presentation.itemType = type;
|
||||
if (slideItem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue