author | unc0rr |
Sun, 24 Dec 2017 16:56:22 +0100 | |
branch | qmlfrontend |
changeset 12859 | a03f245243b0 |
parent 12858 | 0c6fb706f747 |
child 12861 | 488782d9aba9 |
permissions | -rw-r--r-- |
12854 | 1 |
import QtQuick 2.7 |
12858
0c6fb706f747
More refactoring in attempt to move away from frontlib
unc0rr
parents:
12854
diff
changeset
|
2 |
import Hedgewars.Engine 1.0 |
12854 | 3 |
|
4 |
Page1Form { |
|
5 |
button1.onClicked: { |
|
12858
0c6fb706f747
More refactoring in attempt to move away from frontlib
unc0rr
parents:
12854
diff
changeset
|
6 |
console.log("Button clicked") |
0c6fb706f747
More refactoring in attempt to move away from frontlib
unc0rr
parents:
12854
diff
changeset
|
7 |
HWEngine.getPreview() |
12854 | 8 |
} |
9 |
} |