summaryrefslogtreecommitdiffstats
path: root/PerlTQt/TQt.pod
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-01 18:34:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-01 18:34:03 -0600
commit55e5c730361b5f2640f155aef4518ca69c4fc1b4 (patch)
tree4f4579d57b5eaac8047fdfd648ee233c3398ee71 /PerlTQt/TQt.pod
parentae6c3bfd9e0a72d06dddbf301f1e071ec2ba2bf9 (diff)
downloadlibtqt-perl-55e5c730361b5f2640f155aef4518ca69c4fc1b4.tar.gz
libtqt-perl-55e5c730361b5f2640f155aef4518ca69c4fc1b4.zip
Move Qt files
Diffstat (limited to 'PerlTQt/TQt.pod')
-rw-r--r--PerlTQt/TQt.pod42
1 files changed, 42 insertions, 0 deletions
diff --git a/PerlTQt/TQt.pod b/PerlTQt/TQt.pod
new file mode 100644
index 0000000..2feceeb
--- /dev/null
+++ b/PerlTQt/TQt.pod
@@ -0,0 +1,42 @@
+
+=head1 NAME
+
+PerlTQt - Perl interface to the TQt GUI Widget toolkit
+
+=head1 TQt
+
+Given the huge size of the TQt module
+(more than 400 classes and 13000 methods)
+it doesn't have any formal documentation.
+
+Instead, it provides two introspection tools
+
+=over 4
+
+=item * pqtapi:
+
+a command line PerlTQt API introspector
+
+=item * pqtsh:
+
+a graphical PerlTQt shell
+
+=back
+
+and a detailed B<tutorial> with comprehensive
+explanations.
+This is where anyone new to PerlTQt
+should start.
+
+The tutorial has been originally installed
+on this system in C</usr/share/doc/libqt-perl/tutorial>, in both B<POD> and
+B<HTML> format.
+
+For a complete IDE allowing RAD and visual programming,
+check the pqt-designer package.
+
+--- The PerlTQt team
+
+http://perlqt.sf.net - PerlTQt Project Homepage
+
+=cut