QtExamples icon indicating copy to clipboard operation
QtExamples copied to clipboard

Dynamic table with PySide2 and QtQuick [Example]

Open tn3wman opened this issue 3 years ago • 2 comments

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

image

Environment:

  • OS: Windows 10
  • Python version: 3.9.0
  • PySide2 version: 5.15.2

tn3wman avatar Feb 24 '21 19:02 tn3wman

@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 avatar Mar 02 '21 23:03 eyllanesc

@eyllanesc PySide2 would need to be able to read the table and perform some calculations or graph some points.

tn3wman avatar Mar 03 '21 22:03 tn3wman