Dear all,

I have a simple custom class derived from QWidget. On Mac OS X it gets a blue focus frame drawn as soon as it get the focus. This frame does no show on Windows. I use:

Qt Code:
  1. setFocusPolicy(Qt::StrongFocus);
  2. setAttribute( Qt::WA_MacShowFocusRect);
To copy to clipboard, switch view to plain text mode 
Any suggestion on how to get that or a similar focus frame shown on windows?

Thanks
Markus