~saviq/unity8/build-arm64

« back to all changes in this revision

Viewing changes to tests/plugins/Dash/cardcreator/3.res.cardcreator

  • Committer: CI Train Bot
  • Author(s): Andrea Cimitan
  • Date: 2016-05-04 18:08:28 UTC
  • mfrom: (2103.6.33 card-social)
  • Revision ID: ci-train-bot@canonical.com-20160504180828-aetx14xx5yy600eg
Add social actions to cards
Approved by: Josh Arenson

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
                property bool showHeader: true; 
11
11
                implicitWidth: childrenRect.width; 
12
12
                enabled: true;
13
 
 
 
13
signal action(var actionId);
14
14
readonly property size artShapeSize: artShapeLoader.item ? Qt.size(artShapeLoader.item.width, artShapeLoader.item.height) : Qt.size(-1, -1);
15
15
Item  { 
16
16
                            id: artShapeHolder;