Results 1 to 7 of 7

Thread: Odd behavior Signals and Slots

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Jan 2006
    Location
    Leiden, the Netherlands
    Posts
    43
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default Re: Odd behavior Signals and Slots

    Thanks for your input.

    In the debugger I can see that Qt is logging the error (however I don't see it in the VS IDE output window). The reason is simple: it doesn't recognize the signal.

    Strange enough it only works in the example I wrote, no matter how the signal and slot are defined. It works when I define it with 'const D3DXMATRIX &' and connect with only 'D3DXMATRIX'...

    Note that this is the only case in which I experienced this behavior. I have for example some QLineEdit connections defined with (QString const &) which work fine...

    Is it because the struct (DirectX SDK), is not a QObject?

    Arthur
    Last edited by Arthur; 7th April 2006 at 20:00.

Similar Threads

  1. Signals and Slots
    By 83.manish in forum Qt Programming
    Replies: 3
    Last Post: 30th June 2008, 10:31
  2. Replies: 12
    Last Post: 23rd June 2008, 08:05
  3. Slots or new slots
    By Colx007 in forum Qt Programming
    Replies: 3
    Last Post: 21st January 2008, 17:38
  4. Adding slots in Designer
    By jamos in forum Qt Tools
    Replies: 5
    Last Post: 18th May 2006, 23:28
  5. Missing slots
    By Mariane in forum Newbie
    Replies: 1
    Last Post: 5th February 2006, 01:50

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.