I've added a locking checkbox in a spinbox's context menu that disables the spinbox using self.setDisabled(True)
. Is there any way I can open the context menu while the spinbox is disabled, to access the locking checkbox ?
Read more here: https://stackoverflow.com/questions/66329713/pyqt5-qspinbox-locking-unlocking-in-context-menu
Content Attribution
This content was originally published by on98 at Recent Questions - Stack Overflow, and is syndicated here via their RSS feed. You can read the original post over there.