6 lines
73 B
QML
6 lines
73 B
QML
import QtQuick
|
|
|
|
Text {
|
|
required property string time
|
|
text: time
|
|
} |