Results 1 to 2 of 2

Thread: QObject::connect: Connecting from COMPAT signal...

  1. #1
    Join Date
    Apr 2009
    Posts
    132
    Thanks
    67
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default QObject::connect: Connecting from COMPAT signal...

    What does this message mean?

    QObject::connect: Connecting from COMPAT signal (QActionGroup::selected(QAction*))

    I don't know what COMPAT is.

    BTW, it seems my program works perfectly.

    Thanks in advance

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: QObject::connect: Connecting from COMPAT signal...

    COMPAT means Compatibility with Qt3. Since selected does not longer exists in Qt4, better use the QActionGroup::triggered() signal.

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

    ricardo (29th June 2009)

Similar Threads

  1. pthread instead QThread
    By brevleq in forum Qt Programming
    Replies: 8
    Last Post: 23rd December 2008, 07:16
  2. Connection of custon signals/slots
    By brevleq in forum Qt Programming
    Replies: 2
    Last Post: 23rd December 2008, 07:04
  3. dynamic signal connecting
    By donglebob in forum Qt Programming
    Replies: 4
    Last Post: 19th November 2008, 09:58
  4. Replies: 2
    Last Post: 24th March 2008, 16:59

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.