TQt bindings for Perl
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Go to file
Michele Calgaro ed5ee2e39d
Align kalyptus to changes made inx TDE/tdebindings#36
il y a 3 semaines
PerlTQt Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 4 mois
admin@59a8bf7c09 Reset submodule main/libraries/libtqt-perl/admin to latest HEAD il y a 2 mois
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 4 mois
kalyptus Align kalyptus to changes made inx TDE/tdebindings#36 il y a 3 semaines
puic Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 4 mois
smoke Drop TQt'3 compat headers il y a 10 mois
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. il y a 3 ans
AUTHORS Update AUTHORS il y a 8 ans
COPYING Fix inadvertent "TQ" changes. il y a 12 ans
ChangeLog Rename additional global TQt functions il y a 12 ans
ChangeLog.CVS Rename additional members for tqt3 il y a 12 ans
ChangeLog.CVS.delta Rename additional global TQt functions il y a 12 ans
INSTALL Rename smokeqt -> smoketqt il y a 11 ans
Makefile.PL qt -> tqt conversion: il y a 6 ans
Makefile.am Rename smokeqt -> smoketqt il y a 11 ans
Makefile.cvs Initial import of libqt-perl (not yet TQt compatible) il y a 13 ans
Makefile.in qt_includes => tqt_includes conversion il y a 6 ans
README Initial TQt conversion il y a 12 ans
TODO Initial import of libqt-perl (not yet TQt compatible) il y a 13 ans
acinclude.m4 Fixed incorrect TTQ rename (TTQ -> TQ) il y a 6 ans
aclocal.m4 Fixed incorrect TTQ rename (TTQ -> TQ) il y a 6 ans
config.h.in Initial import of libqt-perl (not yet TQt compatible) il y a 13 ans
configure.in Removed code formatting modelines. il y a 4 ans
cvs2cl.pl Removed code formatting modelines. il y a 4 ans
inst-apps Initial TQt conversion il y a 12 ans
stamp-h.in Initial import of libqt-perl (not yet TQt compatible) il y a 13 ans
subdirs Initial TQt conversion il y a 12 ans
test.pl Initial TQt conversion il y a 12 ans

README

PerlTQt is a Perl Object Oriented interface to Trolltech's TQt v3.x - a well known 
C++ GUI toolkit.

See INSTALL for quick installation instructions

See doc/en/index.html or doc/fr/index.html for installation procedure and detailed 
documentation.

See also PerlTQt/tutorials and PerlTQt/examples to get started.



Requirements :
------------

 - Perl >= 5.6

 - TQt   >= 3.0

 - GNU tools : automake(>=1.5), autoconf (>=2.13), aclocal...