PDA

View Full Version : reading model from different thread



jajdoo
23rd October 2011, 18:05
i need to read from my model (subclass of QAbstractItemModel ) from a different thread, what is the safest way to do this? preferably, doing so without using multithreading primitives (QMutex etc..)