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