I am using PyQt5 and I would like to grey out and make line edit inactive when the radio button is toggled.
1st state (default)
(o) A
( ) B
--------------------
|///////////////////| <- Line edit inactive and greyed out, no input allowed (default state)
--------------------
2nd state
( ) A
(o) B
--------------------
| | <- Line edit active input allowed
--------------------
Any ideas? thank you!