The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>