您需要指定一个 ExclusiveGroup 为 RadioButton s。 Row { id: row ExclusiveGroup { id: group } RadioButton { id: button1 text: "1" exclusiveGroup: group } ...
確定! 回上一頁