convert qml to ui
-
wrote on 5 May 2023, 14:20 last edited by
can i convert qml file to ui ?
-
can i convert qml file to ui ?
If you mean to convert to XML file with
ui
extension (which is used to define UI for QtWidgets module) from QML file, then - no, there is no automatic conversions as these technologies are vastly different. -
1/2