the addition of a thumbnailer that works for videos
the previewSlideDelegate now uses the thumbnails instead
This commit is contained in:
parent
1b55be29e5
commit
014a38a4f9
11 changed files with 638 additions and 37 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue