Dekko
Line.qml
1
/* Copyright (C) 2016 - 2017 Dan Chapman <dpniel@ubuntu.com>
2
3
This file is part of Dekko email client for Ubuntu devices
4
5
This program is free software; you can redistribute it and/or
6
modify it under the terms of the GNU General Public License as
7
published by the Free Software Foundation; either version 2 of
8
the License or (at your option) version 3
9
10
This program is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
GNU General Public License for more details.
14
15
You should have received a copy of the GNU General Public License
16
along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
import
QtQuick 2.4
19
import
Dekko
.Lomiri.Constants 1.0
20
21
Rectangle {
22
color:
Style
.
lineColor
23
implicitWidth:
Style
.
lineSize
24
implicitHeight:
Style
.
lineSize
25
height: implicitHeight
26
width: implicitWidth
27
}
28
Dekko::Lomiri::Constants::Style::lineSize
int lineSize
Definition:
Style.qml:36
Dekko::Lomiri::Constants::Style::lineColor
color lineColor
Definition:
Style.qml:39
Dekko
Definition:
Dekko.qml:30
Dekko::Lomiri::Constants::Style
Definition:
Style.qml:23
plugins
ubuntu-plugin
imports
components
Line.qml
Generated by
1.8.17