-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
As populating a ControlList with a few thousands of lines, each with a few columns (it works the same with single columns), my UI hangs for some long minutes before getting responsive again.
Here is sample code to reproduce
my_list.value = [[x] for x in range(5000) ]
By Reading QT forums, I went on the following topic about performance issues with QTableWidget.
https://bugreports.qt.io/browse/QTBUG-57848
Is it possible to disable resizecolumn by default instead of enabling it ?
Or at least, use QT's ResizeToContents only upon content insertion complete when mass replacing value ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels