user interface - Creating GUI application completely in QtScript, what is your opinion? -


Since QT license changes have been announced, I have started taking a look at the QT framework. It looks good, but I do not like to use C ++. I know that there are separate bindings for different languages, but QtScript seems most interesting to me.

Is it entirely for scripting only with GUI applications (with help from UI designer), or only parts of existing applications. Yes, it is completely possible to do this though, since Qt (up to 4.5) By default QT does not send script binding, you need to generate it and possibly include it with your application, but this is only a one time step, to get binding.

Here's an example: Application logic is in QtScript completely, you just need to launch with interpreter (see binding generator above).


Comments