Crate qt_macros[][src]

Expand description

Macros for Qt.

This crate shouldn’t be used directly. The macros are reexported by qt_core and qt_ui_tools crates.

This crate is part of the ritual project.

Attribute Macros

slot

Generates a method that returns a slot object bound to self.

ui_form

Generates code for loading an UI file.