QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCVectorImage.qml
Go to the documentation of this file.
1import QtQuick
2import QtQuick.VectorImage
3
4// Vector-rendered SVG that stays sharp at any size or DPR — use for logos,
5// resizable diagrams, and other untinted SVG content. For tinted icons
6// use QGCColoredImage; VectorImage has no native tint API.
7VectorImage {
8 preferredRendererType: VectorImage.CurveRenderer
9 fillMode: VectorImage.PreserveAspectFit
10}