~dragly/ubuntu-rssreader-app/single-entry-styling

« back to all changes in this revision

Viewing changes to EntryListTab.qml

  • Committer: Tarmac
  • Author(s): Svenn-Arne Dragly
  • Date: 2013-04-16 07:16:39 UTC
  • mfrom: (5.1.4 ubuntu-rssreader-app)
  • Revision ID: tarmac-20130416071639-v6ug4t6ahb8mfdos
Implemented design proposal with horizontal swipes between feeds on main screen.

Approved by Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QtQuick 2.0
 
2
import Ubuntu.Components 0.1
 
3
 
 
4
Tab {
 
5
//    title: i18n.tr("News") // todo replace with feed name
 
6
    property alias entryListPage: entryListPageLocal
 
7
    property alias feedLink: entryListPageLocal.feedLink
 
8
 
 
9
    page: EntryListPage {
 
10
        id: entryListPageLocal
 
11
    }
 
12
}