|
|
@ -48,8 +48,8 @@ Page { |
|
|
|
Layout.fillHeight: true |
|
|
|
Layout.fillHeight: true |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.fillWidth: true |
|
|
|
|
|
|
|
|
|
|
|
sourceSize.height: height |
|
|
|
sourceSize.height: parent.availableHeight - namefield.height |
|
|
|
sourceSize.width: width |
|
|
|
sourceSize.width: parent.availableWidth |
|
|
|
fillMode: Image.PreserveAspectFit |
|
|
|
fillMode: Image.PreserveAspectFit |
|
|
|
smooth: true |
|
|
|
smooth: true |
|
|
|
mipmap: true |
|
|
|
mipmap: true |
|
|
@ -63,6 +63,7 @@ Page { |
|
|
|
source: (modelData.thumbnail != "") ? modelData.thumbnail : ("image://colorimage/:/icons/icons/ui/"+typeStr+".svg?" + Nheko.colors.buttonText) |
|
|
|
source: (modelData.thumbnail != "") ? modelData.thumbnail : ("image://colorimage/:/icons/icons/ui/"+typeStr+".svg?" + Nheko.colors.buttonText) |
|
|
|
} |
|
|
|
} |
|
|
|
MatrixTextField { |
|
|
|
MatrixTextField { |
|
|
|
|
|
|
|
id: namefield |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.fillWidth: true |
|
|
|
text: modelData.filename |
|
|
|
text: modelData.filename |
|
|
|
onTextEdited: modelData.filename = text |
|
|
|
onTextEdited: modelData.filename = text |
|
|
|