Seperating editors and making backgrounds work

This commit is contained in:
Chris Cochrun 2022-03-21 14:24:16 -05:00
parent bcdba4fea9
commit c71356cac3
8 changed files with 414 additions and 302 deletions

View file

@ -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
}
}