rbtn = QRadioButton(window) btngroup = QButtonGroup(window) btngroup.addButton(rbtn). 示例:. from PyQt5.Qt import * app = QApplication([]) ...
確定! 回上一頁