Add the logo to the QtQuick style of the demo

master
Jos van den Oever 2017-08-25 17:30:45 +02:00
parent 328f7510ae
commit 277d253e09
2 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,9 @@ ApplicationWindow {
}
}
}
Item {}
Image {
source: "logo.svg"
}
}
}
Tab {

View File

@ -3,5 +3,6 @@
<file>demo.qml</file>
<file>chart.qml</file>
<file>demo-qtquick2.qml</file>
<file alias="logo.svg">../logo.svg</file>
</qresource>
</RCC>