Top "Pyside" questions

Questions about using PySide, a Python Qt bindings project.

PySide: Easier way of updating GUI from another thread

I have a PySide (Qt) GUI which spawns multiple threads. The threads sometimes need to update the GUI. I have …

python multithreading qt signals-slots pyside
Binding a PyQT/PySide widget to a local variable in Python

I'm pretty new to PySide/PyQt, I'm coming from C#/WPF. I've googled alot on this topic but it no …

python pyqt dependency-properties pyside
A .py file which compiled from .qrc file( using pyside-rcc ) does not work

I am working on python project and I have a problem with my .py file which complied from .qrc file. …

python image pyside qt-designer rcc
How can I limit text box width of QLineEdit to display at most four characters?

I am working with a GUI based on PySide. I made a (one line) text box with QLineEdit and the …

python qt pyside qlineedit
Expanding width of column in QTreeWidget dynamically

Using PySide, I am developing a small application. In my application, I am using QTreeWidget, to show form like data. …

python qt user-interface pyside qtreewidget
How to signal slots in a GUI from a different process?

Context: In Python a main thread spawns a 2nd process (using multiprocessing module) and then launches a GUI (using PyQt4). …

python pyqt multiprocessing signals pyside
'PySide.QtCore.Signal' object has no attribute 'connect'

I am using Python 3.4 with Pyside 1.2.4 and PyQt 4.8.7 and when I try to connect a Signal to a Slot it …

python pyside signals-slots qobject
Custom Qt Widgets with python for Qt Designer

I am trying to write a custom widget for the Qt Designer using only Python. I was following a couple …

python pyqt4 pyside qt-designer custom-widgets
How to change text alignment in QTabWidget?

I cannot find a way to set the text alignment in a QTabWidget. After I've created an instance of this …

qt qt4 pyqt4 pyside qtabwidget
PyQt: How Can I set row heights of QTreeView

In PyQt, I am looking for a way to set the height of rows in a QTreeView (similarly to QTableView.…

qt pyqt pyside pyqt5 qtreeview