Exemple #1
0
 def rehighlight(self):
     QApplication.setOverrideCursor(QCursor(Qt.WaitCursor))
     QSyntaxHighlighter.rehighlight(self)
     QApplication.restoreOverrideCursor()
Exemple #2
0
 def rehighlight(self):
     self.to_word = []
     QSyntaxHighlighter.rehighlight(self)
 def rehighlight(self):
     self.classbrowser_data = {}
     QApplication.setOverrideCursor(QCursor(Qt.WaitCursor))
     QSyntaxHighlighter.rehighlight(self)
     QApplication.restoreOverrideCursor()
Exemple #4
0
 def rehighlight(self):
     QApplication.setOverrideCursor(QCursor(
                                                 Qt.WaitCursor))
     QSyntaxHighlighter.rehighlight(self)
     QApplication.restoreOverrideCursor()