PDA

View Full Version : Custom painting in QTableView subclass overlaps with table contents



Zekses
17th May 2012, 13:47
I need to paint a custom status bar on the bottom of QTableView but when I do this(in subclassed paintevent) - it essentially hides the 2 last records. Is there a way to limit the area in which QTableview::paintevent will paint its items?

norobro
17th May 2012, 22:36
Perhaps this thread (http://www.qtcentre.org/threads/44429-QTableView-with-summary-footer?p=202784) will help.