PDA

View Full Version : Qt Script



c_srikanth1984
1st June 2009, 07:41
Hi,
I am planning to develop a application using Qtscript where i want to give the user to modify the script for which i want to give the user the script IDE support. IDE like QSA. but my problem is that QSA has been deprecated and has reached its end of life in 2008.

Now is there any thing like QSA workbench or any script IDE.

my objective is when the user right click a QGraphicsItem in a QGraphicsScene and select Edit Script he should see an Script IDE where he can have access to Object Properties and he can modify any property through scripting.

Is what i am thinking is possible? if yes how?

Plz Help me.....
thanks

c_srikanth1984
8th June 2009, 06:59
Do anyone have an Idea how can I get a Script Editor where can i edit script dynamically for a C++ application

bunjee
8th June 2009, 12:33
I'm currently working on this, I might release something next month.

c_srikanth1984
9th June 2009, 11:35
Is any built-in IDE for script like QSA is there are you creating your own IDE for editing script.