Results 1 to 3 of 3

Thread: Signals from and to a library

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ucomesdag Guest

    Unhappy Signals from and to a library

    Hi,

    Can someone please explain me how to intercept signals from a library loaded with QLibrary.
    Got an example that works except the signal/slot thingie, signal seems to go nowhere...

    Braking my head on it for days...
    Attached Files Attached Files

  2. #2
    Join Date
    Dec 2006
    Posts
    849
    Thanks
    6
    Thanked 163 Times in 151 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Signals from and to a library

    quite simple, really.
    you create an instance of Lib and connect to its signal.
    then you reassign (ie forget about the instance you connected to!) to test and continue...

    solution: drop that second call to function().

    hth

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


  4. #3
    ucomesdag Guest

    Default Re: Signals from and to a library

    Oh my ..... So stupid THANKS!!!

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
  •  
Qt is a trademark of The Qt Company.