0

Since update() function will not repaint QT widget directly, it is just schedule a event for later process, so is it safe to call it in worker thread? My thread is a boost::thread, not QThread. I find it seems work but sometimes the widget will not receive any paintEvent. I do not know if it is because of my direct update() call.

kyleqian
  • 311
  • 1
  • 3
  • 14

0 Answers0