Make new tab button login in the QTabWidget instead of QTabBar

This commit is contained in:
Micah Lee 2019-10-27 14:21:40 -07:00
parent 3ceab336f9
commit f83d88b29e
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 109 additions and 25 deletions

View file

@ -38,7 +38,7 @@ class Tab(QtWidgets.QWidget):
A GUI tab, you know, sort of like in a web browser
"""
def __init__(self, common, system_tray, status_bar, filenames):
def __init__(self, common, system_tray, status_bar, filenames=None):
super(Tab, self).__init__()
self.common = common
self.common.log("Tab", "__init__")