Skip to content

Instantly share code, notes, and snippets.

View xlwu25's full-sized avatar

Xueliang Wu xlwu25

  • ZJUT
  • Hangzhou, Zhejiang, P.R.China
View GitHub Profile
@40
40 / httpQmlJson.qml
Created July 28, 2012 07:37
Simple HTTP JSON Request in QML
import bb.cascades 1.0
Page {
content: Container {
Label {
id: emailLabel
text: qsTr("Email")
}
Label {
id: urlLabel