I started learning qt today and asked a question. When I create a project, it comes with a * .ui file, which is an XML type file, but in the book I only create a user interface with pure C ++ (classes). I heard that there is another way to create a user interface with qml.
So what are the pros and cons of creating each user interface?
Thank you in advance
EDIT: I am using QT 5.1.0
source share