I am wondering if there is a way to compile QML source files such that they are unreadable.
I have heard about QtQuickCompiler, does anyone know how to get that working with a Python project?
I have tried pyside2-rcc which just generates a Python module containing a string with the QML file. If I compile the generated python file with Cython I still can see the QML source code.