PDA

View Full Version : script



wookoon
19th July 2010, 09:04
I am using qt script now.

What I will do is to realize a editor which can calculator array data or table data use operator "+ ,-,*,/".For example : array1 + array2 = array3. But you know script can't do it, so what can I do ???
in these way?or other..?
1.write a override operator script file?but javascript dont support override.
2.realize it in qt?


thank you

squidge
19th July 2010, 10:47
If you want to support something not supported by existing scripting languages, theres nothing stopping you from creating your own. There are Qt classes for that.