Results 1 to 3 of 3

Thread: how to find all connects of signals to slots

  1. #1
    Join Date
    Jan 2007
    Posts
    8
    Thanks
    2
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Question how to find all connects of signals to slots

    What i am trying to say is if
    connect(QSlider, SIGNAL(valueChanged(int)), QLCDNumber, SLOT(display(int)));

    how would i know if the bottom exists or not even before compiling my program.
    connect(QSlider , SIGNAL(valueChange(int)), QFont, SLOT(QFONT::Stretch())

    can i search the troltech.com site or is there some other easy way to get
    this list ??


    relating to QT4.3.0

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: how to find all connects of signals to slots

    I can assure you it doesn't exist

    You can grep Qt sources.

  3. The following user says thank you to wysota for this useful post:

    srikpen (19th June 2007)

  4. #3
    Join Date
    Aug 2006
    Posts
    26
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to find all connects of signals to slots

    Hey srikpen,

    I don't know if this will help, but there is a post in the QT Software section that has an object browser class:

    http://www.qtcentre.org/forum/f-qt-s...wser-7539.html
    "And no one said 'don't use QPrinter to bake muffins'."

Similar Threads

  1. Signals and Slots question
    By Thoosle in forum Qt Programming
    Replies: 5
    Last Post: 5th December 2006, 00:24
  2. Nested signals and slots
    By vishva in forum Qt Programming
    Replies: 2
    Last Post: 18th August 2006, 09:47
  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.