I need to customize the drawing for the QSpinBox. I implemented the paintEvent method in my subclass but the base class QSpinBox insists on drawing a small borderless rectangle over part of my drawing. How do I stop this?
I need to customize the drawing for the QSpinBox. I implemented the paintEvent method in my subclass but the base class QSpinBox insists on drawing a small borderless rectangle over part of my drawing. How do I stop this?
Bookmarks