~aacid/unity8/moreAsyncAudioCard

« back to all changes in this revision

Viewing changes to qml/Dash/Previews/Preview.qml

  • Committer: Albert Astals Cid
  • Date: 2016-03-10 08:32:16 UTC
  • mfrom: (2136.2.83 unity8)
  • Revision ID: albert.astals@canonical.com-20160310083216-8nnplxl85qx13xd0
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
     */
35
35
    property var previewModel
36
36
 
37
 
    //! \brief Should be set to true if this preview is currently displayed.
38
 
    property bool isCurrent: false
39
 
 
40
37
    //! \brief The ScopeStyle component.
41
38
    property var scopeStyle: null
42
39
 
88
85
                    widgetId: model.widgetId
89
86
                    widgetType: model.type
90
87
                    widgetData: model.properties
91
 
                    isCurrentPreview: root.isCurrent
92
88
                    scopeStyle: root.scopeStyle
93
89
                    parentFlickable: column
94
90