Module qmetaobject::prelude[][src]

Expand description

Module intended for glob import.

Re-exports

pub use crate::qml_register_type;
pub use crate::qrc;
pub use crate::qt_base_class;
pub use crate::qt_method;
pub use crate::qt_plugin;
pub use crate::qt_property;
pub use crate::qt_signal;
pub use crate::QAbstractListModel;
pub use crate::QObject;
pub use crate::QObjectBox;
pub use crate::QPointer;
pub use crate::QQmlExtensionPlugin;
pub use crate::QQuickItem;
pub use crate::QQuickView;
pub use crate::QmlEngine;

Macros

Implementation of the qmetaobject::qrc! macro

Structs

Wrapper around QByteArray class.

Wrapper around QColor class.

Wrapper around QDate class.

Wrapper around QDateTime class.

Wrapper around QModelIndex class.

Bindings for QRectF class.

Wrapper around QString class.

Wrapper around QTime class.

Wrapper around QVariant class.

Derive Macros

Implementation of #[derive(QObject)]