diff --git a/example/example.qrc b/example/example.qrc index e188d4c6..9a6cd21f 100644 --- a/example/example.qrc +++ b/example/example.qrc @@ -177,7 +177,6 @@ qml/window/SingleInstanceWindow.qml qml/window/SingleTaskWindow.qml qml/window/StandardWindow.qml - res/image/bg_scenic.png res/image/image_1.jpg qml/window/PageWindow.qml qml/page/T_StaggeredLayout.qml @@ -209,5 +208,6 @@ qml/global/GlobalModel.qml qml/page/T_Sheet.qml qml/page/T_GroupBox.qml + res/image/bg_scenic.jpg diff --git a/example/qml/page/T_Acrylic.qml b/example/qml/page/T_Acrylic.qml index 7d6297c1..baf638c3 100644 --- a/example/qml/page/T_Acrylic.qml +++ b/example/qml/page/T_Acrylic.qml @@ -53,7 +53,7 @@ FluScrollablePage{ Image { id:image asynchronous: true - source: "qrc:/example/res/image/bg_scenic.png" + source: "qrc:/example/res/image/bg_scenic.jpg" anchors.fill: parent sourceSize: Qt.size(2*width,2*height) } diff --git a/example/res/image/bg_scenic.jpg b/example/res/image/bg_scenic.jpg new file mode 100644 index 00000000..5e068cd6 Binary files /dev/null and b/example/res/image/bg_scenic.jpg differ diff --git a/example/res/image/bg_scenic.png b/example/res/image/bg_scenic.png deleted file mode 100644 index 4cd2291c..00000000 Binary files a/example/res/image/bg_scenic.png and /dev/null differ