English     Español
[Main Index] : Programming : Languages : Perl : CPAN Modules : User Interfaces
 Qt CPAN (Perl) Module 

Search

 

Categories

Qt::attributes   Qt::OpenGL  
Qt::constants   Qt::properties  
Qt::debug   Qt::Qt  
Qt::enumerations   Qt::signals  
Qt::GlobalSpace   Qt::slots  
Qt::isa  

Documents

Qt - A Perl module interface to Qt (Displayed)
README 

Qt - A Perl module interface to Qt


NAME

Qt - A Perl module interface to Qt


SYNOPSIS

use Qt;

Requires QApplication and QGlobal.


DESCRIPTION

The Qt module itself only creates a $qApp and exports some QGlobal imports.

This module is not the whole of the Qt interface, though. Each header in Qt which holds a class is represented by a module with the name of that class. Classes like QWidget and QApplication are represented by modules of the same name. QResizeEvent is not a module, but rather is part of the QEvent module, just as the QResizeEvent class is a part of qevent.h.

Each class header that has been interfaced to Perl has a pod attached which describes the function interface from Qt.


EXPORTED

The Qt module exports $qApp and &qRound.


SEE ALSO

qapplication(3qt), QApplication(3), QGlobal(3)


AUTHOR

Ashley Winters <jql@accessone.com>

Information

This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here.
   

©Copyright Nicholas Reynolds 2004