Jump to content

Languages/Perl: Difference between revisions

From KDE TechBase
JLP (talk | contribs)
Added some information about Perl bindings for Qt 4
JLP (talk | contribs)
Added category Perl
Line 6: Line 6:


Those bindings provide virtual functions overloading, custom slots and signals, and Rapid Application Development (RAD) through puic, a Qt Designer compatible user interface compiler.
Those bindings provide virtual functions overloading, custom slots and signals, and Rapid Application Development (RAD) through puic, a Qt Designer compatible user interface compiler.
[[Category:Perl]]

Revision as of 13:05, 5 May 2008

Perl is a powerful and versatile high-level programming language. You can find out more about the language itself on the Perl Mongers website.

You can read more about Perl bindings for Qt 4 and download Perl Qt4.

Complete object-oriented bindings for Qt 3, based on SMOKE, are available on the PerlQt project page.

Those bindings provide virtual functions overloading, custom slots and signals, and Rapid Application Development (RAD) through puic, a Qt Designer compatible user interface compiler.