def inithidebutton(self): CommonUtil.set_button_style3(self.pushButton) CommonUtil.set_button_style3(self.pushButton_2) CommonUtil.set_button_style3(self.pushButton_3) CommonUtil.set_button_style3(self.pushButton_4) CommonUtil.set_button_style3(self.pushButton_5) self.pushButton.hide() self.pushButton_2.hide() self.pushButton_3.hide() self.pushButton_5.hide()
def initbutton(self): CommonUtil.set_button_style3(self.pushButton) CommonUtil.set_button_style3(self.pushButton_2) CommonUtil.set_button_style3(self.pushButton_3) CommonUtil.set_button_style3(self.pushButton_6) CommonUtil.set_button_style3(self.pushButton_5) CommonUtil.set_button_style3(self.pushButton_7) self.pushButton_2.setHidden(True) self.pushButton_5.setHidden(True) self.pushButton_6.setHidden(True) self.pushButton_7.setHidden(True) self.pushButton.setHidden(True) self.lineEdit.setHidden(True) self.label_3.setHidden(True)