[PyQt] QSqlTableModel in ReadOnly mode concurrent with sqlite3 writer thread
scorp1us at yahoo.com
scorp1us at yahoo.com
Tue Mar 11 17:43:02 GMT 2014
The Qt library is single threaded. If you try to use it multithreaded, it might work if you have a unique connection, if you ahderevto the single writer.
Sent from Yahoo Mail on Android
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140311/ddb46326/attachment.html>
More information about the PyQt
mailing list