2
import Ubuntu.Components 0.1
3
import Ubuntu.Components.Themes.Ambiance 0.1
6
property alias header: header.text
7
property alias value: value.text
8
property string headerColor :"black"
9
property string detailColor :"grey"
11
property int headerWidth: header.width
19
anchors.left: parent.left
23
x: xMargin + units.gu(1)