From 1e3629cea9db69b2db8fd20929452a86f9a5b5f8 Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Thu, 9 Aug 2018 22:34:17 +0200 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BB=D0=BE=D0=B3=D0=BE=20=D0=B8=20=D0=B2=D0=B5=D1=80=D1=81?= =?UTF-8?q?=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.qml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/main.qml b/main.qml index 0d3bd39..8451453 100644 --- a/main.qml +++ b/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