Merge lp:~nik90/unav/migrate-routeinfopage into lp:unav

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: JkB
Approved revision: 17
Merged at revision: 17
Proposed branch: lp:~nik90/unav/migrate-routeinfopage
Merge into: lp:unav
Diff against target: 27 lines (+5/-4)
1 file modified
qml/RouteInfoListPage.qml (+5/-4)
To merge this branch: bzr merge lp:~nik90/unav/migrate-routeinfopage
Reviewer Review Type Date Requested Status
JkB Approve
costales Approve
Review via email: mp+290804@code.launchpad.net

Commit message

Migrated RouteInfoListPage to the new PageHeaders

To post a comment you must log in.
Revision history for this message
costales (costales) wrote :

Reviewed! Thanks nekhelesh!

@Joerg? :)

review: Approve
Revision history for this message
JkB (joergberroth) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/RouteInfoListPage.qml'
2--- qml/RouteInfoListPage.qml 2016-04-01 14:49:49 +0000
3+++ qml/RouteInfoListPage.qml 2016-04-02 21:29:43 +0000
4@@ -16,18 +16,19 @@
5 */
6
7 import QtQuick 2.4
8-import QtQuick.Layouts 1.1
9 import Ubuntu.Components 1.3
10-import Ubuntu.Components.ListItems 1.3 as ListItems
11 import QtQuick.XmlListModel 2.0
12
13-
14 Page {
15 id: routeInfoListPage
16
17 property var routeList
18
19- title: i18n.tr("Route Info")
20+ header: PageHeader {
21+ title: i18n.tr("Route Info")
22+ flickable: resultsListView
23+ }
24+
25 anchors.fill: parent
26
27 ListModel {

Subscribers

People subscribed via source and target branches