I am familiar with web development so I know exactly what Javascript can do in webkit. If I want to employ the scripting feature in my apps, I think there are two ways:
- Employ qtwebkit and open a hidden webpage running my own Javascript scripts.
- Using qtscript.
Right now I want most of my app logic are implemented with scripts but I am wondering what are differences between them and how to choose under different circumstances, javascript in webkit or qtscript?
Sorry if this question is not that professional. Thanks