The example below creates two button groups (QButtonGroup). It adds radio buttons to each group (QRadioButton). from PyQt5.Qt import * ...
確定! 回上一頁