Top "Pyqt4" questions

PyQt is a set of Python bindings for Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux.

Embedding IPython Qt console in a PyQt application

I'd like to embed an IPython qt console widget in a PyQt application I am working on. The code provided …

python qt pyqt4 ipython
PyQt4 Minimize to Tray

Is there a way to minimize to tray in PyQt4? I've already worked with the QSystemTrayIcon class, but now I …

python pyqt4 system-tray minimize
Showing a .gif animation in QLabel

I would like to show a .gif animation in a QLabel widget, alongside text. The following code won't work: self.…

qt4 pyqt4 animated-gif
How to align the text to center of cells in a QTableWidget

I am using PyQt based on Qt4. My Editor is PyCharm 2017.3 and my python version is 3.4. I am scraping some …

python pyqt alignment pyqt4 qtablewidget
Qt correct way to show/display/raise window

Quite often I find that I need to show and bring a window to a front. For example when the …

c++ qt pyqt4
How can I move file into Recycle Bin / trash on different platforms using PyQt4?

I would like to add the next feature to my cross-platform PyQt4 application: when user selects some file and select "…

python qt4 cross-platform pyqt4 recycle-bin
Creating a transparent overlay with qt

I've been learning python recently and now I wanted to (try to) create my first real application, a subtitle player …

python window pyqt4 stayontop
QTableWidget - Change the row color

I'm trying to change the background color of a QTableWidget row. There are some others posts about the same thing …

python python-2.7 pyqt pyqt4 qtablewidget
Live Data Monitor: PyQtGraph

I am working on a project where I will have to analyse signals coming from a device. I have a …

python pyqt4 pyqtgraph
clickable event on QLabel in python using pyqt4?

I am working in python GUI using pyqt4 library and new with signal and slots. I don't know how to …

python pyqt4 qlabel