~zeller-benjamin/ubuntu-ui-toolkit/mathutils_dont_warn

« back to all changes in this revision

Viewing changes to components.api

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2015-11-09 16:03:08 UTC
  • mfrom: (1706.3.18 cppBottomEdgeHint)
  • Revision ID: tarmac-20151109160308-hl5ulbj32dh0wqg2
BottomEdgeHint API changes, deprecating state property, introducing locked property to drive visuals lock and click handling.

Approved by Christian Dywan, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
    property bool iconFrame
177
177
    property bool progression
178
178
Ubuntu.Components.BottomEdgeHint 1.3: StyledItem
 
179
    property int deactivateTimeout
179
180
    property Flickable flickable
180
181
    property string iconName
181
182
    property url iconSource
182
183
    signal clicked()
 
184
    property Status status
183
185
    property string text
 
186
Ubuntu.Components.BottomEdgeHint.Status: Enum
 
187
    Active
 
188
    Hidden
 
189
    Inactive
 
190
    Locked
184
191
Ubuntu.Components.Button 1.0 0.1: AbstractButton
185
192
    property color color
186
193
    property QFont font