Hi,

I am having a c++ class CRectangleItems. this class have lots of different functions. I want to call these function by using QtScript. Means i will create object of CRectangle and will define as newQObject with QtScriptEngine. I will provide separate script editor, from editor user will call and of function from CRectangleItems . and all that script will be given to QtScriptEngine.evaluate function. Please guide me to achieve this.