没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Qt4 Bindings for Perl |
Qt4 Bindings for Perl
|
0 | 0 | 390 |
贡献者 | 讨论 | 代码提交 |
Perl bindings for Qt4. This project aims to have a production-ready module that is similar in syntax to the PerlQt 3 binding.
There is currently no official release, but you can check out the source from svn and compile them yourself. See the INSTALL file for instructions on how to do this.
Once the bindings are built, there are many examples in the example directory that are direct ports to Perl of the C++ examples that ship with the Qt library.
Based on the Smoke library, so the final version will support any method that Smoke supports. Create Perl packages that subclass, extend, and override their C++ parents Create signals and slots: connect Qt defined signals to Perl subroutines, and Perl defined signals to Qt slots Signals and slots defined in parent packag