non important commit
This commit is contained in:
parent
fcf6eeca8e
commit
e11313630a
1 changed files with 18 additions and 15 deletions
|
|
@ -3,6 +3,13 @@ import QtQuick
|
||||||
|
|
||||||
ShellRoot {
|
ShellRoot {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
|
SystemClock {
|
||||||
|
id: clock
|
||||||
|
precision: SystemClock.Minutes
|
||||||
|
}
|
||||||
|
|
||||||
|
Variants {
|
||||||
PanelWindow {
|
PanelWindow {
|
||||||
anchors.top: true
|
anchors.top: true
|
||||||
anchors.left: true
|
anchors.left: true
|
||||||
|
|
@ -10,11 +17,6 @@ ShellRoot {
|
||||||
implicitWidth: 50
|
implicitWidth: 50
|
||||||
color: "#1a1b26"
|
color: "#1a1b26"
|
||||||
|
|
||||||
SystemClock {
|
|
||||||
id: clock
|
|
||||||
precision: SystemClock.Minutes
|
|
||||||
}
|
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
color: "#FFFFFF"
|
color: "#FFFFFF"
|
||||||
|
|
@ -22,4 +24,5 @@ ShellRoot {
|
||||||
text: Qt.formatDateTime(clock.date, "hh\nmm")
|
text: Qt.formatDateTime(clock.date, "hh\nmm")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue