Quote:
Originally Posted by kovidgoyal
@DoctorOhh: That's a limitation of the way list views in qt work. If you scroll continuously all the covers between the start and the end point have to be rendered, which can take a while. It may be possible to do some hackery to delay rendering until scrolling "stops", but that may not be possible to implement robustly.
|
Such is life. I don't see the grid view being my main view. But after you add author (or author sort) to the underlying text view who knows.
Thanks for the ever expanding set of options.