QtExamples
QtExamples copied to clipboard
Dynamic table with PySide2 and QtQuick [Example]
Describe the custom example
Hello, I'm looking for an example to be able to add some input into a row of a table using an "Add" button, and remove a selected row using a "Remove" button. PySide2 would need to be able to read the table and perform some calculations or graph some points.
Images
Environment:
- OS: Windows 10
- Python version: 3.9.0
- PySide2 version: 5.15.2
@tn3wman Could you be more specific, what would PySide2 have to do? What I wonder that all that logic could be done with QML.
@eyllanesc PySide2 would need to be able to read the table and perform some calculations or graph some points.