Can anybody give me hints why QSpinBox::valueChanged(...) is emitted when I hit the up/down buttons, but not when I use the keyboard to type the number directly into the spinbox's editing field? So I need an ugly workaround to get my code working. Specs: Qt 3.0.5 PyQt: snapshot-20021122 TIA Torsten