Removing dotted border without setting NoFocus in Windows PyQt
- by Cryptite
There are a few questions on SO about this, all of which seem to say that the only way to remove the dotted border is to set the focusPolicy on widget/item in question to NoFocus. While this works as a temporary fix, this prevents further interaction with said widget/item in the realm of other necessary focusEvents.
Said border in question:
…