Extended version of QLabel.
This is an extended version of the QLabel widget. It emits signals to indicate when it has been pressed or released.Inspired by code from version 2.0 of Sean Vyain's xcd program.
Emitted when a mouse press occurs on the widget.
Emits the x- and y-coordinate of the mouse.
Emitted when a mouse release occurs on the widget.
Emits the x- and y-coordinate of the mouse.
QeLabel( const char* text, QWidget* parent=0, const char* name=0, WFlags f=0 )
void pressed(int, int)
void released(int, int)
void mousePressEvent( QMouseEvent *me )
void mouseReleaseEvent( QMouseEvent *me )
Copyright 1997 by John Weiss [John.Weiss@colorado.edu]
"generated by doc++"?! More like mangled generated by doc++