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:
parent
07c4d94f8a
commit
bd06ec371c
10
mobile-widgets/qml/TemplateLine.qml
Normal file
10
mobile-widgets/qml/TemplateLine.qml
Normal 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
|
||||
}
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user