A brief example of a MVVM Table view using PySide6 in Python.
To install the required dependencies, run:
pip install pyside6
To run the program, navigate to the root directory of the project and run:
python main.py
- Add single tasks to a task list using the provided Line Edit
- Delete multiple tasks by selecting task entries and pressing the delete button
PySide6 is released under the LGPLv3 license.