Browse Source

add show in set_layout

master
ThomasV 11 years ago
parent
commit
6ececd500d
  1. 1
      gui/qt/installwizard.py

1
gui/qt/installwizard.py

@ -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()

Loading…
Cancel
Save