Results 1 to 3 of 3

Thread: Visualize Signals & Slots

  1. #1
    Join Date
    Oct 2006
    Location
    Raleigh, NC
    Posts
    11
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Question Visualize Signals & Slots

    Hi,

    Is there anything out there that will help me visualize the flow of signals and slots in a project, kind of like how doxygen will automatically generate call graphs.

    Thanks
    Hua-Ying

  2. #2
    Join Date
    Apr 2006
    Location
    San Francisco, CA
    Posts
    186
    Thanks
    55
    Thanked 12 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Visualize Signals & Slots

    Qt Designer has a signals and slots mode that displays connections between GUI widgets. This of course only shows the connections at the UI design-time (as opposed to at run-time)
    Software Engineer



  3. #3
    Join Date
    Feb 2006
    Location
    Boulder, Colorado, USA
    Posts
    63
    Thanked 8 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Visualize Signals & Slots

    This won't give you neat flow chart graphics, but check out signalspy.

    One of the neat things with Qt's introspection is that connections can be made and destroyed dynamically based on any programmatic criteria at run time and with classes that aren't known at compile time. This makes any visualization more complicated. You must as questions, like at what time and state of application to know the specific connections.

Similar Threads

  1. Nested signals and slots
    By vishva in forum Qt Programming
    Replies: 2
    Last Post: 18th August 2006, 09:47
  2. help with signals and slots
    By superutsav in forum Qt Programming
    Replies: 3
    Last Post: 4th May 2006, 12:49
  3. Signals and Slots in dll
    By ankurjain in forum Qt Programming
    Replies: 8
    Last Post: 29th March 2006, 08:12
  4. Order of signals and slots
    By Morea in forum Newbie
    Replies: 1
    Last Post: 26th February 2006, 22:09
  5. Problem with Signals and Slots
    By Kapil in forum Newbie
    Replies: 11
    Last Post: 15th February 2006, 11:35

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.