2020-06-19 14:06:58 -04:00
|
|
|
import QtQuick 2.13
|
2021-09-28 18:04:06 +03:00
|
|
|
|
|
|
|
import utils 1.0
|
2020-06-19 14:06:58 -04:00
|
|
|
|
|
|
|
Text {
|
2022-09-15 17:23:51 +02:00
|
|
|
font.family: Style.current.baseFont.name
|
2020-07-13 14:45:54 -04:00
|
|
|
color: Style.current.textColor
|
2020-06-19 14:06:58 -04:00
|
|
|
}
|