Crate cxx_qt

source ·
Expand description

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

Attribute Macros

  • A procedural macro which generates a QObject for a struct inside a module.
  • A macro which allows you to access base class methods from within Rust.
  • A macro which describes that a struct should be made into a QObject.
  • A macro which describes that an enum defines the signals for a QObject.