qmlfrontend/Page1.qml
author unc0rr
Sun, 24 Dec 2017 16:56:22 +0100
branchqmlfrontend
changeset 12859 a03f245243b0
parent 12858 0c6fb706f747
child 12861 488782d9aba9
permissions -rw-r--r--
And more refactoring...

import QtQuick 2.7
import Hedgewars.Engine 1.0

Page1Form {
  button1.onClicked: {
    console.log("Button clicked")
    HWEngine.getPreview()
  }
}