Skip to content

Instantly share code, notes, and snippets.

@fecub
Created December 17, 2015 10:22
Show Gist options
  • Save fecub/9af424e5c3e2905653d6 to your computer and use it in GitHub Desktop.
Save fecub/9af424e5c3e2905653d6 to your computer and use it in GitHub Desktop.
QML stackview push data
var data = {
item: Qt.resolvedUrl('RadioElement.qml'),
properties: {
placeholderTitle: "Radio Title",
urlText: "http://",
selectedItem: ""
}
}
stackView.push(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment