I'm currently working with a lot of custom widgets which provide different signals and slots for communicating with each other.
E.g. there is one widget which establishes a network connection and then emits a signal to the others which then change their state from disabled to enabled.
I now want to visualize how these widgets work together and wanted to ask what would be the best way? Is there an UML diagram type which would fit for this purpose?
Perhaps there are already tools which could automatically search for connections and display them?
Would be nice if it would be possible to display not used slots/signals too.
EDIT: Would be nice if there would be an approach which could not just display QWidgets but also classes of QObject which have also Signal/Slots