bug: fixed presentation not looping
This commit is contained in:
parent
bcfa587d85
commit
802f3ffbde
2 changed files with 2 additions and 2 deletions
|
@ -119,12 +119,12 @@ FocusScope {
|
||||||
implicitWidth: root.width - 400 > 200 ? root.width - 400 : 200
|
implicitWidth: root.width - 400 > 200 ? root.width - 400 : 200
|
||||||
implicitHeight: width / 16 * 9
|
implicitHeight: width / 16 * 9
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
textSize: SlideObject.fontSize
|
|
||||||
itemType: SlideObject.ty
|
itemType: SlideObject.ty
|
||||||
imageSource: SlideObject.imageBackground
|
imageSource: SlideObject.imageBackground
|
||||||
videoSource: SlideObject.videoBackground
|
videoSource: SlideObject.videoBackground
|
||||||
audioSource: SlideObject.audio
|
audioSource: SlideObject.audio
|
||||||
chosenFont: SlideObject.font
|
chosenFont: SlideObject.font
|
||||||
|
textSize: SlideObject.fontSize
|
||||||
text: SlideObject.text
|
text: SlideObject.text
|
||||||
pdfIndex: SlideObject.slideIndex
|
pdfIndex: SlideObject.slideIndex
|
||||||
vidLoop: SlideObject.looping
|
vidLoop: SlideObject.looping
|
||||||
|
|
|
@ -42,7 +42,7 @@ Window {
|
||||||
textSize: SlideObject.fontSize
|
textSize: SlideObject.fontSize
|
||||||
pdfIndex: SlideObject.pdfIndex
|
pdfIndex: SlideObject.pdfIndex
|
||||||
itemType: SlideObject.ty
|
itemType: SlideObject.ty
|
||||||
vidLoop: SlideObject.loop
|
vidLoop: SlideObject.looping
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue