7 lines
64 B
QML
7 lines
64 B
QML
import QtQuick
|
|
|
|
Text {
|
|
text: Time.time
|
|
color: "white"
|
|
}
|