mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
mobile/statistics: add simple icon
This doesn't look great, but it's already part of the breeze-icons, so it's very easy to add - and it's better than no icon. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0de26e44a5
commit
8f8ee5c589
2 changed files with 5 additions and 0 deletions
1
mobile-widgets/3rdparty/icons.qrc
vendored
1
mobile-widgets/3rdparty/icons.qrc
vendored
|
@ -21,5 +21,6 @@
|
|||
<file alias="icons/edit-copy.svg">breeze-icons/icons/actions/24/edit-copy.svg</file>
|
||||
<file alias="icons/edit-paste.svg">breeze-icons/icons/actions/24/edit-paste.svg</file>
|
||||
<file alias="icons/view-readermode.svg">breeze-icons/icons/actions/16/view-readermode.svg</file>
|
||||
<file alias="icons/office-chart-bar-stacked.svg">breeze-icons/icons/actions/24/office-chart-bar-stacked.svg</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
@ -456,6 +456,10 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
|||
}
|
||||
},
|
||||
Kirigami.Action {
|
||||
icon {
|
||||
name: ":/icons/office-chart-bar-stacked.svg"
|
||||
}
|
||||
|
||||
text: qsTr("Statistics")
|
||||
onTriggered: {
|
||||
showPage(statistics)
|
||||
|
|
Loading…
Reference in a new issue