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

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?

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

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

Get Mouse Press Event From Any Widget

I have a QMainWindow application that has multiple widgets (buttons, labels, etc.) inside it. How c… Read more Get Mouse Press Event From Any Widget

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

Importing Qml From A Resource (qrc) File With Pyside2

I have added a simple QML component ('qml/MyButton') to my 'resource.qrc' file: … Read more Importing Qml From A Resource (qrc) File With Pyside2

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