Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Clase QPrintDialogSpinBox
Diagrama de herencias de QPrintDialogSpinBox
QSpinBox QWidget QRangeControl QWidget QRangeControl QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject

Lista de todos los miembros.

Métodos públicos

 QPrintDialogSpinBox (int min, int max, int steps, QWidget *parent, const char *name)
void interpretText ()

Documentación del constructor y destructor

QPrintDialogSpinBox::QPrintDialogSpinBox ( int  min,
int  max,
int  steps,
QWidget parent,
const char *  name 
) [inline]

Documentación de las funciones miembro

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.

Ver también:
editor()

Reimplementado de QSpinBox.


La documentación para esta clase fue generada a partir del siguiente fichero:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'