2 * Copyright 2014 Canonical Ltd.
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License as published by
6 * the Free Software Foundation; version 3.
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU Lesser General Public License for more details.
13 * You should have received a copy of the GNU Lesser General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 import Ubuntu.Components 0.1
19 import "../Components"
25 property string name: ""
26 property url image: ""
30 anchors.horizontalCenter: parent.horizontalCenter
31 anchors.verticalCenter: parent.verticalCenter
32 anchors.verticalCenterOffset: -units.gu(4)
41 sourceSize.width: iconShape.width
42 sourceSize.height: iconShape.height
44 fillMode: Image.PreserveAspectCrop
50 anchors.horizontalCenter: parent.horizontalCenter
51 anchors.top: iconShape.bottom
52 anchors.topMargin: units.gu(2)
57 visible: parent.visible
58 anchors.horizontalCenter: parent.horizontalCenter
59 anchors.bottom: parent.bottom
60 anchors.bottomMargin: units.gu(12)
65 enabled: parent.visible
66 // absorb all mouse events