~faenil/ubuntu-ui-toolkit/ContactsAdaptive_UIToolkit

« back to all changes in this revision

Viewing changes to components.api

  • Committer: Andrea Bernabei
  • Date: 2015-07-10 12:31:38 UTC
  • mfrom: (1547.1.7 multiColumnView)
  • Revision ID: andrea.bernabei@canonical.com-20150710123138-txi5c9gpuo375qwj
merge multiColumnView branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    signal clicked()
9
9
    signal pressAndHold()
10
10
    property bool pressed
11
 
Ubuntu.Components.Action 1.0 0.1: QtObject
 
11
Ubuntu.Components.Action 1.3 1.0 0.1: QtObject
12
12
    property string description
13
13
    property bool enabled
14
14
    property string iconName
20
20
    function trigger()
21
21
    property string name
22
22
    property Type parameterType
 
23
    property var shortcut
23
24
    property string text
24
25
    property bool visible
25
26
Ubuntu.Components.Action.Type: Enum