Sunday, August 14, 2011

No such signal ! (QT)

if in QT the slot and signals do not seem to work and you get errors like

Object::connect: No such signal QTableWidget::cellChanged

in the stderr , most likely it can be fixed by

removing the variable names from the call to connect

e.g

SIGNAL(cellChanged(int ,int ))

instead of

SIGNAL(cellChanged(int r,int c ))

3 comments:

  1. Hey dude, This is nice blog giving nice explanation. Thanks for sharing..

    ReplyDelete
  2. Anonymous4:02 AM

    nice blog... on every i learn something from this.. thanks to the author

    mobile application development in indore

    ReplyDelete