Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

radio button pyqt

# import it from PyQt5.QtWidgets and
radioBtn=QRadioButton("Button1")
radioBtn.toggled.connect(lambda:self.myMethod())

# Example is at link below:
'''
https://gist.github.com/Orizzu/fbbd473becb6d7f1a598c12915f37c52
'''
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #radio #button #pyqt
ADD COMMENT
Topic
Name
9+7 =