Looks like you static_cast something, which is not a QSpinBox, as QSpinBox. Rewrite it as using dynamic_cast or qobject_cast and check the return value.
Looks like you static_cast something, which is not a QSpinBox, as QSpinBox. Rewrite it as using dynamic_cast or qobject_cast and check the return value.
J-P Nurmi
Bookmarks