~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

Viewing changes to plainbox-gui/gui-ihv/qml/outline/SuiteSelectionDelegate.qml

  • Committer: Andrew Haigh
  • Date: 2013-07-25 09:49:14 UTC
  • mfrom: (2229.5.2 engine)
  • mto: (2229.6.3 gui)
  • mto: This revision was merged to the branch mainline in revision 2553.
  • Revision ID: andrew.haigh@cellsoftware.co.uk-20130725094914-xyups9qn7oj5ti1q
Resolved merge of catchup of checkbox-ihv-ng

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        width: parent.width
32
32
        height: units.gu(7)
33
33
 
34
 
        signal selectSuite(string suite, bool sel)
35
34
 
36
35
        Item {
37
36
            id: suitefiller
43
42
            anchors.verticalCenter: parent.verticalCenter
44
43
            anchors.left: suitefiller.right
45
44
            checked: true
46
 
            onClicked: {
47
 
                itemdelegate.selectSuite(section, checked);
48
 
            }
49
45
        }
50
46
 
51
47
 
52
48
        Text {
53
49
            id: suitetext
54
 
            text: section
 
50
            text: testname
55
51
            anchors.verticalCenter: parent.verticalCenter
56
52
            anchors.left: suitecheckbox.right
57
53
            anchors.leftMargin: units.gu(1)