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

Embed Pyqtgraph To Pyside2

I'd like to implement a PyQtGraph PlotWidget into a PySide2 application. With PyQt5 everything … Read more Embed Pyqtgraph To 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

Breadcrumbs Navigation Using Qtoolbar And Qlistview

I have JSON data something like this {'books':{ 'web':{ 'front-end… Read more Breadcrumbs Navigation Using Qtoolbar And Qlistview

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

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

Pyside2 Not Closing Correctly With Basic Example

When I run the basic script: import sys from PySide2.QtWidgets import QApplication, QLabel app = Q… Read more Pyside2 Not Closing Correctly With Basic Example

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?

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