Tagged Questions

2
votes
3answers
1k views

Any UML-like modeling tool for QT signals and slots?

Is it any uml-like modeling tool available that can design (draw) classes and can visually represent QT signals and slots, they connections?
1
vote
4answers
195 views

graph component in GTK/Qt (like in blueJ)

I'm about to make a program (qt/gtk) where I need to display some kind of UML diagrams (like in BlueJ), I wanted to ask you if there is such a component in GTK It must work with new version of Gtk - ...
1
vote
1answer
405 views

Visualize QT Signals and Slots

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 ...