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

Introduce A Text In A Lineedit Of Pyqt From A Thread

How can I introduce a text in a lineEdit from a thread that are getting the data whithout colapse t… Read more Introduce A Text In A Lineedit Of Pyqt From A Thread

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?

Make A Window Appear On Top Of Another, Block Access To Other Windows Until Button Clicked

Python 2.7, PyQt4.8.5 I want to have a main app window and then a second pop up window to display … Read more Make A Window Appear On Top Of Another, Block Access To Other Windows Until Button Clicked

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

Qt Designer Pyqt5 Overwrite Closeevent Child Window Don't Work

I have three windows designed in QtDesigner. The main window calls the two childs windows using but… Read more Qt Designer Pyqt5 Overwrite Closeevent Child Window Don't Work

Pyqt - Showing Countdown Timer

I am trying to create a program, using PyQt, which currently consists of a stacked widget of 4 page… Read more Pyqt - Showing Countdown Timer