Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Predictions: column size hint #1514

Merged
merged 2 commits into from
Aug 26, 2016

Conversation

ales-erjavec
Copy link
Contributor

Reimplement sizeHintForColumn

The default QTableView.sizeHintForColumn can iterate over the entire
model's contents, which can be unforgivingly slow for large models.
In particular this happens when the sizeHintForColumn is called while
the view is not visible.

The default QTableView.sizeHintForColumn can iterate over the entire
model's contents, which can be unforgivingly slow for large models.
In particular this happens when the `sizeHintForColumn` is called while
the view is not visible.

(fixes biolabgh-1512)
@codecov-io
Copy link

codecov-io commented Aug 22, 2016

Current coverage is 88.26% (diff: 100%)

Merging #1514 into master will not change coverage

@@             master      #1514   diff @@
==========================================
  Files            77         77          
  Lines          7624       7624          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           6729       6729          
  Misses          895        895          
  Partials          0          0          

Sunburst

Powered by Codecov. Last update fc840a7...00de75d

@astaric astaric merged commit 2b02285 into biolab:master Aug 26, 2016
@ales-erjavec ales-erjavec deleted the predictions-column-size-hint branch September 28, 2016 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants