Skip to content

Example needed for declaring, connecting, and using signals and slots #129

Open
@vdods

Description

@vdods

The examples seem to show declarations of QT signals via the qt_signal macro (always empty), but don't show how to connect it to a slot (e.g. something like self.submit_button.clicked().connect(&target.slot_on_submit_button_clicked());). In particular, it would be most useful to see how to define signals and slots that accept custom types as their argument parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-docsArea: documentation for any part of the projectsC-enhancementCategory: An issue proposing an enhancement or a PR with one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions