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.

Live Plotting with PyQtGraph in PyQt4

I am quite new in Python and TRYING to make a PyQt4 app, where I am embedding PyQtGraph in it. …

python pyqt pyqt4 pyqtgraph
Passing parameter to a pyqt thread when started

Is there any way we can pass a parameter to QThread when the thread is started (.start) ? I found an …

python pyqt pyqt4 qthread
Python + QT + Gstreamer

I'm working with PyQt and trying to get video from a webcam to play within a QT widget. I've found …

python pyqt4 gstreamer maemo qt-maemo
Show QMainwindow in the middle of the screen

I want show my project main window in the middle of the screen . when i call "self.show()" then the …

pyqt4 qmainwindow
Embedding PyQtGraph in Qt without generating new Window

I do not get how to embed PyQtGraph in my MainWindow without generating a new window like it is done …

python python-2.7 pyqt pyqt4 pyqtgraph
Terminal in broken state (invisible text / no echo) after exit() during input() / raw_input()

I've been writing a small utility application using Python 3 (the below testcase also works in Python 2, however) and PyQt 4 that …

python terminal python-3.x pyqt pyqt4
QDate into QString

I have a question about PyQt4. I have a date that is of a type QDate and I want to …

python string pyqt4 qdate
How to insert a button inside a QLineEdit

I need help inserting a button inside in a QLineEdit that can call a function. For example, like this google …

pyqt4 qt4 pyside qlineedit qtoolbutton
PyQt: Can a QPushButton be assigned a QAction?

Using Python 3.2x and PyQT 4.8x: I initialized an action and assigned to a menu item: self.__actionOpen = QtGui.QAction(…

python qt pyqt4 qpushbutton qaction
manage.py: cannot connect to X server

I have used PyQt4.QtWebkit to crawl the web page in my django application.In the production environment that module …

django django-admin pyqt4 django-manage.py