~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to EventRepetition.qml

  • Committer: Mihir Soni
  • Date: 2014-10-22 14:03:01 UTC
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: mihirsoni.123@gmail.com-20141022140301-qwow5d82hp0evo1o
Moved Limit Labels to model

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        id:eventUtils
45
45
    }
46
46
 
 
47
    LimitLabelModel {
 
48
        id:limitLabels
 
49
    }
 
50
 
47
51
    Component.onCompleted: {
48
52
        //Fill Date & limitcount if any
49
53
        var index = 0;
203
207
                margins: units.gu(2)
204
208
            }
205
209
 
206
 
            model: Defines.limitLabel
 
210
            model: limitLabels
207
211
            containerHeight: itemHeight * 4
208
212
            onExpandedChanged:   Qt.inputMethod.hide()
209
213
        }