removeRow becomes slow in qt6
Unsolved
General and Desktop
-
Hello,
I'm new here and this is my first post.
I have a problem with QTableWidget, I use it to manage a not very large scale data (about 20x10), in my code, I use removeRow() to delete one entire row data, this function runs very fast in qt 5.15, but becomes really slow in qt 6.2.3, it takes about 20 to 30 sec! Could anyone tell me why? -
Hello,
I'm new here and this is my first post.
I have a problem with QTableWidget, I use it to manage a not very large scale data (about 20x10), in my code, I use removeRow() to delete one entire row data, this function runs very fast in qt 5.15, but becomes really slow in qt 6.2.3, it takes about 20 to 30 sec! Could anyone tell me why?