Top "Pyside" questions

Questions about using PySide, a Python Qt bindings project.

How to use QTimer inside QThread which uses QWaitCondition? (pyside)

I'm using pyside but (I think) is a generic Qt question. I know that QThread implementation calls ._exec() method so …

python qt pyside qthread qtimer
How to create a filter for QTableWidget?

I'm trying to create a filter for QTableWidget with QLineEdit in PySide. I've seen some tutorials using QSortFilterProxyModel for C++ …

python qt pyside qtableview qsortfilterproxymodel
PyQt vs PySide comparison

I currently develop many applications in a Qt heavy C++/Python environment on Linux, porting to PC/Mac as needed. …

c++ python qt pyqt pyside
Communication between threads in PySide

I have a thread which produces some data (a python list) and which shall be available for a widget that …

python multithreading pyqt pyqt4 pyside
PySide wait for signal from main thread in a worker thread

I decided to add a GUI to one of my scripts. The script is a simple web scraper. I decided …

python multithreading qt pyside qeventloop
i can not find QString in PySide 1.1.0

I want to use QString and QStringList, but in PySide 1.1.0, they are not in modules, and not in documents.so, …

python qt pyside qstring
QTreeView with custom items

I'm writing my first Qt application with PySide and am having some trouble creating a custom tree view. I'd like …

python pyside qtreeview qabstractitemmodel
How to get maya main window pointer using PySide?

I've used PyQt4 in maya quite a bit, and generally I've found it quite easy to switch to PySide, but …

python pyqt pyside maya
adding submenu in pyqt QWidget

I know its very basic question but I am little bit confused, probably I am forgetting something. I am trying …

pyqt4 pyside qwidget qmenu qmenubar