Crate cxx_qt_macro

Source
Expand description

The cxx-qt-macro crate provides the procedural attribute macros which are used with cxx-qt.

Attribute Macrosยง

bridge
A procedural macro which generates a QObject for a struct inside a module.
qobject
A macro which describes that a struct should be made into a QObject.