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
Post a Comment