Results 1 to 4 of 4

Thread: QObject::connect says "no such signal"

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2006
    Posts
    6
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QObject::connect says "no such signal"

    Interesting. I just tried some other signals and for example QAbstractSpinBox::editingFinished() and they seem to work. QObject::destroyed() works, too, but QObject::destroyed(&something) doesn't.

    It seems that signals without parameters work, but all other fail. Can anyone reproduce this behaviour?

    edit: Oh, munna. You're right. The naming was my mistake. Thank you very much for your help. I've been struggling more than an hour now.

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QObject::connect says "no such signal"

    Even the
    Qt Code:
    1. SIGNAL(valueChanged(int i))
    To copy to clipboard, switch view to plain text mode 

    is working fine with me. I am using Visual C++ 6.0 with Qt 4.2.0

Similar Threads

  1. QStringList in QObject::connect
    By DPinLV in forum Qt Programming
    Replies: 6
    Last Post: 6th September 2006, 17:01

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.