hello, am trying to linking a tableView to a dialog using doubleClicked(const QModelIndex &) signal. it's works flawlessly, but the cell I've double clicked then turning to edit mode, and it's not behavior that I expected. Qt4 reference said that I could use setEditTrigger method to prevent this behaviour if I set it to noEditTrigger, but Qt ada 3.1 hasn't implemented it yet. from my experience using QtAda usually there's some alternative to do something, but for this case I haven't got the clue. are there any alternative to prevent a tableView cell entering the edit mode after it doubleclicked if not use setEditTrigger...? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://box347.bluehost.com/pipermail/qtada-users_lists.qtada.com/attachments/20110714/42c314eb/attachment.htm> _______________________________________________ qtada-users mailing list [email protected] http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com
