def copy2Clipboard(self):
self.textBrowser.copy() # copy selected to clipboard
# This is content from the Status textarea, so no secrets here, we can log it
self.settings.mlogger.log("Copied text to clipboard: %s" % self.clipboard.text(),
logging.DEBUG, "Clipboard")
评论列表
文章目录