the addition of a thumbnailer that works for videos

the previewSlideDelegate now uses the thumbnails instead
This commit is contained in:
Chris Cochrun 2023-02-08 14:16:26 -06:00
parent 1b55be29e5
commit 014a38a4f9
11 changed files with 638 additions and 37 deletions

View file

@ -245,8 +245,8 @@ FocusScope {
cellWidth: Kirigami.Units.gridUnit * 11
cellHeight: Kirigami.Units.gridUnit * 8
/* spacing: Kirigami.Units.smallSpacing * 2 */
cacheBuffer: 200
reuseItems: false
cacheBuffer: 800
reuseItems: true
clip: true
model: SlideModel
delegate: Presenter.PreviewSlideListDelegate { showVidBG: false }