Top "Pyside" questions

Questions about using PySide, a Python Qt bindings project.

How to delete QTreeWidgetItem

Several webpages say that QTreeWidgetItem can be deleted by deleting or QTreeWidget.clearing. But my code sample below doesn't seem …

python qt pyside qtreewidget qtreewidgetitem
Use keyPressEvent to catch enter or return

I have a simple form with some combos, labels, buttons and a QTextEdit. I try to catch the enter or …

python pyqt pyside keyevent qtextedit
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
A QApplication instance already exists

I'm doing some simple PySide on 3Dsmax 2015. This is my error: python.ExecuteFile "C:\Program Files\Autodesk\3ds Max 2015\scripts\…

python pyside maxscript
Is deleteLater() necessary in PyQt/PySide?

Since there is already a Garbage Collector in Python, is deleteLater() necessary in PyQt/PySide?

python qt pyqt pyside
pip install -U PySide error

Does anyone know how to avoid the following error when running pip install -U PySide as per the official website …

python macos qt pyside
PySide / Qt Import Error

I'm trying to import PySide / Qt into Python like so and get the follow error: from PySide import QtCore ImportError: …

python macos qt pyside
Qt : Fit width of TableView to width of content

I have a window that contains a QTableView which columns are adjusted to content and are fixed in width. The …

qt pyside qtableview
"Module use of python34.dll conflicts with this version of Python"

My knowledge of Python is still pretty basic, and I am only now trying to wrap my head around how …

pyside python-3.4 maya pyqt5 qtwidgets
Placeholder text not showing (pyside/pyqt)

Learning PySide, I'm tweaking a text edit widget (QLineEdit) and trying to set the placeholder text using setPlaceHolderText as in …

python qt user-interface pyqt pyside