PDA

View Full Version : Can I use Qt without knowing programming?



heiwu
25th November 2013, 03:49
I'm not completely clueless, I do know html and Css -- but what is the learning curve for Qt?

Lesiok
25th November 2013, 07:45
Qt is a simple library in C++.

anda_skoa
25th November 2013, 19:16
Also, since you are currently only doing UI, doing that using QtQuick should be really easy as well, e.g. using qmlscene as the runtime instead of the browser for HTML.

Cheers,
_