[Qt-interest] Filtering Data
Paul England
pengland at cmt-asia.com
Tue Dec 15 23:05:08 CET 2009
QRegExp supports Perl regular expressions, although there are a few
differences.
If you've not got you Perl code already written, you might want to look
into that.
luis navarro wrote:
> Once I did this:
>
> QString program = "C:\\Perl\\bin\\Perl.exe";
>
> QStringList arguments;
>
> arguments << "C:\\Documents and Settings\\user\\Desktop\\LaserOFF.pl";
>
> proceso->start(program, arguments);
>
>
> I don't know if there os other way to shell out to Perl
>
>
> Best Regards.
>
> 2009/12/15 Bill Reece <reece.bill at ymail.com <mailto:reece.bill at ymail.com>>
>
> Hi.
>
> Sorry if this is a FAQ, but am interested in using perl inside my
> QT application to perform very dynamic filtering on live data. Is
> it possible to use Perl inside of Qt ? If so, is it relatively
> fast? If anyone has done this kind of filtering within a QT
> application can you give me some advise of what to use or what not
> to use
>
> Thanks in advance for any help you can provide
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com <mailto:Qt-interest at trolltech.com>
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
>
>
> --
> Atte.
> Luis Navarro Domínguez
> luis.navarro at jro.igp.gob.pe <mailto:luis.navarro at jro.igp.gob.pe>
> LISN Department
> Jicamarca Radio Observatory
> Geophysical Institute of Peru
> Apartado 13-0207
> Lima 13 - Peru
> Telf: (51)-1-3172313
> Fax: (51)-1-3172312
> http://jro.igp.gob.pe/
> ------------------------------------------------------------------------
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
More information about the Qt-interest-old
mailing list