Seperating editors and making backgrounds work
This commit is contained in:
parent
bcdba4fea9
commit
c71356cac3
8 changed files with 414 additions and 302 deletions
|
@ -11,10 +11,15 @@ import "./" as Presenter
|
|||
Item {
|
||||
id: root
|
||||
|
||||
property string imageBackground
|
||||
property string videoBackground
|
||||
|
||||
Presenter.Slide {
|
||||
id: representation
|
||||
anchors.fill: parent
|
||||
textSize: width / 15
|
||||
editMode: true
|
||||
imageSource: imageBackground
|
||||
videoSource: videoBackground
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue