scroll with scrollbars

This commit is contained in:
2021-10-25 09:32:18 +02:00
parent 7f376fe8a8
commit 905fe355e5
4 changed files with 77 additions and 12 deletions

View File

@@ -33,7 +33,11 @@ class MainWindow(QMainWindow):
#model = LogFileModel("/home/andi/ws/performanceDb/data/production/logs_2018-09-06_2018-09-06.csv")
model = LogFileModel("/home/andi/ws/ravenlog/example.log")
big_text = BigText(model)
tabs.addTab(big_text, QIcon("icons/tables.png"), "tables")
tabs.addTab(big_text, "small")
model = LogFileModel("/home/andi/ws/performanceDb/data/production/logs_2018-09-06_2018-09-06.csv")
big_text = BigText(model)
tabs.addTab(big_text, "big")
return tabs