Framework
- Which GUI toolkit does CutiePy use?CutiePy is built around PySide6, the official Python bindings for Qt, for native desktop apps rather than browser wrappers.
- The application lifecycleCutiePy structures your app around clear lifecycle phases: build, initialize, validate, attach, and show.
- Database-driven navigation and pagesBuild navigation from database tables with parent-child nesting, ordered by a position field and rendered recursively.