|
QGroundControl
Ground Control Station for MAVLink Drones
|
Represents a Qml component which can be loaded from a resource. More...
#include <QmlComponentInfo.h>
Inheritance diagram for QmlComponentInfo:
Collaboration diagram for QmlComponentInfo:Protected Attributes | |
| const QString | _title |
| Title for page. | |
| const QUrl | _url |
| Qml source code. | |
| const QUrl | _icon |
| Icon for page. | |
Represents a Qml component which can be loaded from a resource.
Definition at line 10 of file QmlComponentInfo.h.
|
protected |
Icon for page.
Definition at line 28 of file QmlComponentInfo.h.
|
protected |
Title for page.
Definition at line 26 of file QmlComponentInfo.h.
|
protected |
Qml source code.
Definition at line 27 of file QmlComponentInfo.h.