Scribus
Open source desktop publishing at your fingertips
|
ScrSpinBox is a Qt4 replacement for our old ScrSpinBox using Qt3. More...
#include <scrspinbox.h>
Public Slots | |
void | setValues (double min, double max, int deci, double val) |
void | getValues (double *min, double *max, int *deci, double *val) |
void | setValue (int val) |
void | setValue (double val) |
Protected Slots | |
void | textChanged () |
Protected Member Functions | |
void | setParameters (int s) |
bool | eventFilter (QObject *watched, QEvent *event) |
Protected Attributes | |
uint | m_unitIndex |
bool | m_tabAdvance |
const QMap< QString, double > * | m_constants |
ScrSpinBox is a Qt4 replacement for our old ScrSpinBox using Qt3.