Add OnTopHint to video render window
This commit is contained in:
parent
3e6e06cf90
commit
0e1c3d64eb
@ -79,6 +79,7 @@ void QtVideoOutput::write(uint64_t, const aasdk::common::DataConstBuffer& buffer
|
|||||||
void QtVideoOutput::onStartPlayback()
|
void QtVideoOutput::onStartPlayback()
|
||||||
{
|
{
|
||||||
videoWidget_->setFocus();
|
videoWidget_->setFocus();
|
||||||
|
videoWidget_->setWindowFlags(Qt::WindowStaysOnTopHint);
|
||||||
videoWidget_->setFullScreen(true);
|
videoWidget_->setFullScreen(true);
|
||||||
videoWidget_->show();
|
videoWidget_->show();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user