Using QWidget::update() from non-GUI thread

后端 未结 4 579
野的像风
野的像风 2020-12-10 18:32

Sometimes my application crashes in QWidget::update() that is performing in non-GUI thread.

I am developing an application in which receives video frames from remote

4条回答
  •  无人及你
    2020-12-10 19:08

    Check my answer here, if you don't want to use the signal/slot mechanism (which also works).

提交回复
热议问题