Files
tshell/Clock.qml
2026-02-26 20:45:55 +05:30

6 lines
45 B
QML

import QtQuick
Text {
text: Time.time
}