When I select for example a QPushbutton when running my app in the Symbian Emulator I get this white inner border like in this picture:
I've heard that it is because the button gets the focus and it's the focus rectangle. Is the only way to get rid of this to alter the paint event? I'm using stylesheets when styling my app, can I in some way get rid of the rectangle using stylesheets?
It seems like a mass of work if I need to alter the paint event for each QPushbutton, QTabbar, QListWidgetItem and so on to get rid of this rectangle?


Reply With Quote



