~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to qml/Components/ResponsiveGridView.qml

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
import QtQuick 2.3
18
18
import Ubuntu.Components 0.1
19
 
import "Flickables" as Flickables
20
19
 
21
20
/*
22
21
   Essentially a GridView where you can specify the maximum number of columns it can have.
56
55
        return rows * height
57
56
    }
58
57
 
59
 
    Flickables.GridView {
 
58
    GridView {
60
59
        id: gridView
61
60
        objectName: "responsiveGridViewGrid"
62
61
        anchors {