hardikar has asked for the wisdom of the Perl Monks concerning the following question:
Hi Everyone,
I am working on a project based on Qt4/C++.
I have few scripts that I have written for another project.
Writing those scripts in Qt4 is a lot of work.
Is there any way to use those perl scripts in Qt4?
Is there any way to have an integration of perl and qt4 ??
qt4->perl = perlqt4 bindings;
perl->qt4 = ???
Thanks in advance.
Thank you toolic for the reply. qt4 perl binding are for the reverse. I mean for converting (or using) qt4 functions in perl.I tried for a solution from those sources also.
I am in need of something that does the opposite.
qt4 interaction with a perl script (converting/using perl functions in qt4). qt4 application calling a perl script in an interactive way.