Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pyside

Pyside Connection Error "runtimeerror: Failed To Connect Signal Clicked()"

from PySide.QtCore import * from PySide.QtGui import * import sys import stackwid class Dialog(QD… Read more Pyside Connection Error "runtimeerror: Failed To Connect Signal Clicked()"

Matplotlib And Qt: Mouse Press Event.key Is Always None

I embedded a matplotlib figure in a Qt (PySide) application and I would like to respond to mouse cl… Read more Matplotlib And Qt: Mouse Press Event.key Is Always None

Qtableview Sorting Fails After Sethorizontalheader()

I am encountering a strange problem with PySide QTableViews after I have set a new QHeaderView inst… Read more Qtableview Sorting Fails After Sethorizontalheader()

Can't Use Pyside With Anaconda

I have just installed Anaconda for Python 3 and then installed PySide by sudo apt-get install pyt… Read more Can't Use Pyside With Anaconda

Qtreeview With Custom Items

I'm writing my first Qt application with PySide and am having some trouble creating a custom tr… Read more Qtreeview With Custom Items

How Do I Remove Items From Model In Python

How do I properly remove items from my custom QAbstractTableModel? Do i need to change this to QSta… Read more How Do I Remove Items From Model In Python

Qmetaobject::invokemethod Doesn't Find Methods With Parameters

This is a follow up of QMetaObject::invokeMethod doesn't find the method. Invoking a method wit… Read more Qmetaobject::invokemethod Doesn't Find Methods With Parameters

More Dock Locations Using Pyside?

I like the dock analogy and believe users may want two large 'central' widgets as well as t… Read more More Dock Locations Using Pyside?