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.

Display a webcam stream in PyQt4 using OpenCV Camera Capture

I am using this Python script to display my webcam: from opencv.cv import * from opencv.highgui import * import sys …

python opencv webcam pyqt4 phonon
PyInstaller won't load the PyQt's images to the GUI

I've been having some complications to pass my script into an executable, but I finally managed to. The main problem …

python python-2.7 pyqt4 pyinstaller
QMainWindow with only QDockWidgets and no central widget

We have a window with several components in QDockWidgets. Ideally, we'd like to have all components dockable, but there is …

qt4 pyqt4
Turn off PyQt Event Loop While Editing Table

I'm developing a GUI with PyQt. The GUI has a qListWidget, a qTableWidget, and a plot implemented with Mayavi. The …

python pyqt pyqt4 qtablewidget
WYSIWYG tool for programming GUI in Python?

I was hoping to find a tool similar to Borland Delphi or VisualBasic for Python. Basically, I want to be …

python qt user-interface wxpython pyqt4
Using QTDesigner with PyQT and Python 2.6

I'm new to Python and am starting to teach myself GUI programming (hopefully) using PyQT4.7 and Python 2.6 I just downloaded …

python qt4 pyqt4 qt-designer
Align checkable items in qTableWidget

In tableWidget I have one column entirely made up of checkable items. I can't figure out how to center the …

python qt qt4 pyqt4 qtablewidget
Can I get a python object from its memory address?

I'm learning how to use Qt with PyQt, and I have a QTabelView with a StandardItemModel I've populated the model …

python pyqt4 ipython dereference
pyqt Playing movie files in phonon player QT4.9

I'm definitely in need of your help guys.. As in really. My laptop has been stolen and I didn't have …

python video media-player pyqt4 phonon
Using PyQt for Front End Web Development

I have written a single-script (i.e. full-stack) GUI in PyQT which queries an SQL database, performs some functions with …

python python-2.7 qt pyqt pyqt4