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()

Pyqt5 & Pyside2 / Could Not Load The Qt Platform Plugin "windows" In "" Even Though It Was Found

Development environment 1. Windows 10 / Python 3.6.8 / Pyinstaller 3.4 / PyQt5 5.10 2. Windows 10… Read more Pyqt5 & Pyside2 / Could Not Load The Qt Platform Plugin "windows" In "" Even Though It Was Found

Add Feature For Previous Question Pyside2 Qlistview And Qtableview

The previous question was PySide2 QListView QTableView sync problem Imagine to have another dict4 i… Read more Add Feature For Previous Question Pyside2 Qlistview And Qtableview