~carla-sella/ubuntu-rssreader-app/ubuntu-rssreader-test-add-view-feeds

« back to all changes in this revision

Viewing changes to rssreader.qml

  • Committer: Michael Hall
  • Date: 2013-02-12 16:27:23 UTC
  • Revision ID: mhall119@ubuntu.com-20130212162723-lqk6unq9w7pi0alb
Modifications for RSS Reader app

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
MainView {
11
11
    // objectName for functional testing purposes (autopilot-qt5)
12
 
    objectName: "appTemplate"
 
12
    objectName: "rssreader"
13
13
    
14
14
    width: units.gu(50)
15
15
    height: units.gu(75)
22
22
        Tab {
23
23
            objectName: "Tab1"
24
24
            
25
 
            title: i18n.tr("AppTemplate")
 
25
            title: i18n.tr("RSS Reader")
26
26
            
27
27
            // Tab content begins here
28
28
            page: Page {