mobile-widgets/qml: add TemplateLine

Signed-off-by: Jan Iversen <jani@apache.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
jan Iversen 2019-02-11 18:55:18 +01:00 committed by Dirk Hohndel
parent 07c4d94f8a
commit bd06ec371c
2 changed files with 11 additions and 0 deletions

View file

@ -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
}

View file

@ -4,6 +4,7 @@
<file>TemplateCheckBox.qml</file>
<file>TemplateComboBox.qml</file>
<file>TemplateLabel.qml</file>
<file>TemplateLine.qml</file>
<file>TemplateRadioButton.qml</file>
<file>TemplateSection.qml</file>
<file>TemplateSpinBox.qml</file>