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 do I use promote to in Qt Designer in pyqt4?

In the designer when I right click a widget, and I click promote to I get this window. See the …

python qt pyqt4 designer
Animation in matplotlib with scatter and using set_offsets: Autoscale of figure is not working

I'm using matplotlib plotting in python GUI using animation. And below is the code import sys from PyQt4 import QtGui …

animation matplotlib plot pyqt4 scatter
QIcon.fromTheme not displaying icon in PyQt

I am having troubles to display the icon of a QAction selected from the current icon theme. I made the …

python pyqt icons pyqt4 qt-designer
Communication between threads in PySide

I have a thread which produces some data (a python list) and which shall be available for a widget that …

python multithreading pyqt pyqt4 pyside
recipe for target 'main.o' failed

I am trying to install SIP to be able to install PyQt on my Windows system. I'm following a guide "…

gcc pyqt4 mingw32 python-sip
PyQt QTcpServer: How to return data to multiple clients?

I am looking to create a QTcpServer using PyQt that can simultaneously return data to 2 or more clients. I assume …

python pyqt4 qtcpsocket qtcpserver
adding submenu in pyqt QWidget

I know its very basic question but I am little bit confused, probably I am forgetting something. I am trying …

pyqt4 pyside qwidget qmenu qmenubar
PyQt4 filename dialog

I am a bit of a novice so be kind ;-) I had a GUI that I made using PyQt4 …

python pyqt4 qt-designer qfiledialog qtgui
xvfb run error in ubuntu 11.04

My task is crawling the google search results using headless webkit(PyQt4.QtWebkit) in python. The module was crawling the …

python amazon-ec2 pyqt4 xvfb
How can I position QDockWidgets as the screen shot shows using code?

I want a Qt window to come up with the following arrangement of dock widgets on the right. alt text …

user-interface qt pyqt4 dockable