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

Reading Ui File And Connecting Elements Such As Buttons, Text, Etc

I'm looking at using PySide2, but reading UI files, instead of generating Python via pyside2-ui… Read more Reading Ui File And Connecting Elements Such As Buttons, Text, Etc

Pyside2 Qlistview Qtableview Sync Problem

It is python/PySide2 interface related problem, as much as I tried, I couldn't make it sync (QL… Read more Pyside2 Qlistview Qtableview Sync Problem

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

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?

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