Hello everyone,
Now I want do a formula editor with qt,which provide an interface to user to edit there own formula by
qtscript. So it needs some base functions just like add,subtract and so on.
I want write these functions in a javascript file, and then invoke this file in my qtscript text. But I try some
ways to invoke that file,it is not effective.
Anyone can give me some suggestions?