This commit is contained in:
Miguel Palhas
2025-06-15 09:45:50 +01:00
parent 1aea9ec423
commit a849ff0c7b
3 changed files with 59 additions and 0 deletions
@@ -0,0 +1,5 @@
import QtQuick
Text {
text: Time.time
}