SHOWcode

2019年5月26日 星期日

pyQt5 button 事件(紀錄)



def setupUi(self, Form):
    Form.setObjectName("Form")
    Form.resize(489, 400)
    self.bt_file01 = QtWidgets.QPushButton(Form)
    self.bt_file01.setGeometry(QtCore.QRect(100, 140, 91, 51))
    self.bt_file01.setObjectName("bt_file01")
    self.bt_file01.clicked.connect(self.hello)




def hello(self):
    self.lb_title.setText("hello 我被觸發了")


Jenkins-mail

參考:http://www.linuxea.com/1767.html 前置作業略過~有空再補 Mailer Plugin post { success { emailext ( subject: &...