QRadioButton.toggled(). 一般在按钮状态切换时候会发送信号,并传送是否被选中的信号。 rb_2.toggled.connect(lambda Checked:print(Checked)) #匿名 ...
確定! 回上一頁