An alternative to qmlscene
Qmlview is a command line utility. But sort of to replace the non-existent qmlscene, which was used to preview qml source code before it is loaded by any C++, Java, or python code.
It is supposed to be a somewhat replacement for the default qmlscene that came with every PyQt installation. But since PyQt5.10 it hasn't been included in the installation folder. A way around it used to be to include a copy from the installation of Qt's official software development bundle found on Qt's official site Qt.com. But this also fails in PyQ5.11. So, this is supposed to be a stand-alone qmlscene sort of replacement.
Standalones are available for download here
You can also download via pypi.org
If you have python installed you can do: pip install Qmlview
qmlview path/to/file
OR
./qmlview path/to/file
eg.
qmlview C:/myproject/button.qml
OR
./qmlview C:/myproject/button.qml
No errors have been reported since the time of release. Therefore report every error at https://github.com/amoh-godwin/Qmlview/issues Open a new issue and state the error.
Fork this repository and make commits to your fork. Make a pull request to the development branch.