improve highlighting

This commit is contained in:
2021-10-24 18:49:47 +02:00
parent 80741a7249
commit eab422a6ce
7 changed files with 121 additions and 14 deletions

View File

@@ -6,6 +6,8 @@ import sys
from bigtext import BigText
from logFileModel import LogFileModel
MAX_LINE_LENGTH = 4096
class MainWindow(QMainWindow):
def __init__(self, *args, **kwargs):