qmlfrontend/Page1.qml
author nemo
Tue, 26 Jun 2018 23:20:28 -0400
changeset 13430 50f852e7ad82
parent 12859 28cb18c5e712
child 12863 0c6fb706f747
child 14148 745c73e0e644
permissions -rw-r--r--
neglected dep update from r87a6cad20c90: that rev also forces nightly rust due to https://github.com/rust-lang/rust/issues/23121

import QtQuick 2.7

Page1Form {
  button1.onClicked: {
    console.log("Button Pressed. Entered text: " + textField1.text);
  }
}