put clock widget into its own file
This commit is contained in:
6
user/ClockWidget.qml
Normal file
6
user/ClockWidget.qml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import QtQuick
|
||||||
|
|
||||||
|
Text {
|
||||||
|
required property string time
|
||||||
|
text: time
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user