(self, NotifyForm)
| 100 | QtCore.QMetaObject.connectSlotsByName(NotifyForm) |
| 101 | |
| 102 | def retranslateUi(self, NotifyForm): |
| 103 | _translate = QtCore.QCoreApplication.translate |
| 104 | NotifyForm.setWindowTitle(_translate("NotifyForm", "消息提示")) |
| 105 | self.buttonClose.setText(_translate("NotifyForm", "r")) |
| 106 | self.buttonView.setText(_translate("NotifyForm", "查 看")) |
| 107 | |
| 108 | |
| 109 | if __name__ == "__main__": |
no test coverage detected