wwWidgets Home · All Classes · Main Classes · Grouped Classes · Functions |
The QwwNumPad widget provides a numeric keypad widget. More...
#include <QwwNumPad>
This class is not part of the Qt GUI Framework Edition.
Inherits QWidget.
QwwNumPad ( QWidget * parent = 0 ) |
void | animateClick ( const QString & button, int msec = 100 ) |
void | asteriskClicked () |
void | hashClicked () |
void | keyClicked ( QString key ) |
void | numberClicked ( int key ) |
The QwwNumPad widget provides a numeric keypad widget.
Constructs a numpad widget with a given parent.
Performs an animated click.
The button is pressed immediately, and released msec milliseconds later (the default is 100 ms).
Calling this function again on the same button before it was released will reset the release timer. All signals associated with a click are emitted as appropriate. This function does nothing if the button is disabled.
'*' key clicked
'#' key clicked
text of the key clicked
numeric key clicked
Copyright © 2007-2010 Witold Wysota | Trademarks | wwWidgets 1.0.0 |