Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QDateTimeSpinWidget (QWidget *parent, const char *name) | |
void | enabledChange (bool notenabled) |
Métodos protegidos | |
void | wheelEvent (QWheelEvent *e) |
QDateTimeSpinWidget::QDateTimeSpinWidget | ( | QWidget * | parent, |
const char * | name | ||
) | [inline] |
void QDateTimeSpinWidget::enabledChange | ( | bool | oldEnabled | ) | [inline, virtual] |
This virtual function is called from setEnabled(). oldEnabled is the previous setting; you can get the new setting from isEnabled().
Reimplement this function if your widget needs to know when it becomes enabled or disabled. You will almost certainly need to update the widget using update().
The default implementation repaints the visible part of the widget.
Reimplementado de QWidget.
void QDateTimeSpinWidget::wheelEvent | ( | QWheelEvent * | e | ) | [inline, protected, virtual] |
The event is passed in e.
Reimplementado de QSpinWidget.