Quick GUI: Use SVG icon for logo

This commit is contained in:
Martchus 2018-09-02 19:08:03 +02:00
parent c0c2ee997f
commit a8681e6af1
2 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,8 @@ Kirigami.ApplicationWindow {
}
globalDrawer: Kirigami.GlobalDrawer {
id: leftMenu
title: qsTr("Password manager")
titleIcon: "qrc://icons/hicolor/128x128/apps/passwordmanager.png"
title: qsTr("Password Manager")
titleIcon: "qrc://icons/hicolor/scalable/apps/passwordmanager.svg"
visible: !nativeInterface.fileOpen
topContent: ColumnLayout {
Layout.fillWidth: true

View File

@ -1,5 +1,6 @@
<RCC>
<qresource prefix="/">
<file>icons/hicolor/128x128/apps/passwordmanager.png</file>
<file>icons/hicolor/scalable/apps/passwordmanager.svg</file>
</qresource>
</RCC>