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.

QPixmap maintain aspect ratio

I'm writing a program that will allow me to upload photos to TUMBLR via their API, I've got the uploading …

python pyqt4 aspect-ratio qpixmap qlabel
Python PyQt4 functions to save and restore UI widget values?

Before I attempt to write my own Python PyQt4 module functions... I wanted to ask if anyone has such a …

python pyqt4
What are good practices for avoiding crashes / hangs in PyQt?

I love both python and Qt, but it's pretty obvious to me that Qt was not designed with python in …

python pyqt pyqt4
Define pyqt4 signals with a list as argument

According to http://pyqt.sourceforge.net/Docs/PyQt4/new_style_signals_slots.html I can define a pyqt4-signal with …

python signals pyqt4 signals-slots
PyQt: How to get most of QListWidget

The code builds a dialog box with a single QListWidget and a single QPushButton. Clicking the button adds a single …

python drag-and-drop pyqt pyqt4 qlistwidget
QSettings(): How to save to current working directory

For an app that can be run directly from a flash/pen/usb/jump/thumb drive, for portability in moving …

python pyqt4 pyside
How to get the original python data from QVariant

I am just learning python and Qt these days. So please consider that this will be a newbie question, but …

python pyqt pyqt4 data-conversion qvariant
Show string values on x-axis in pyqtgraph

I want to display string values for ticks on x-axis in pyqtgraph. Right now I am unable to figure out …

python qt pyqt pyqt4 pyqtgraph
PyInstaller + UI Files - FileNotFoundError: [Errno 2] No such file or directory:

I'm trying to export my .py script to .exe using PyInstaller, which has dependencies on .ui files which were created …

python pyqt4 pyinstaller qt-designer
PyQt: Getting file name for file dropped in app

I am trying to set up an application that will accept havin files dropped into it. So, I am looking …

python drag-and-drop pyqt pyqt4