You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ?
The text was updated successfully, but these errors were encountered:
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
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 ?
The text was updated successfully, but these errors were encountered: