Search
Categories
Documents
Qt - A Perl module interface to Qt (Displayed) README
|
Qt - A Perl module interface to Qt
Qt - A Perl module interface to Qt
use Qt;
Requires QApplication and QGlobal.
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.
The Qt module exports $qApp and &qRound.
qapplication(3qt), QApplication(3), QGlobal(3)
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. |
|