Quote Originally Posted by jpn View Post
Use bitwise operators:
Qt Code:
  1. item->setFlags(item->flags() & ~Qt::ItemIsEditable);
To copy to clipboard, switch view to plain text mode 
guru indeed...!!! thanks a ton mate...!!