Skip to content

Instantly share code, notes, and snippets.

View theshadowx's full-sized avatar
💭
learning, coding and contributing

Ali Diouri theshadowx

💭
learning, coding and contributing
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