View Single Post
Old 03-08-2011, 10:03 AM   #5
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,732
Karma: 2197770
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Ok, this is working, I am sure someone can slap me around if there is a better approach:
Code:
        model = self.gui.library_view.model()
        model.ids_to_highlight = invalid_ids
        model.ids_to_highlight_set = set(invalid_ids)
        model.current_highlighted_idx = 0
        self.gui.library_view.select_rows(invalid_ids[:1])
kiwidude is offline   Reply With Quote