PDA

View Full Version : Is there any property for qwidget subclassing tableview to ensure cells visivilty?



tonnot
28th October 2011, 18:46
I have a Widget subclassing tableview and I dont know what is happen but when navigate troughout the cells with the arrows the cell is not sincronized, that is , there is a ensurevisible fault.
I have set the same properties of the addressbook example.
Maybe I'm forgetting to set any 'rowcount' 'columncount' property or a function to reimplement ?
Thanks.