Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pyqt5

Automating Unit Testing In Pyqt5 Using Gitlab's Ci: Qxcbconnection Error

I am creating a GUI skeleton (for now) using PyQt5 and I have written some unit tests (using Python… Read more Automating Unit Testing In Pyqt5 Using Gitlab's Ci: Qxcbconnection Error

How To Change Languages(translations) Dynamically On Pyqt5?

I wonder if it is possible to change the languages(translations) dynamically without using qt desig… Read more How To Change Languages(translations) Dynamically On Pyqt5?

Efficient Way To Move Qgraphicitems Inside Qgraphicsscene

I am developing a video player using pyqt5. I am using QGraphicsVideoItem inside a scene. On top of… Read more Efficient Way To Move Qgraphicitems Inside Qgraphicsscene

Is It Possible To Create Qmainwindow With Only Outer Border?

I am trying to rebuild a screen record PyQt App, and the ScreenToGIF is a very good demo for me, it… Read more Is It Possible To Create Qmainwindow With Only Outer Border?

How To Stop An Animated Qcursor From Freezing When Loading Or Dumping With Pickle?

As a follow-up question to this post, I was wondering if it is possible to extend the functionality… Read more How To Stop An Animated Qcursor From Freezing When Loading Or Dumping With Pickle?

How To Create A Websocket Client By Using Qwebsocket In Pyqt5

I want create a websocket client by using QWebSocket in PyQt5.For convenience, assume I have a webs… Read more How To Create A Websocket Client By Using Qwebsocket In Pyqt5

Display Matplotlib Plots From Other File

I have a PyQt file that, on the click of a button, runs a function from another python file (let… Read more Display Matplotlib Plots From Other File

Pyqt5 Fails With Cryptic Message

I've created small app with model and view. Since the beginning PyQt5 crash each time something… Read more Pyqt5 Fails With Cryptic Message