blob: 4ba94177cb01f4f2ec8bffeb181e1d8b34ba0dcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
import qs.widgets
import qs.services
import qs.utils
import qs.config
StyledText {
text: Icons.osIcon
font.pointSize: Appearance.font.size.smaller
font.family: Appearance.font.family.mono
color: Colours.palette.m3tertiary
}
|