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