2020-09-15 10:53:00 +00:00
|
|
|
import QtQuick 2.13
|
2021-09-28 15:04:06 +00:00
|
|
|
|
|
|
|
import utils 1.0
|
2021-10-14 13:09:35 +00:00
|
|
|
import "./"
|
2020-09-15 10:53:00 +00:00
|
|
|
|
2021-10-14 10:44:52 +00:00
|
|
|
// TODO: replace with StatusBaseText
|
2020-09-15 10:53:00 +00:00
|
|
|
StyledText {
|
|
|
|
id: glossaryLetterA
|
|
|
|
font.pixelSize: 17
|
|
|
|
font.weight: Font.Bold
|
|
|
|
color: Style.current.blue
|
|
|
|
}
|