From f56a22c9d508ba3d88661f6ff72b56d0700ee327 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 26 Feb 2015 11:25:00 +0100 Subject: [PATCH] render the strip icons --- .../contents/images/homescreenicons.svg | 260 ++++++++++++++++++ containments/homescreen/contents/ui/main.qml | 4 +- 2 files changed, 262 insertions(+), 2 deletions(-) create mode 100644 containments/homescreen/contents/images/homescreenicons.svg diff --git a/containments/homescreen/contents/images/homescreenicons.svg b/containments/homescreen/contents/images/homescreenicons.svg new file mode 100644 index 00000000..e3c4edb3 --- /dev/null +++ b/containments/homescreen/contents/images/homescreenicons.svg @@ -0,0 +1,260 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/containments/homescreen/contents/ui/main.qml b/containments/homescreen/contents/ui/main.qml index 3e05f649..7699b4ca 100644 --- a/containments/homescreen/contents/ui/main.qml +++ b/containments/homescreen/contents/ui/main.qml @@ -101,7 +101,7 @@ Item { height: root.height - units.iconSizes.medium onPressAndHold: { - containment.action("configure").trigger(); + plasmoid.action("configure").trigger(); } ColumnLayout { @@ -128,7 +128,7 @@ Item { svg: stripeIcons elementId: "phone" callback: function() { - dialerOverlay.open() + console.log("Start phone") } }