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

How To Draw A Circle On A Figurecanvasqtagg On Mouse Click

I am new to Qt and I am trying to do a program, that I've previously done in tkinter, to learn … Read more How To Draw A Circle On A Figurecanvasqtagg On Mouse Click

How To Add "select One..." To Qcombobox When Using Qabstracttablemodel (model/view)?

I'm using a QAbstractTableModel to populate a QComboBox. This works great, but I wish to always… Read more How To Add "select One..." To Qcombobox When Using Qabstracttablemodel (model/view)?

Parent A Qtreewidgetitem To An Existing Qtreewidgetitem To Second Column Maintaining The First Column

I created a QTreeWidget and parented a QTreeWidgetItem using the QTreeWidget.addTopLevelItem method… Read more Parent A Qtreewidgetitem To An Existing Qtreewidgetitem To Second Column Maintaining The First Column

Using Qsignalmapper

I tried to make a simple example to help understand how the concept of QSignalMapping works in PySi… Read more Using Qsignalmapper

Reading Qaudioprobe Buffer

The Qt documentation (https://doc.qt.io/qtforpython-5/PySide2/QtMultimedia/QAudioBuffer.html) says … Read more Reading Qaudioprobe Buffer

Signal With Named Parameter

I am trying to replicate below example using PySide2. https://evileg.com/en/post/242/ But as PySide… Read more Signal With Named Parameter

Running A Heavy Qtimer Task As A Qthread

I have a heavy task that constantly runs every 500ms. It consists of updating GUI elements and I ne… Read more Running A Heavy Qtimer Task As A Qthread

Pycharm Fails To Debug Qt5 (pyside2) Code - Error 'shiboken.objecttype' Object Is Not Iterable

I have some experience with Python console applications and now trying to start with Qt for Python … Read more Pycharm Fails To Debug Qt5 (pyside2) Code - Error 'shiboken.objecttype' Object Is Not Iterable