def fireAlertMessage(self, msg, time):
if self.supportsMessages():
self.showMessage(const.ALERT_TITLE,
const.ALERT_MESSAGE[msg],
QtWidgets.QSystemTrayIcon.Information,
time)
#######################
# Main Function
#######################
评论列表
文章目录