mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-21 01:57:27 -04:00
Add Font-Awesome
This commit is contained in:
8
fonts/FontAwesome/Object.qml
Normal file
8
fonts/FontAwesome/Object.qml
Normal file
@@ -0,0 +1,8 @@
|
||||
import QtQuick 2.0
|
||||
|
||||
QtObject {
|
||||
id: object
|
||||
default property alias children: object.__children
|
||||
|
||||
property list<QtObject> __children: [QtObject {}]
|
||||
}
|
||||
Reference in New Issue
Block a user