6 lines
42 B
QML
6 lines
42 B
QML
import QtQuick
|
|
|
|
Text {
|
|
text: Time.time
|
|
}
|
import QtQuick
|
|
|
|
Text {
|
|
text: Time.time
|
|
}
|