branch | qmlrenderer |
changeset 16116 | 8da5a118120b |
parent 16041 | caba603f461f |
16115:ee8b894272d0 | 16116:8da5a118120b |
---|---|
1 import QtQuick |
1 import QtQuick |
2 import QtQuick.Controls |
2 import QtQuick.Controls |
3 import QtQuick.Layouts |
3 import QtQuick.Layouts |
4 |
4 |
5 import Hedgewars.Engine 1.0 |
5 import Hedgewars 1.0 |
6 |
6 |
7 Item { |
7 Item { |
8 id: element |
8 id: element |
9 property alias button1: button1 |
9 property alias button1: button1 |
10 property alias previewImage: previewImage |
10 property alias previewImage: previewImage |