Qml-app update all available icons to SVG

This commit is contained in:
Gioacchino Mazzurco 2017-07-07 14:28:41 +02:00
parent 8ebd0f770f
commit 163f6b14af
26 changed files with 202 additions and 26 deletions

View file

@ -28,8 +28,13 @@ Rectangle
Image
{
source: "qrc:/icons/edit-image-face-detect.png"
anchors.fill: parent
source: "qrc:/icons/edit-image-face-detect.svg"
anchors.centerIn: parent
height: parent.height
width: parent.width
sourceSize.height: height
sourceSize.width: width
fillMode: Image.PreserveAspectFit
}
Rectangle

View file

@ -16,11 +16,11 @@ Drawer
Rectangle
{
width: parent.width
height: parent.height
width: parent.width
height: parent.height
ListView
ListView
{
id: listView
currentIndex: -1