Hello,
I add a widget on my form named as video.
my widget is resized according to my computer screen. So I also want to resize playback video to fit with my widget (not keep aspect ratio). I found enum ratio.
ui->video->setAspectRatio(Vlc::Original); These ratio and scales are fixed predefined ratio.
My widget may resize depend upon computer's various screen resolution and ratio. How can I stretch playback video to Fit the my widget?