Quote Originally Posted by Huk View Post
We currently write web applications (web pages, with some javascript controls - like calculators etc), and we are looking for an api that would allow us to easily port this javascript controls to other platforms as applications and maybe expend them in the process, of course - we want to port them once and use everywhere ;]
If Qt provides useful or not highly depends on what your applications are doing. If you just want a webbrowser where you can display a page with your HTML, JavaScript and CSS possibly enriched with C++ components then go ahead, Qt's WebKit will handle all that. But if you want a real port of your apps to desktop then WebKit is of not much use to you.

BTW - is Quick1.0 considered deprecated or is still developed alongside Quick2.0 ?
QtQuick 1 is deprecated in Qt5. However QtQuick2 is 99% compatible with QtQuick 1 so QtQuick 1 code should work fine in QtQuick 2 once you update import statements.