c++ - QTableWidget hangs/pauses when not in focus -


i have qtable widget gets update 100s of times sec. seems working fine have noticed after while updated values not displayed until move scrollbar little.any suggestions on might causing ?

suggestion: create own model, based on qabstracttablemodel , emit datachanged( qmodelindex(), qmodelindex() ); when data updated. force visible items redrawn.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -