branch | qmlfrontend |
changeset 12858 | 0c6fb706f747 |
parent 12854 | 28cb18c5e712 |
child 12861 | 488782d9aba9 |
12857:90f927b4b9e1 | 12858:0c6fb706f747 |
---|---|
1 import QtQuick 2.7 |
1 import QtQuick 2.7 |
2 import Hedgewars.Engine 1.0 |
|
2 |
3 |
3 Page1Form { |
4 Page1Form { |
4 button1.onClicked: { |
5 button1.onClicked: { |
5 console.log("Button Pressed. Entered text: " + textField1.text); |
6 console.log("Button clicked") |
7 HWEngine.getPreview() |
|
6 } |
8 } |
7 } |
9 } |