What is the limitations if I don't use ui files.
-
Hello everyone,
If I convert to all ui files to normal qml files, what kind of problems can be born? Because I already did for many files and I haven't seen any problem yet.Because I want to code freely, I don't want to ui.qml file limitations and I don't see any problems also in 2d editing when I convert them but I want to be sure about not encountering future problems.
Kind regards.
-
There are no technical limitations: All *.ui.qml files are proper *.qml files.
You just lose the ability to use a graphical WYSIWYG editor, and separation of concerns (GUI implementation vs. logic implementation) is no longer enforced.
-
@CKurdu said in What is the limitations if I don't use ui files.:
I can use the graphical editor also. Do you mean I will not be able to use it in the future?
The graphical editor requires you to keep them as *.ui.qml files