File: Qt.pod

package info (click to toggle)
libqt-perl 3.008-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,212 kB
  • ctags: 1,365
  • sloc: perl: 16,458; sh: 9,686; cpp: 6,711; makefile: 78
file content (42 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

=head1 NAME

PerlQt - Perl interface to the Qt GUI Widget toolkit

=head1 Qt

Given the huge size of the Qt 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 PerlQt API introspector

=item * pqtsh:  

a graphical PerlQt shell

=back

and a detailed B<tutorial> with comprehensive
explanations. 
This is where anyone new to PerlQt
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 PerlQt team

http://perlqt.sf.net - PerlQt Project Homepage

=cut