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.

SQL Update statement but using pyodbc

I am using a pyodbc driver to connect to a microsoft access table using SQL. Does anyone know how I …

python sql pyqt pyqt4 pyodbc
How can I change the cursor shape with PyQt?

I have a simple application that runs a process that can last for several minutes before completing. I am trying …

python pyqt cursor pyqt5 pyqt4
PyQt Connect to KeyPressEvent

Certain widgets will allow me to do: self.widget.clicked.connect(on_click) but doing: self.widget.keyPressEvent.connect(on_…

python events pyqt4 signals-slots
How to set the default item of a QComboBox

In my function I have dictionary with empty values: self.items = { 'Maya Executable': '', 'Render': '', 'Mayapy Interpreter': '', 'imgcvt': …

python pyqt4 indexing qcombobox
How do I catch a pyqt closeEvent and minimize the dialog instead of exiting?

I have a QDialog object. When the user clicks on the X button or presses Ctrl+Q, I want the …

python pyqt pyqt4 qdialog
How to create filters for QTableView in PyQt

I am using QTableView to display data retrieved from QtSql.QSqlQuery I want to know how can i create filters …

python qt pyqt pyqt4 qtableview
PyQt: Change GUI Layout after button is clicked

Okay, I am jumping from Tkinter to PyQt, because PyQt is just so much more advanced, and nicer to work …

python pyqt pyqt4 qmainwindow
What is the easiest way to achieve realtime plotting in pyqtgraph

I do not get how to achieve realtime plotting in pyqtgraph. The realisation of that is not implemented in the …

python python-2.7 pyqt pyqt4 pyqtgraph
Add QWidget to QListWidget

I am trying to make a QListWidget in which each item is a simple widget that contains text and a …

qt qt4 pyqt pyqt4 pyside
Can't configure pyQt

When I compile pyQt on Windows 7 it returns an error saying: Traceback (most recent call last): File "configure.py", line 32, …

python pyqt4 configure