View Single Post
Old 07-18-2010, 06:35 PM   #10
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,543
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
There's no place that will teach you how to do it explicitly, but since calibre uses Qt, you will have to subclass the QTableView class to implement this functionality. Qt is open source so the best place to start is to read the source code (C++) for the table view class.
kovidgoyal is offline   Reply With Quote