资 源 简 介
Description
Perl bindings for the Qt4 and KDE4 libraries. This project supplies a production-ready module that is similar in syntax to the PerlQt3 binding.
Features
Based on the Smoke library, so any method that Smoke wraps is supported.
Create Perl packages that subclass, extend, and override their C++ parents.
Create signals and slots: connect Qt defined signals to Perl subroutines, Perl defined signals to Qt slots, and Perl defined signals to Perl defined slots.
Signals and slots defined in parent packages inherit to their derived packages.
Create QVariants that contain arbitrary Perl hash or array references, allowing you to store Perl objects in those QVariants.
Modules
The current release available here, Qt-0.96.4, contains bindings to the following Qt modules:
* QtCore
* QtDBus
* QtDeclarative
* QtGui
* QtHelp
* QtMultimedia
* QtNetwork
* QtOpenGL
* QtScript
* QtSql
* QtSvg
*