1
0
Fork 0
flightgear/utils/fgqcanvas/root.qml
James Turner 61bf6b0f58 QtQuick-based rendering for remote canvas
Currently displayed alongside the QPainter version, while establishing
the accuracy of each mode, but this is temporary.
2017-10-29 16:44:32 +00:00

5 lines
53 B
QML

import QtQuick 2.0
Rectangle {
color: "black"
}