Generate QML from User Interface Definition (.ui) file?
-
The "User Interface Compiler (uic)":http://qt-project.org/doc/qt-5.1/qtdoc/uic.html documentation states "The uic reads an XML format user interface definition (.ui) file as generated by Qt Designer and creates a corresponding C++ header file."
Is there any code that will generate a .qml file from a .ui file?
Thanks.
-
No to my knowledge. But now that we have the Desktop Components, it should finally be doable. There may be some external projects capable of doing that.