QSplitter Propagation Problem When Video is Stopped or Paused
Solved
General and Desktop
-
Hi all,
I have Qsplitter to increase the number of videowidgets inside a frame.
When all videos are playing, there is no problem. However, if a short video ends, but the other video does not end, there will be splitter propagation like below when I drag the splitter as seen below.
It can only be fixed if I try to play all videos again.
How can I fix this? (I am using Qt 5.12.2) (In my applciation, QSplitter has frames and inside frames there are videowidgets)
I also tried something like below with slidermoved signal. It didnot work.m_p_video_widget->update(); m_p_frame->update();
-
Hi,
You might want to try a more recent version of Qt.
One thing you could do is hide the video widget when nothing is playing.