mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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
2 changed files with 11 additions and 0 deletions
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>TemplateCheckBox.qml</file>
|
||||||
<file>TemplateComboBox.qml</file>
|
<file>TemplateComboBox.qml</file>
|
||||||
<file>TemplateLabel.qml</file>
|
<file>TemplateLabel.qml</file>
|
||||||
|
<file>TemplateLine.qml</file>
|
||||||
<file>TemplateRadioButton.qml</file>
|
<file>TemplateRadioButton.qml</file>
|
||||||
<file>TemplateSection.qml</file>
|
<file>TemplateSection.qml</file>
|
||||||
<file>TemplateSpinBox.qml</file>
|
<file>TemplateSpinBox.qml</file>
|
||||||
|
|
Loading…
Add table
Reference in a new issue