qmlfrontend/Page1.qml
author alfadur
Sun, 14 Oct 2018 21:25:59 +0300
changeset 13914 a44e4c057f57
parent 12859 28cb18c5e712
child 12863 0c6fb706f747
child 14148 745c73e0e644
permissions -rw-r--r--
use correct compiler flags

import QtQuick 2.7

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