Crate qml [] [src]

Macros

Q_LISTMODEL!

Generates a wrapper for QListModel for static typing and easier management.

Q_OBJECT!

Marks the structure to be able to be used in Qt meta-object system.

Q_REGISTERABLE_QML!
Q_REGISTER_QML!
qvarlist!

Eases forming of QVariantLists (QVariant of array).

Structs

QListModel

Allows providing a custom model to QML

QVariant

This holds a value to be providen for a QML context.

QmlEngine

Provides an entry point for building QML applications from Rust

Enums

QMetaType

Analogue of Qt::QMetaType::Type

c_void

Traits

QMetaTypable

Provides an associated variant of enum for a type.

Functions

register_qml_type