My spinbox (class QSpinBox) does not display - I've tried the "show" method and I've made sure that the spinbox is enabled. Yet, all that ever displays is the QLabel text field object associated with the spinbox.
I am a complete newbie to Qt, so it may very well be something simple that I am not doing....or maybe it's a need for an entire set of complex steps that is needed to display this widget.
If anybody can help me it is greatly appreciated. THANK YOU

Brian S.