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

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 Embed Matplotlib Canvases In A Pyside2 Application

I am trying to embed a matplotlib canvas into a PySide2 application. I have tried to use this examp… Read more How To Embed Matplotlib Canvases In A Pyside2 Application

Running A Long Python Calculation In A Thread, With Logging To A Qt Window, Crashes After A Short While

I have a large module from a separate project, which I wanted to integrate into a GUI. The module d… Read more Running A Long Python Calculation In A Thread, With Logging To A Qt Window, Crashes After A Short While

How To Detect When A Foreign Window Embedded With Qwidget.createwindowcontainer Closes Itself?

I'm embedding another window into a Qt widget using PySide2.QtGui.QWindow.fromWinId(windowId). … Read more How To Detect When A Foreign Window Embedded With Qwidget.createwindowcontainer Closes Itself?

Pyside2 Installation Problem On Ubuntu18.04, Python 3.8.3 On Anaconda

After installing anaconda3, I began to install pyside2. I directly typed pip install pyside2, and s… Read more Pyside2 Installation Problem On Ubuntu18.04, Python 3.8.3 On Anaconda

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?

How To Create A Basic Custom Qgraphicseffect In Qt?

I have been trying to create a basic QGraphicsEffect to change the colors of the widget, but first … Read more How To Create A Basic Custom Qgraphicseffect In Qt?

No Viewfinder Available While Trying To Display Webcam With Pyside2

I am working on Ubuntu 20.04 with Python3 and PySide2, Qt is version 5. I wrote this simple Python … Read more No Viewfinder Available While Trying To Display Webcam With Pyside2