61bf6b0f58
Currently displayed alongside the QPainter version, while establishing the accuracy of each mode, but this is temporary.
14 lines
208 B
QML
14 lines
208 B
QML
import QtQuick 2.0
|
|
import FlightGear 1.0
|
|
|
|
CanvasItem {
|
|
implicitHeight: img.implicitHeight
|
|
implicitWidth: img.implicitWidth
|
|
|
|
property alias source: img.source
|
|
|
|
Image {
|
|
id: img
|
|
|
|
}
|
|
}
|