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

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

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

Qml Findchild From A Different Component

The objective: I'm writing a Gui front-end for a Matplotlib-based library for nested samples (p… Read more Qml Findchild From A Different Component

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

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 Get Return Value From Pyqt's Qwebenginepage.runjavascript()

I'm creating a simple QWebEngineView where I'm trying to retrieve a string by calling a js … Read more How To Get Return Value From Pyqt's Qwebenginepage.runjavascript()