attempt use slide_obj in qml
QML doesn't understand QMap_QString_QVariant yet.
This commit is contained in:
parent
1fefe5dca3
commit
0936490bee
3 changed files with 6 additions and 5 deletions
|
@ -16,7 +16,7 @@ FocusScope {
|
|||
|
||||
property var text
|
||||
property int textIndex: 0
|
||||
property string itemType: SlideObject.type
|
||||
property string itemType: SlideObject.ty
|
||||
property url imagebackground: SlideObject.imageBackground
|
||||
property url vidbackground: SlideObject.videoBackground
|
||||
|
||||
|
@ -120,14 +120,14 @@ FocusScope {
|
|||
implicitHeight: width / 16 * 9
|
||||
anchors.centerIn: parent
|
||||
textSize: SlideObject.fontSize
|
||||
itemType: SlideObject.type
|
||||
itemType: SlideObject.ty
|
||||
imageSource: SlideObject.imageBackground
|
||||
videoSource: SlideObject.videoBackground
|
||||
audioSource: SlideObject.audio
|
||||
chosenFont: SlideObject.font
|
||||
text: SlideObject.text
|
||||
pdfIndex: SlideObject.pdfIndex
|
||||
vidLoop: SlideObject.loop
|
||||
vidLoop: SlideObject.looping
|
||||
preview: true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue