コード例 #1
0
ファイル: exam.py プロジェクト: janonoly/exampc
 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()
コード例 #2
0
ファイル: train1.py プロジェクト: janonoly/exampc
 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)