Skip to content

Instantly share code, notes, and snippets.

@Nokius
Created March 8, 2015 18:32
Show Gist options
  • Save Nokius/8963d054a69d5074288c to your computer and use it in GitHub Desktop.
Save Nokius/8963d054a69d5074288c to your computer and use it in GitHub Desktop.
Button {
width: parent.width/2
style: ButtonStyle {
label: Text {
font.pointSize: 20
font.blod: true
color: "black"
text: "+"
}
onClicked: {
mainview.addZoom();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment