Top "Pyqt" questions

PyQt is a set of Python v2 and v3 bindings for The Qt Company's Qt application framework and runs on all platforms supported by Qt including Windows, macOS, Linux, iOS and Android

How to install PyQt4 on Windows using pip?

I'm using Python 3.4 on Windows. When I run a script, it complains ImportError: No Module named 'PyQt4' So I …

python python-3.x pyqt pyqt4 pip
Convert pyQt UI to python

Is there a way to convert a ui formed with qtDesigner to a python version to use without having an …

python pyqt maya pymel
Changing the color of the axis, ticks and labels for a plot in matplotlib

I'd like to Change the color of the axis, as well as ticks and value-labels for a plot I did …

python colors pyqt matplotlib
Background thread with QThread in PyQt

I have a program which interfaces with a radio I am using via a gui I wrote in PyQt. Obviously …

python multithreading pyqt pyqt4 qthread
Linking a qtDesigner .ui file to python/pyqt?

So if I go into QtDesigner and build a UI, it'll be saved as a .ui file. How can I …

python user-interface qt pyqt qt-designer
How do you get the current text contents of a QComboBox?

Using pyqt4 and python 2.6, I am using a qcombobox to provide a list of options. I am having problems with …

python pyqt pyqt4 python-2.6 qcombobox
How to install PyQt4 in anaconda?

From the PyQt4 website their instructions for installing the package are to download the tarball and use the config file. …

python pyqt pyqt4 anaconda
How do I plot only a table in Matplotlib?

Is it possible to draw only a table with matplotlib? If I uncomment the line plt.bar(index, data[row], …

python matplotlib pyqt
How to convert a .ui file to .py file

This .ui file is made by Qt Designer. It's just a simple UI. All the commands or codes for doing …

python user-interface pyqt qt-designer
PyQt5 and QtGui module not found

Is there some reason that QtGui is packaged with PyQt5??? I am using Mark Summerfield's Rapid GUI programming book. Obviously …

qt python-3.x pyqt qtgui pyqt5