welcome screen
This commit is contained in:
parent
326ebc155c
commit
27cf1a7348
8 changed files with 373 additions and 130 deletions
|
|
@ -16,6 +16,8 @@ class MainWindow(QtGui.QMainWindow):
|
|||
self.tray = tray
|
||||
self.setAcceptDrops(True)
|
||||
self.initUI(tox)
|
||||
if settings.Settings.get_instance()['show_welcome_screen']:
|
||||
self.ws = WelcomeScreen()
|
||||
|
||||
def setup_menu(self, MainWindow):
|
||||
self.menubar = QtGui.QMenuBar(MainWindow)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue