TQt bindings for Perl
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Go to file
Michele Calgaro 925922c751
Replace QT_STATIC_CONST_* with actual definitions
1 miesiąc temu
PerlTQt Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 miesięcy temu
admin@59a8bf7c09 Reset submodule main/libraries/libtqt-perl/admin to latest HEAD 1 miesiąc temu
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 miesięcy temu
kalyptus Replace QT_STATIC_CONST_* with actual definitions 1 miesiąc temu
puic Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 miesięcy temu
smoke Drop TQt'3 compat headers 9 miesięcy temu
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 lat temu
AUTHORS Update AUTHORS 8 lat temu
COPYING Fix inadvertent "TQ" changes. 12 lat temu
ChangeLog Rename additional global TQt functions 12 lat temu
ChangeLog.CVS Rename additional members for tqt3 12 lat temu
ChangeLog.CVS.delta Rename additional global TQt functions 12 lat temu
INSTALL Rename smokeqt -> smoketqt 11 lat temu
Makefile.PL qt -> tqt conversion: 6 lat temu
Makefile.am Rename smokeqt -> smoketqt 11 lat temu
Makefile.cvs Initial import of libqt-perl (not yet TQt compatible) 12 lat temu
Makefile.in qt_includes => tqt_includes conversion 6 lat temu
README Initial TQt conversion 12 lat temu
TODO Initial import of libqt-perl (not yet TQt compatible) 12 lat temu
acinclude.m4 Fixed incorrect TTQ rename (TTQ -> TQ) 6 lat temu
aclocal.m4 Fixed incorrect TTQ rename (TTQ -> TQ) 6 lat temu
config.h.in Initial import of libqt-perl (not yet TQt compatible) 12 lat temu
configure.in Removed code formatting modelines. 4 lat temu
cvs2cl.pl Removed code formatting modelines. 4 lat temu
inst-apps Initial TQt conversion 12 lat temu
stamp-h.in Initial import of libqt-perl (not yet TQt compatible) 12 lat temu
subdirs Initial TQt conversion 12 lat temu
test.pl Initial TQt conversion 12 lat temu

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...