scroll with scrollbars
This commit is contained in:
6
main.py
6
main.py
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user