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.

PyQt4.QtCore.pyqtSignal object has no attribute 'connect'

I'm having issues with a custom signal in a class I made. Relevant code: self.parse_triggered = QtCore.pyqtSignal() def …

python pyqt signals pyqt4
Unable to load files using pickle and multiple modules

I'm trying to create a user system, which uses a setting and Gui module, and when the GUI module requests …

python multithreading login pyqt4 pickle
How to change font size of child QLabel widget from the groupBox

How can use different font & size for the child Widgets in the GroupBox and the tittle for the GroupBox …

python python-2.7 pyqt4 qlabel
PYQT4 - How do I compile and import a qrc file into my program?

I'm having trouble importing a resource file. I'm using pyqt4 with monkey studio and I am trying to import a …

python pyqt pyqt4 resource-files
Is it possible to add PyQt4/PySide packages on a Virtualenv sandbox?

I'm using Virtualenv with profit on my development environment with web.py, simplejson and other web oriented packages. I'm going …

python pyqt4 virtualenv pyside
Should wildcard import be avoided?

I'm using PyQt and am running into this issue. If my import statements are: from PyQt4.QtCore import * from PyQt4.…

python pyqt pyqt4 pylint python-import
QWidget resize signal?

I want to take an action when a widget was resized. Is there a way to catch that without installing …

qt qt4 pyqt pyqt4
PyQt give color to a specific element

This might be an easy question, but I'm trying to give a color to a specific QLabel in my application …

python pyqt pyqt4 qtstylesheets qlabel
how to retrieve the selected row of a QTableView?

I'm using a QTableView object types. This object contains several online and I use this model: class PaletteTableModel(QtCore.QAbstractTableModel): …

python python-2.7 pyqt pyqt4 qtableview
How to make PyQt window state to maximised in pyqt

I am using PyQt4 for GUI in my application. I want to know how can make my window maximized by …

python pyqt4 maximize