10 lines
123 B
QML
10 lines
123 B
QML
import QtQuick
|
|
|
|
Text {
|
|
required property string time
|
|
font.family: "KelmscottMono"
|
|
font.pointSize: 14
|
|
|
|
text: time
|
|
}
|