
I recently talked about a new markup language, but now I would like to show a small example of what can be done with these tools. As a demonstration, I decided to write a tiny client for the vkontakte network that is popular in runet.
This client interacts with the contact via userapi, can display a list of users, receive and send messages, display users who have unread messages, and also search for the right people among friendslly by name and last name: in general, the minimum is at least, although it does it very nicely .
The client is notable for the fact that there is not a single line in C ++, everything is done using qml and javascript tools.
')
The remaining screenshots.




I would like to immediately warn that this is just a demo version. The client is still very raw, plus its contribution is flawed in the QML itself, in the javascript engine and in the vkontakte API, which sometimes presents very strange surprises. In short, all this beauty is still very unstable.
You can download the fully ready-to-use binary for Windows
here and run the executable file located there.
Users of other platforms can
independently download the compiled QtCreator, which includes a qml viewer, as well as a visual editor and debugger.
The remaining files can be viewed
here.UPDATE:I got a
git repository for the project , now you can follow all the changes online. For those who do not have a git
link to download the current version