Bug 462132 - [Feature Request] Improvements to SIG/SLOT support.
Summary: [Feature Request] Improvements to SIG/SLOT support.
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-qt (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-14 05:49 EDT by soman namos CLA
Modified: 2020-09-04 15:23 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soman namos CLA 2015-03-14 05:49:35 EDT
It would be cool to see some features related to Qt when working with signals and slots (it's always I think when we talk about Qt):
1) Find all slots which specified signal is connected to.
2) Find all signals which connected to specified slot.
3) Showing a connections map, where we can see how our QObject-derived objects are 'talking' with each other and diagnose duplicate connections, cycle connections when our signal goes through many object ignoring some possible short ways or infinitely goes from obj to obj making a iwrong cycle / loop.