Hi all!

I'm trying to set the style sheet on my QPushButton to design the frame which seems to be the focus: this frame seems to change of widget when I use "Tab" key.
In the following screenshot, you'll see the button "Valider" which is surrounded by a black frame:
Zimage

I would like to edit his look & feel.
I've tried this code:
Qt Code:
  1. QPushButton::focus {
  2. border: 1px solid blue;
  3. }
To copy to clipboard, switch view to plain text mode 
But it doesn't work...

Someone there a solution?

I thank you in advance!