mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-21 13:42:03 +00:00
[Linux] Add settings page (empty)
This commit is contained in:
committed by
Tim Gromeyer
parent
eacd862ef3
commit
3aeff4d986
13
linux/Icon.qml
Normal file
13
linux/Icon.qml
Normal file
@@ -0,0 +1,13 @@
|
||||
// Icon.qml
|
||||
import QtQuick 2.15
|
||||
|
||||
Text {
|
||||
property string icon: ""
|
||||
font.family: iconFont.name
|
||||
text: icon
|
||||
|
||||
FontLoader {
|
||||
id: iconFont
|
||||
source: "qrc:/icons/assets/fonts/SF-Symbols-6.ttf"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user