2020-06-19 18:06:58 +00:00
|
|
|
import QtQuick 2.13
|
2021-09-28 15:04:06 +00:00
|
|
|
|
|
|
|
import utils 1.0
|
2020-06-19 18:06:58 +00:00
|
|
|
|
|
|
|
Text {
|
2022-09-15 15:23:51 +00:00
|
|
|
font.family: Style.current.baseFont.name
|
2023-09-22 10:08:28 +00:00
|
|
|
font.pixelSize: Style.current.primaryTextFontSize
|
2020-07-13 18:45:54 +00:00
|
|
|
color: Style.current.textColor
|
2020-06-19 18:06:58 +00:00
|
|
|
}
|