mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 14:20:44 -04:00
Qml-app update all available icons to SVG
This commit is contained in:
parent
8ebd0f770f
commit
163f6b14af
26 changed files with 202 additions and 26 deletions
|
@ -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
|
||||
|
|
|
@ -16,11 +16,11 @@ Drawer
|
|||
|
||||
Rectangle
|
||||
{
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
|
||||
|
||||
ListView
|
||||
ListView
|
||||
{
|
||||
id: listView
|
||||
currentIndex: -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue