Is it possible to disable QComboBox in pyqt like we can do it in Win Forms(C#) since I could not find any option in the QComboBox manual. I want to enable QcomboBox only when admin logins.
Disabling QComboBox in pyqt
17.1k Views Asked by prattom At
2
I found the answer to my question,
and