~mterry/unity8/tutorial-new-screens

« back to all changes in this revision

Viewing changes to qml/Stages/ApplicationWindow.qml

  • Committer: Michael Terry
  • Date: 2015-02-11 16:32:08 UTC
  • mfrom: (1386.1.17 tutorial-refactor)
  • Revision ID: michael.terry@canonical.com-20150211163208-cz6uffwd3ymy7oz8
MergeĀ fromĀ tutorial-refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
import Ubuntu.Components 1.1
19
19
import Unity.Application 0.1
20
20
 
21
 
Item {
 
21
FocusScope {
22
22
    id: root
23
23
 
24
24
    // to be read from outside
121
121
                d.surfaceInitialized = false;
122
122
            }
123
123
        }
 
124
 
 
125
        focus: true
124
126
    }
125
127
 
126
128
    StateGroup {