7 lines
144 B
QML
7 lines
144 B
QML
import "root:/config"
|
|
import QtQuick
|
|
|
|
Text {
|
|
font.family: Appearance.font.family.material
|
|
font.pointSize: Appearance.font.size.larger
|
|
}
|