def selectionChanged(self):
"""
called whenever selected text in textarea is changed
"""
# self.textBrowser.copy() # copy selected to clipboard
# self.settings.mlogger.log("Copied text to clipboard: %s" % self.clipboard.text(),
# logging.DEBUG, "Clipboard")
pass
评论列表
文章目录