Relative Content

Tag Archive for pythonqtpyqtpyside6

PyQt Application Freezes When Creating GUI Elements

I’m trying to create multiple GUI elements to show the transcript of a video, the issue is that it freezes when creating the GUI as it creates all the GUI such as, QTextEdit, QLineEdit, QPushButtons and QGraphicsTextItems. It is required to create all those GUI elements so that the user can edit and change the text, at any time within the video.