TQt bindings for Perl
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Michele Calgaro a3480d329d
Don't use obsolete header kapp.h
1 week ago
PerlTQt Use tq* header after last round of renaming in tqt3 3 weeks ago
admin@8511653246 Reset submodule main/libraries/libtqt-perl/admin to latest HEAD 1 week ago
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 10 months ago
kalyptus Remove Netscape plugin and Motif extension classes 1 month ago
puic Use tq* header after last round of renaming in tqt3 3 weeks ago
smoke Use tq* header after last round of renaming in tqt3 3 weeks ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 4 years ago
AUTHORS Update AUTHORS 8 years ago
COPYING Fix inadvertent "TQ" changes. 13 years ago
ChangeLog Rename additional global TQt functions 13 years ago
ChangeLog.CVS Rename additional members for tqt3 13 years ago
ChangeLog.CVS.delta Rename additional global TQt functions 13 years ago
INSTALL Rename smokeqt -> smoketqt 11 years ago
Makefile.PL qt -> tqt conversion: 6 years ago
Makefile.am Rename smokeqt -> smoketqt 11 years ago
Makefile.cvs Initial import of libqt-perl (not yet TQt compatible) 13 years ago
Makefile.in qt_includes => tqt_includes conversion 6 years ago
README Initial TQt conversion 13 years ago
TODO Initial import of libqt-perl (not yet TQt compatible) 13 years ago
acinclude.m4 Don't use obsolete header kapp.h 1 week ago
aclocal.m4 Don't use obsolete header kapp.h 1 week ago
config.h.in Initial import of libqt-perl (not yet TQt compatible) 13 years ago
configure.in Removed code formatting modelines. 4 years ago
cvs2cl.pl Removed code formatting modelines. 4 years ago
inst-apps Initial TQt conversion 13 years ago
stamp-h.in Initial import of libqt-perl (not yet TQt compatible) 13 years ago
subdirs Initial TQt conversion 13 years ago
test.pl Initial TQt conversion 13 years ago

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