[][src]Crate propertybindings

This crate is work in progress. The Idea is to have develop a QML-inspired macros in rust.

Behind the scene, this uses the QML scene graph. But there is only one QQuickItem. All rust Item are just node in the scene graphs. (For some node such as text node, there is an hidden QQuickItem because there is no public API to get a text node) only the items module depends on Qt.

Re-exports

pub use crate::properties::*;

Modules

anchors
items
properties

This module is the old implementation of the property system, before Pin existed. The module properties_impl contains the new implementation and is used as implementation for this

properties_impl

The new implementation of the property system. Which requires no memory allocation and use Pin to stay safe

quick
rslm

Macros

rsml