how to use model / view in multi - thread?
Unsolved
General and Desktop
-
@sss156 said in how to use model / view in multi - thread?:
can i change model 's data in thread with signal/slot
yes
and use model ' s function reset() to update ui ?
I would recommend to not use reset() when only some data changed or a row/column is added or removed - use the specialized functions for this instead - see e.g. beginRemoveRows().