adding a presentation editor and ui to get there

This commit is contained in:
Chris Cochrun 2022-09-23 06:20:43 -05:00
parent f32c92c0ce
commit ed58e2cda1
4 changed files with 212 additions and 2 deletions

View file

@ -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);
}
}