From: Cristhian Boujon Date: 2012-05-18T22:45:11+09:00 Subject: Re: QtRuby: How to edit data in a TableModel/TableView? Cees Zeelenberg wrote in post #1061140: > Hi, I think "flag" should be "flags" and you probably also should return > the ItemIsEnabled flag e.g.: > return (Qt::ItemIsEditable | Qt::ItemIsEnabled) Jajajajja I'm an idiot and you are right method is "flags" and not "flag". Thank you very much! Now when I double click in a cell the text disappears. I want to keep the text -- Posted via http://www.ruby-forum.com/.