blob: 17378141630329415fac80acc89c0fcb6595606f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
import "root:/widgets"
import "root:/services"
import "root:/utils"
import "root:/config"
import QtQuick
import QtQuick.Layouts
Text {
Layout.alignment: Qt.AlignCenter
text: Icons.osIcon
font.pointSize: Appearance.font.size.smaller
font.family: Appearance.font.family.mono
color: Appearance.colours.yellow
}
|