adding a presentation editor and ui to get there
This commit is contained in:
parent
f32c92c0ce
commit
ed58e2cda1
4 changed files with 212 additions and 2 deletions
|
@ -845,7 +845,7 @@ Item {
|
|||
dragItemTitle = title;
|
||||
dragItemType = "pres";
|
||||
dragItemText = "";
|
||||
dragItemBackgroundType = "pres";
|
||||
dragItemBackgroundType = "image";
|
||||
dragItemBackground = filePath;
|
||||
} else {
|
||||
presListItem.Drag.drop()
|
||||
|
@ -866,7 +866,7 @@ Item {
|
|||
const pres = pressqlmodel.getPresentation(presentationLibraryList.currentIndex);
|
||||
if (!editMode)
|
||||
editMode = true;
|
||||
editType = "pres";
|
||||
editType = "presentation";
|
||||
editSwitch(pres);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue