~kalikiana/ubuntu-ui-toolkit/appsettings

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/CrossFadeImage.qml

  • Committer: Zsombor Egri
  • Date: 2014-04-20 19:25:12 UTC
  • mto: (700.276.32 combobutton)
  • mto: This revision was merged to the branch mainline in revision 770.
  • Revision ID: zsombor.egri@canonical.com-20140420192512-o0juovm3r2a3myyj
version set to 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
// we need to use named imports otherwise namespace collision is reported
20
20
// by the QML engine. As workaround, we use Ubuntu named import.
21
21
// Bug to watch: https://bugreports.qt-project.org/browse/QTBUG-27645
22
 
import Ubuntu.Components 0.1 as Ubuntu
 
22
import Ubuntu.Components 1.0 as Ubuntu
23
23
 
24
24
/*!
25
25
   \qmltype CrossFadeImage
28
28
 
29
29
   \qml
30
30
        import QtQuick 2.0
31
 
        import Ubuntu.Components 0.1
 
31
        import Ubuntu.Components 1.0
32
32
 
33
33
        CrossFadeImage {
34
34
            width: units.gu(100)