You can assign multiple signals to the same slot, if that's what you're asking about. Just use QObject::connect to connect signals and slots and not the automatic connections feature.
You can assign multiple signals to the same slot, if that's what you're asking about. Just use QObject::connect to connect signals and slots and not the automatic connections feature.
Bookmarks