<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">If you don't add the video widget to the layout, it will never be shown.<div><br></div><div>Check and update the following lines:</div><div><br></div><div><div><font face="monospace">        self.video_contenedor = QVideoWidget()</font></div><div><font face="monospace">        # ...</font></div><div><font face="monospace">        self.media = QMediaPlayer(None, QMediaPlayer.VideoSurface)</font></div></div><div><font face="monospace"><br></font></div>That said:<br><br>1. Video playback might not work, that depends on the system, the platform plugins and lots of other different variables Qt relies too much onto. You might want to look for alternatives, such as embedding VLC or MPD players instead.</div><div>2. Rethink your whole GUI layout *and* variable/attribute naming, as they are totally confusing and inconsistent.</div><div>3. The next time you ask for help, please provide less cluttered code, with more coherent naming and interface, and always remove **all** unnecessary code: it took me 10 minutes to understand the structure of your UI, because of unnecessary layouts and widgets. When asking for help, always provide a code that is as minimal as possible (but still reproducible): it might take a lot of time on your part, but while an hour for you could mean a minute for somebody who could give you a fast answer, a careless code posting will surely result in people being annoyed with code difficult to understand; the result is easy: if your code is hard to read, even if the answer is easy, nobody will reply.</div><div>4. Please always provide code that uses easy to read variables and object names in english language. There is a lot of people who don't speak english as first language, which means that even more won't understand what "video_contenedor" means. In programming, this means that that variable has a random name that's has no meaning at all, which will make it really hard to understand what it refers to.</div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno ven 21 feb 2020 alle ore 21:32 Nikola Tesla <<a href="mailto:rubymotions@gmail.com">rubymotions@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  

    
  
  <div>
    <p><i><font size="+2">Hey, how are you? I hope you're well.<br>
          my problem is that I'm trying to add the class<br>
          video = QVideoWidget() <br>
          in this widget --> self.video_container =
          QWidget(self.box_video)<br>
          but I haven't been able to work it out... please help<br>
          I have attached the code file to make my question more
          understandable</font></i></p>
    <p><i><font size="+2"><br>
        </font></i></p>
    <p><i><font size="+2">This is so that the uploaded video can be
          displayed in that widget</font></i></p>
    <p><i><font size="+2">This widget is illustrated in the attached
          image</font></i><br>
    </p>
  </div>

_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">È difficile avere una convinzione precisa quando si parla delle ragioni del cuore. - "Sostiene Pereira", Antonio Tabucchi<br><a href="http://www.jidesk.net" target="_blank">http://www.jidesk.net</a></div>