Example #1
0
    def focusNextPrevChild ( self, next ):
        """ Suppress tabbing to the next window in multi-line commands.
        """
        if next and self._more:
            return False

        return QTextEdit.focusNextPrevChild( self, next )