adding text to the SlideObject
This commit is contained in:
parent
51f8488089
commit
25b07dbab9
5 changed files with 29 additions and 17 deletions
|
@ -28,6 +28,14 @@ Window {
|
|||
videoSource: SlideObject.videoBackground
|
||||
text: SlideObject.text
|
||||
|
||||
Component.onCompleted: slideItem = presentationSlide
|
||||
/* Component.onCompleted: slideItem = presentationSlide */
|
||||
}
|
||||
|
||||
function loadVideo() {
|
||||
presentationSlide.loadVideo();
|
||||
}
|
||||
|
||||
function stopVideo() {
|
||||
presentationSlide.stopVideo()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue