

Definition at line 284 of file dateselect.h.
| OSB_GUI::MonthSpin::MonthSpin | ( | int | month, | |
| QWidget * | parent, | |||
| const char * | name = 0 | |||
| ) |
Constructor with month and Qt arguments for QSpinBox.
| month | Initial month (between 1 and 12). | |
| parent | Parent of widget. | |
| name | Name of widget. |
| int OSB_GUI::MonthSpin::calcWidth | ( | ) | [private] |
Compute the width for line edit.
| QString OSB_GUI::MonthSpin::mapValueToText | ( | int | v | ) | [private] |
Translate value into short month text.
| void OSB_GUI::MonthSpin::nextYear | ( | ) | [signal] |
Emitted for forward wrapping, i.e. Dec -> Jan.
| void OSB_GUI::MonthSpin::prevYear | ( | ) | [signal] |
Emitted for backward wrapping, i.e. Jan -> Dec.
| void OSB_GUI::MonthSpin::valueChange | ( | ) | [private] |
Handle changes in value.
int OSB_GUI::MonthSpin::month_ [private] |
1.4.7