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