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.

How to install PyQt on Ubuntu 12.04 with python 2.7?

There may be some similar questions like this one, but I didn't find any answer for me. I tried some …

python-2.7 installation pyqt4 ubuntu-12.04
Clear all widgets in a layout in pyqt

Is there a way to clear (delete) all the widgets in a layout? self.plot_layout = QtGui.QGridLayout() self.plot_…

python qt pyqt pyqt4
No module named when using PyInstaller

I try to compile a Python project under Windows 7 using PyInstaller. The project works fine, there are no issues, however …

python numpy matplotlib pyqt4 pyinstaller
How to read from QTextedit in python?

I created the GUI using QTDesigner and save the file as .ui extension. Then convert the file to .py file …

python pyqt4
How can I add a Picture to a QWidget in PyQt4

How can I add or import a picture to a QWidget? I have found a clue. I can add a …

python pyqt4
How to add items to a combobox in PyQt

I need some help adding some items to a QComboBox. So I have two comboboxes, and one populates the other …

python pyqt pyqt5 pyqt4 qcombobox
Example of the right way to use QThread in PyQt?

I'm trying to learn how to use QThreads in a PyQt Gui application. I have stuff that runs for a …

python pyqt pyqt4 qthread
How to check if a checkbox is checked in pyqt

I'm trying to make a conditional statement based on whether a checkbox is checked or not. I've tried something like …

python-2.7 pyqt4
simple IPython example raises exception on sys.exit()

I'm doing some very simple PySide (and PyQt) tutorials in IPython. One tutorial just creates a window with some sliders …

exception pyqt4 exit ipython pyside
PyQt: How to set Combobox to Item knowing Item's text (a title)

Is it possible to set Combobox to an item knowing an Item's text value. I am trying to avoid looping …

python pyqt pyqt5 pyqt4 qcombobox