NAME
QLabel - Interface to the Qt QLabel class
SYNOPSIS
use QLabel;
Inherits QFrame.
Requires QPixmap and QSize.
Member functions
new, alignment, autoResize, buddy, margin, pixmap, setAlignment, setAutoResize, setBuddy, setMargin, setNum, setText, setPixmap, text
DESCRIPTION
QLabel has been completely interfaced.
EXPORTED
The following variables are exported into the user's namespace:
%Align $SingleLine $DontClip $ExpandTabs $ShowPrefix $WordBreak $GrayText $DontPrint
The %Align
hash contains all the Align* constants without the Align. All of these constants are defined in qwindefs.h.
CAVEATS
I might create %Align
for the hell of it. You never know.
AUTHOR
Ashley Winters <jql@accessone.com>