QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QmlComponentInfo Class Reference

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.
 

Detailed Description

Represents a Qml component which can be loaded from a resource.

Definition at line 10 of file QmlComponentInfo.h.

Member Data Documentation

◆ _icon

const QUrl QmlComponentInfo::_icon
protected

Icon for page.

Definition at line 28 of file QmlComponentInfo.h.

◆ _title

const QString QmlComponentInfo::_title
protected

Title for page.

Definition at line 26 of file QmlComponentInfo.h.

◆ _url

const QUrl QmlComponentInfo::_url
protected

Qml source code.

Definition at line 27 of file QmlComponentInfo.h.


The documentation for this class was generated from the following files: