at the moment I am "playing" with C++ QT and Stylesheets. Normally I found everything in the documenttion, but unfortunatly the following problem not:
In the example Picture you'll see my edited QPushButtons, QChecksBoxes and QRadioButtons. If they have the "focus", they get a "blue rectangle". And this is my Question: How can I edit this rectangle? Because I want to have it red. (or even not present) I tried with "*:focus" but this is not working. Also "QPalette::Highlight" is not the right thing.
Thanks in Advance BR THW