~vthompson/music-app/remix-empty-states-001

« back to all changes in this revision

Viewing changes to common/BlurredBackground.qml

  • Committer: Victor Thompson
  • Date: 2014-10-20 22:02:55 UTC
  • mfrom: (677.1.2 remix)
  • Revision ID: victor.thompson@gmail.com-20141020220255-hiaalbts18zeczfy
merge of remix and fix issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        height: parent.height
43
43
        width: Math.max(parent.height, parent.width)
44
44
        visible: false
45
 
        onStatusChanged: {
46
 
            if (status === Image.Error) {
47
 
                source = Qt.resolvedUrl("../images/music-app-cover@30.png")
48
 
            }
49
 
        }
50
45
    }
 
46
 
51
47
    // the blur
52
48
    FastBlur {
53
49
        id: backgroundBlur