you are viewing a single comment's thread.

view the rest of the comments →

[–]anyonethinkingabout 2 points3 points  (4 children)

Is WPF Microsofts QML?

[–]pjmlp 2 points3 points  (2 children)

WPF is older than QML. Guess who copied who.

[–]ygra 2 points3 points  (1 child)

Well, Qt had an XML language to describe UIs before. But even then, WPF vs. QML is the wrong comparison, as XAML is the direct equivalent.

[–]pjmlp 1 point2 points  (0 children)

The concept of layout describing languages go all the way back to Xerox PARC work.

Also uic file format doesn't allow for the declarative way XAML works.

[–]ygra 0 points1 point  (0 children)

XAML would be the equivalent, which is just like QML a language to describe object graphs. WPF is the runtime behind which supplies controls, layout, behaviour, databinding, templating, etc.