Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QPrintDialogSpinBox (int min, int max, int steps, QWidget *parent, const char *name) | |
void | interpretText () |
QPrintDialogSpinBox::QPrintDialogSpinBox | ( | int | min, |
int | max, | ||
int | steps, | ||
QWidget * | parent, | ||
const char * | name | ||
) | [inline] |
void QPrintDialogSpinBox::interpretText | ( | ) | [inline, virtual] |
QSpinBox calls this after the user has manually edited the contents of the spin box (i.e. by typing in the embedded QLineEdit, rather than using the up/down buttons/keys).
The default implementation of this function interprets the new text using mapTextToValue(). If mapTextToValue() is successful, it changes the spin box's value; if not, the value is left unchanged.
Reimplementado de QSpinBox.