put clock widget into its own file

This commit is contained in:
2025-11-10 13:52:07 +01:00
parent 92906d1041
commit 89b6ac6c86

6
user/ClockWidget.qml Normal file
View File

@@ -0,0 +1,6 @@
import QtQuick
Text {
required property string time
text: time
}