adding a custom rangedslider
This commit is contained in:
parent
8c89c49f4a
commit
8b231de32b
4 changed files with 132 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue