eyllanesc / QtExamples

Translations of the official Qt examples into PyQt5 (also PySide2) and more. :bowtie: :octocat:
GNU General Public License v3.0
52 stars 11 forks source link

Dynamic table with PySide2 and QtQuick [Example] #3

Open tn3wman opened 3 years ago

tn3wman commented 3 years ago

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:

eyllanesc commented 3 years ago

@tn3wman Could you be more specific, what would PySide2 have to do? What I wonder that all that logic could be done with QML.

tn3wman commented 3 years ago

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