2
import Ubuntu.Components 0.1
8
property double fixedWidth
13
sourceSize.width: fixedWidth
14
fillMode: Image.PreserveAspectCrop
15
source: "image://poppler/page/1"
20
onShouldReloadImgChanged: {
21
if (parent.shouldReloadImg)
23
fixedWidth = parent.width
28
Component.onCompleted: {
29
fixedWidth = parent.width