making a PreviewSlideListDelegate and using a repeater

This commit is contained in:
Chris Cochrun 2023-01-16 17:11:52 -06:00
parent 8442913576
commit 40cb3163e2
4 changed files with 108 additions and 80 deletions

View file

@ -22,7 +22,7 @@ Item {
property url audioSource
property int pdfIndex
property string chosenFont: "Quicksand"
property string text: "This is demo text"
property string text
property string audioError
property color backgroundColor
property var hTextAlignment: Text.AlignHCenter