I have a project in qt with .ui forms.
But now I have to get a better visual result (more modern and userfriendly) so I found that qml is somewhat the thing I need.
So the problem is the whole project is based on .ui forms (frontend) and cpp code (backend). I need to find a way to change my forms with qml files.
I searched a little but I don't know how to really use ui component in qml as easily as in ui forms.
Some help would be gladly welcomed