Fix missing icons since move to PyQt6

This commit is contained in:
fieldOfView 2022-04-22 22:33:14 +02:00
parent 5d859ffacc
commit b622738ae3
9 changed files with 12 additions and 12 deletions

View file

@ -23,7 +23,7 @@ Column
{
id: profileImage
fillMode: Image.PreserveAspectFit
source: "../images/backup.svg"
source: Qt.resolvedUrl("../images/backup.svg")
anchors.horizontalCenter: parent.horizontalCenter
width: Math.round(parent.width / 4)
}