NAME

QWidget - Interface to the Qt QWidget class

SYNOPSIS

use QWidget;

Inherits QObject and QPaintDevice.

Requires QEvent, QFont, QPixmap, QPoint, QRect, and QSize.

Member functions

new, adjustSize, backgroundColor, backgroundPixmap, caption, childrenRect, clearFocus, close, drawText, erase, focusPolicy, font, foregroundColor, frameGeometry, geometry, grabKeyboard, grabMouse, hasFocus, hasMouseTracking, height, hide, icon, iconText, iconify, isActiveWindow, isDesktop, isEnabled, isFocusEnabled, isModal, isPopup, isTopLevel, isUpdatesEnabled, isVisible, keyboardGrabber, lower, mapFromGlobal, mapFromParent, mapToGlobal, mapToParent, maximumSize, minimumSize, mouseGrabber, move, pos, raise, recreate, rect, releaseKeyboard, releaseMouse, repaint, resize, scroll, setActiveWindow, setBackgroundColor, setBackgroundPixmap, setCaption, setEnabled, setFixedSize, setFocus, setFocusPolicy, setFont, setGeometry, setIcon, setIconText, setMaximumSize, setMinimumSize, setMouseTracking, setSizeIncrement, setStyle, setUpdatesEnabled, show, size, sizeHint, sizeIncrement, style, topLevelWidget, update, width, winId, x, y

Virtual functions

mouseMoveEvent, mousePressEvent, mouseReleaseEvent, paintEvent, resizeEvent

DESCRIPTION

Every function made available to Perl is meant to be interfaced identically to C++ Qt except in the cases stated below.

mouseMoveEvent(mouseevent)

This is a virtual function, meant to be reimplemented in your own classes. It is only available through QWidget.

mousePressEvent(mouseevent)

This is a virtual function, meant to be reimplemented in your own classes. It is only available through QWidget.

mouseReleaseEvent(mouseevent)

This is a virtual function, meant to be reimplemented in your own classes. It is only available through QWidget.

paintEvent(paintevent)

This is a virtual function, meant to be reimplemented in your own classes. It is only available through QWidget.

resizeEvent(resizeevent)

This is a virtual function, meant to be reimplemented in your own classes. It is only available through QWidget.

SEE ALSO

QWidget(3qt)

AUTHOR

Ashley Winters <jql@accessone.com>