gpt4 book ai didi

python - 如何在 python 中的 GUI 中创建 RadioButton?

转载 作者:太空宇宙 更新时间:2023-11-03 17:37:49 24 4
gpt4 key购买 nike

我一直在尝试创建一个简单的RadioButton,但问题是两个按钮都已显示为单击状态(当GUI启动时,它们内部有黑色圆圈)。我该如何解决这个问题?

this.myVar = StringVar()
this.button1 = Radiobutton(this.root,text = "Small Boxes First",variable = this.myVar)
this.button1.grid(row = 2,column = 5)
this.button2 = Radiobutton(this.root,text = "Large Boxes First",variable = this.myVar)
this.button2.grid(row = 3,column = 5)

最佳答案

使用SetValue(self, False)将其设置为未选中。您可以阅读更多相关信息here

关于python - 如何在 python 中的 GUI 中创建 RadioButton?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30964925/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com