The PyQt widget, QRadioButton is what we will be using to create Radio Buttons for.... ... check = QtWidgets.QRadioButton(win). check.setText( "Option1" ).
確定! 回上一頁