Py-Qt-MVC
Py-Qt-MVC copied to clipboard
Request: QML View's
With the added support for QML, and it's ability to generate some modern UI's, I think it would be a benefit to add a bit to this repo to allow for adding QML based views.
On the (Integrating Python and QML PyQt5 Page)[http://pyqt.sourceforge.net/Docs/PyQt5/qml.html], it is recommended that QML be used exclusively for generating the views, and that the models and controllers be written in Python.