qmlfrontend/Page1.qml
changeset 12859 28cb18c5e712
child 12863 0c6fb706f747
child 14148 745c73e0e644
equal deleted inserted replaced
12858:a9d105dc5c95 12859:28cb18c5e712
       
     1 import QtQuick 2.7
       
     2 
       
     3 Page1Form {
       
     4   button1.onClicked: {
       
     5     console.log("Button Pressed. Entered text: " + textField1.text);
       
     6   }
       
     7 }