Browse Source

Добавил лого и версию

Denis V. Dedkov 7 năm trước cách đây
mục cha
commit
1e3629cea9
1 tập tin đã thay đổi với 18 bổ sung0 xóa
  1. 18 0
      main.qml

+ 18 - 0
main.qml

@@ -54,6 +54,24 @@ ApplicationWindow {
         Column {
             anchors.fill: parent
 
+            Row {
+                width: parent.width
+                height: 100
+
+                Image {
+                    anchors.top: parent.top
+                    anchors.bottom: parent.bottom
+                    anchors.margins: 10
+                    source: "lamp.png"
+                }
+
+                Label {
+                    anchors.verticalCenter: parent.verticalCenter
+                    font.pointSize: 20
+                    text: qsTr("nooLight v0.1")
+                }
+            }
+
             ItemDelegate {
                 text: qsTr("Settings")
                 width: parent.width