Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi,
Is it possible to use QFrame:focus?
i want this
QFrame:focus{ background-color: rgb(207, 207, 207); border: solid rgb(166, 255, 238); border-width: 2px; }
but it doesn't work...
Clicking does not respond anything
Hi Sure it is. But you must set its focus policy to clickFocus.
Default is Nofocus and so it wont get focus. It works if you change it. just tested.
@mrjj Hi
it perfectly works!
Thank you very much mrjj!!