equal
deleted
inserted
replaced
68 id: background |
68 id: background |
69 anchors.fill: parent; color: "#343434"; |
69 anchors.fill: parent; color: "#343434"; |
70 |
70 |
71 Image { source: "TwitterCore/images/stripes.png"; fillMode: Image.Tile; anchors.fill: parent; opacity: 0.3 } |
71 Image { source: "TwitterCore/images/stripes.png"; fillMode: Image.Tile; anchors.fill: parent; opacity: 0.3 } |
72 |
72 |
|
73 MouseArea { |
|
74 anchors.fill: parent |
|
75 onClicked: screen.focus = false; |
|
76 } |
|
77 |
73 Twitter.RssModel { id: rssModel } |
78 Twitter.RssModel { id: rssModel } |
74 Twitter.Loading { anchors.centerIn: parent; visible: rssModel.status==XmlListModel.Loading && state!='unauthed'} |
79 Twitter.Loading { anchors.centerIn: parent; visible: rssModel.status==XmlListModel.Loading && state!='unauthed'} |
75 Text { |
80 Text { |
76 width: 180 |
81 width: 180 |
77 text: "Could not access twitter using this screen name and password pair."; |
82 text: "Could not access twitter using this screen name and password pair."; |