~aacid/ubuntu-ui-toolkit/nonsquareicons

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/PageHeadState.qml

  • Committer: Tarmac
  • Author(s): Tim Peeters
  • Date: 2015-02-12 17:33:52 UTC
  • mfrom: (1383.2.32 10-mv12)
  • Revision ID: tarmac-20150212173352-4dquh93gg4xhg4b7
Add MainView 1.2 which removes the deprecated toolbar support.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2014 Canonical Ltd.
 
2
 * Copyright 2014-2015 Canonical Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU Lesser General Public License as published by
29
29
   enables the user to enter search/input mode:
30
30
   \qml
31
31
        import QtQuick 2.2
32
 
        import Ubuntu.Components 1.1
 
32
        import Ubuntu.Components 1.2
33
33
 
34
34
        MainView {
35
35
            id: mainView
36
36
            width: units.gu(40)
37
37
            height: units.gu(50)
38
 
            useDeprecatedToolbar: false
39
38
 
40
39
            Page {
41
40
                id: searchPage