Are there easy way to see which signal&slot connected in qtcreator?
-
Are there anything like, i will hover over my slot name and i will see which signals will start this slot, and same for signals. Currently i am going to mainwidget and skimming connect functions to see this info.
Are there any built in or external plugin for it? -
Are there anything like, i will hover over my slot name and i will see which signals will start this slot, and same for signals. Currently i am going to mainwidget and skimming connect functions to see this info.
Are there any built in or external plugin for it?@masa4 said in Are there easy way to see which signal&slot connected in qtcreator?:
Are there anything like, i will hover over my slot name and i will see which signals will start this slot, and same for signals. Currently i am going to mainwidget and skimming connect functions to see this info.
Are there any built in or external plugin for it?Not exacly what you look for but you can right click on a signal / slot and select "Find references to symbol under cursor".