Click a graph node to jump to the corresponding file and line.
Drag and zoom the graph view.
Highlights the selected node and colors incoming/outgoing edges.
Usage
Open a Qt/C++ source file.
Place the cursor on a signal, slot, function name, emit, or connect line.
Press Ctrl+F2.
The Qt signal graph opens beside the editor.
Notes
The extension uses lightweight source scanning instead of a full C++ compiler frontend. It works best with typical Qt signal/slot code patterns and may not resolve every macro-heavy or highly dynamic case.
Release Notes
0.0.1
Initial release with Qt signal/slot graph visualization.