Tagged Questions

1
vote
2answers
52 views
+100

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

Hello. Is it any uml-like modeling tool available that can design (draw) classes and can visually represent QT signals and slots, they connections?
3
votes
2answers
102 views
+250

How do I see the contents of Qt objects during debugging?

Many Qt classes uses pimpl, so they're very opaque to VS's debugger. This is bothersome when I want to check some internal Qt state to see if my code is doing it wrong or if I'm having wrong …