每种控件都有3 种设置可见度为0 的方法,下面来拿按钮的来举例了。 # 标准的隐藏 # 方法一: self.pushButton_3.hide() # 方法二: self.pushButton_3 ...
確定! 回上一頁