add show in set_layout

This commit is contained in:
ThomasV 2015-03-08 08:07:30 +01:00
parent 14d7be7445
commit 6ececd500d
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class InstallWizard(QDialog):
w.setLayout(layout)
self.stack.addWidget(w)
self.stack.setCurrentWidget(w)
self.show()
def restore_or_create(self):
vbox = QVBoxLayout()