adding a connection for the presentationWindow
This commit is contained in:
parent
3012ec31f4
commit
2f0ce840be
1 changed files with 6 additions and 1 deletions
|
@ -27,8 +27,13 @@ Window {
|
|||
imageSource: SlideObject.imageBackground
|
||||
videoSource: SlideObject.videoBackground
|
||||
text: SlideObject.text
|
||||
}
|
||||
|
||||
/* Component.onCompleted: slideItem = presentationSlide */
|
||||
Connections {
|
||||
target: SlideObject
|
||||
onVideoBackgroundChanged: {
|
||||
loadVideo();
|
||||
}
|
||||
}
|
||||
|
||||
function loadVideo() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue