> On 27 August 2011 19:12, Peter Bienstman <[email protected]> wrote:
> > Yeah, noticed that too, but I'm afraid that's entirely due to Qt and
> > beyond our control. Either it's a bug in Qt, or a 'feature'.
> > 
> > The thing is, when Qt starts to display the table, it does not fetch
> > the entire data first as that would be too time consuming. Rather, it
> > only fetches new data as needed...
> 
> Would it be possible to work around this lazy population glitch by catching
> and handling the "select all" command manually?

The selectAll command already is a member of QTableView. One workaround would 
be to artificially scroll the entire table to the end first, so that everything 
would be loaded, but I'm afraid this would be rather slow. So, perhaps it's  
Qt bug afterall...

Peter

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mnemosyne-proj-users?hl=en.

Reply via email to