Basic bootstrap icons test
This commit is contained in:
parent
b639c3632d
commit
ed78b6b3f5
4 changed files with 22 additions and 11 deletions
|
|
@ -13,6 +13,17 @@ Singleton {
|
|||
property ListModel displayFonts: ListModel {}
|
||||
property bool fontsLoaded: false
|
||||
|
||||
property var icons: {
|
||||
"sunny": "\ue30d",
|
||||
"partly_cloudy": "\ue302",
|
||||
"cloud": "\ue312",
|
||||
"foggy": "\ue311",
|
||||
"rainy": "\ue318"
|
||||
}
|
||||
|
||||
|
||||
// -------------------------------------------
|
||||
|
||||
function init() {
|
||||
Logger.log("Font", "Service started")
|
||||
loadSystemFonts()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue