From bd06ec371c24786e6e628cd7e538355a1cda254f Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Mon, 11 Feb 2019 18:55:18 +0100 Subject: mobile-widgets/qml: add TemplateLine Signed-off-by: Jan Iversen Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/TemplateLine.qml | 10 ++++++++++ mobile-widgets/qml/mobile-resources.qrc | 1 + 2 files changed, 11 insertions(+) create mode 100644 mobile-widgets/qml/TemplateLine.qml (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/TemplateLine.qml b/mobile-widgets/qml/TemplateLine.qml new file mode 100644 index 000000000..b60b07491 --- /dev/null +++ b/mobile-widgets/qml/TemplateLine.qml @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 +import QtQuick 2.11 +import QtQuick.Controls 2.4 +import QtQuick.Layouts 1.11 + +Rectangle { + color: "black" + height: 1 + width: parent.width +} diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index 5c408654d..0eba5ea0c 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -4,6 +4,7 @@ TemplateCheckBox.qml TemplateComboBox.qml TemplateLabel.qml + TemplateLine.qml TemplateRadioButton.qml TemplateSection.qml TemplateSpinBox.qml -- cgit v1.2.3-70-g09d2