Top "Pyside" questions

Questions about using PySide, a Python Qt bindings project.

Getting started with PySide

I decided to learn Python Gui development and, as PyQt is non-free, the choice was PySide for it. But, unlike …

python qt pyqt pyside
Convert numpy array to PySide QPixmap

I want to convert an image into a NumPy array to a PySide QPixmap, so I can display it (EDIT: …

python numpy pyside
How to make a widget in the center of the screen in PySide/PyQt?

This code works, but I wonder if there is any simpler way: def center(self): qr = self.frameGeometry() cp = gui.…

python qt pyqt pyside
Python PyQt Pyside - setNameFilters in QFileDialog does not work

(Windows 7 64 Bit, PyCharm 3.4.1 Pro, Python 3.4.0, PySide 1.2.2) I want to make a file dialog with filters and preselect one filter. If …

python pyqt pyside qfiledialog
PySide: Removing a widget from a layout

I'm trying to remove a Qt widget from a layout in a PySide application. Here is a minimal example. It …

python qt pyside qlayout
Connecting a slot to a button in QDialogButtonBox

I created a standard buttonBox from QtDesigner with Ok, Cancel, Reset. I successfully connected the Ok and Cancel buttons using, …

python qt pyqt pyside
How can I get QListWidget item by name?

I have a QListWidget which displays a list of names using PyQt in Python. How can I get the QListWidgetItem …

python qt pyqt pyqt4 pyside
How can I know if the mouse is over the widget?

I am fairly new to Qt (PyQt - PySide). I am trying to build a custom widget which is a …

c++ qt pyqt pyside qwidget
Edit table in pyqt using QAbstractTableModel

I'm trying to create an editable table in PyQt. Here's the code for just displaying the table: import sys from …

python user-interface pyqt4 pyside qabstracttablemodel
Any really modern, good-looking desktop apps that are developed with PyQt/PySide?

I have started using Python for web development recently, it's kinda cool; I have seen programs that are developed in …

qt pyqt pyside