Top "Pyside" questions

Questions about using PySide, a Python Qt bindings project.

Python PySide (Internal c++ Object Already Deleted)

I recently decided to write my first app with Python and PySide. But I have a problem and hope you …

python pyside
Where is pyside-uic?

I'm trying to use Qt Designer and pyside-uic mydesign.ui > design.py however, this program doesn't exist. I looked …

python qt pyside
How to use options in QFileDialog.getOpenFileName?

I would like to use options in the static method QFileDialog.getOpenFileName. For example i would like to set two …

python pyqt pyside options qfiledialog
How do you load .ui files onto python classes with PySide?

I've used PyQt for quite a while, and the entire time I've used it, there has been a pretty consistent …

python qt user-interface pyqt pyside
Drag and drop rows within QTableWidget

Goal My goal is to have a QTableWidget in which the user can drag/drop rows internally. That is, the …

qt pyqt pyqt4 pyside
MVC design with Qt Designer and PyQt / PySide

Python newbie coming from Java (+SWT/Windowbuilder) and am having difficulty working out how to properly code a large desktop …

python model-view-controller pyqt pyside qt-designer
Getting PySide to work with matplotlib

I have tried running the example code on the SciPy website, but I get this error: Traceback (most recent call …

python matplotlib pyside
Installing PySide for Python-3.6

When I try to install PySide for Python-3.6, it says it is only compatible until Python-3.4. Is there any work-around …

installation python-3.6 pyside pyside2
Loading a simple Qt Designer form in to Pyside

I create a simple form in Qt designer and am trying to load it in to a Qt application I'm …

python qt4 pyside
Python PySide and Progress Bar Threading

I have this code: from PySide import QtCore, QtGui import time class Ui_Dialog(object): def setupUi(self, Dialog): Dialog.…

python multithreading qt pyside