main
朱子楚\zhuzi 2023-03-01 13:10:17 +08:00
parent 392f6e0047
commit eb2d181ff0
2 changed files with 5 additions and 1211 deletions

View File

@ -77,6 +77,7 @@ Item {
asynchronous: true asynchronous: true
anchors.fill: parent anchors.fill: parent
source: "qrc:/res/svg/avatar_1.svg" source: "qrc:/res/svg/avatar_1.svg"
sourceSize: Qt.size(width,height)
} }
layer.enabled: true layer.enabled: true
layer.effect: FluDropShadow {} layer.effect: FluDropShadow {}
@ -89,6 +90,7 @@ Item {
Image { Image {
asynchronous: true asynchronous: true
anchors.fill: parent anchors.fill: parent
sourceSize: Qt.size(width,height)
source: "qrc:/res/svg/avatar_2.svg" source: "qrc:/res/svg/avatar_2.svg"
} }
layer.enabled: true layer.enabled: true
@ -101,6 +103,7 @@ Item {
Image { Image {
asynchronous: true asynchronous: true
anchors.fill: parent anchors.fill: parent
sourceSize: Qt.size(width,height)
source: "qrc:/res/svg/avatar_3.svg" source: "qrc:/res/svg/avatar_3.svg"
} }
layer.enabled: true layer.enabled: true
@ -117,6 +120,7 @@ Item {
Image { Image {
asynchronous: true asynchronous: true
anchors.fill: parent anchors.fill: parent
sourceSize: Qt.size(width,height)
source: "qrc:/res/svg/avatar_4.svg" source: "qrc:/res/svg/avatar_4.svg"
} }
layer.enabled: true layer.enabled: true
@ -132,6 +136,7 @@ Item {
asynchronous: true asynchronous: true
source: "qrc:/res/image/image_huoyin.webp" source: "qrc:/res/image/image_huoyin.webp"
anchors.fill: parent anchors.fill: parent
sourceSize: Qt.size(width,height)
} }
Layout.topMargin: 10 Layout.topMargin: 10
layer.enabled: true layer.enabled: true

File diff suppressed because it is too large Load Diff