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

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

How Can I Send A Python Dictionary To A Qml Interface With A Signal?

I want to send dictionaries, containing data that I need to use to dynamically create qml objects, … Read more How Can I Send A Python Dictionary To A Qml Interface With A Signal?

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

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

How To Set Values In Qml Using Pyside2?

From PySide2 i want to write values into qml. This values change dynamically. For PyQt5 example her… Read more How To Set Values In Qml Using Pyside2?

Several Questions About Qml And Pyside2

I have the following cases, I want to use several Qml: 'welcome.qml', 'create.qml',… Read more Several Questions About Qml And Pyside2