问题 I have a matrix created by QTableWidget, I have multiple threads that changing the colors of the cells, I want to see the coloring changing immediately after setting the color. what I have now is that only after finishing all cells coloring I see the whole cells colors changed as once. I have a good delay between the coloring, so it's not that the threads are filling the cells so fast. every thread calls the function fillInCell(x,y,val,myThreadIdx); void ResultMatrix::fillInCell(int i, int j,