remove this webengineview to fix segfault when moving slides
This commit is contained in:
parent
5e883b85d7
commit
2838741132
1 changed files with 8 additions and 8 deletions
|
@ -50,14 +50,14 @@ Item {
|
||||||
pdfIndex: model.slideIndex
|
pdfIndex: model.slideIndex
|
||||||
|
|
||||||
}
|
}
|
||||||
WebEngineView {
|
/* WebEngineView { */
|
||||||
id: web
|
/* id: web */
|
||||||
anchors.centerIn: parent
|
/* anchors.centerIn: parent */
|
||||||
implicitWidth: height / 9 * 16
|
/* implicitWidth: height / 9 * 16 */
|
||||||
implicitHeight: parent.height - Kirigami.Units.smallSpacing * 2
|
/* implicitHeight: parent.height - Kirigami.Units.smallSpacing * 2 */
|
||||||
url: model.imageBackground.endsWith(".html") ? model.imageBackground : ""
|
/* url: model.imageBackground.endsWith(".html") ? model.imageBackground : "" */
|
||||||
visible: model.imageBackground.endsWith(".html")
|
/* visible: model.imageBackground.endsWith(".html") */
|
||||||
}
|
/* } */
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue