Crate qml [] [src]

Modules

qtypes

Provides definition of QMetaType enum, that contains mapping of named types and a trait QMetaTypable, that controls which types are able to be used in signals, slots or properties.

Macros

Q_OBJECT!

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

Structs

QListModel

Allows providing a custom model to QML

QMetaDefinition
QObject
QVariant

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

QmlEngine

Provides an entry point for building QML applications from Rust

Traits

QObjectMacro

Functions

emit_signal