~aacid/unity8/closeMenusOnClick

« back to all changes in this revision

Viewing changes to tests/qmltests/Stage/ApplicationCheckBox.qml

  • Committer: Daniel d'Andrada
  • Date: 2017-01-26 11:10:01 UTC
  • mto: (2768.1.36 unity8)
  • mto: This revision was merged to the branch mainline in revision 2774.
  • Revision ID: daniel.dandrada@canonical.com-20170126111001-58tdrv3epkpgid28
Initial support for child windows (menus, dialogs, tooltips)

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
        }
163
163
    }
164
164
 
165
 
    // Rows of application surfaces
 
165
    // Rows of top-level application surfaces
166
166
    Repeater {
167
167
        model: d.application ? d.application.surfaceList : null
168
168
        RowLayout {