adding a custom rangedslider

This commit is contained in:
Chris Cochrun 2023-04-18 15:32:42 -05:00
parent 8c89c49f4a
commit 8b231de32b
4 changed files with 132 additions and 1 deletions

View file

@ -76,9 +76,10 @@ Item {
Image {
id: imagePreview
Layout.preferredWidth: 600
Layout.fillWidth: true
Layout.preferredHeight: Layout.preferredWidth / 16 * 9
Layout.alignment: Qt.AlignCenter
Layout.fillHeight: true
fillMode: Image.PreserveAspectFit
source: image.filePath
}