Added back the settings menu in the new UI

This commit is contained in:
Khopa
2019-07-12 23:13:03 +02:00
parent 0e7d49488c
commit e8a8364ac2
8 changed files with 202 additions and 7 deletions

View File

@@ -36,16 +36,12 @@ class QLiberationWindow(QMainWindow):
def initUi(self):
hbox = QHBoxLayout()
hbox.addStretch(1)
self.liberation_map = QLiberationMap(self.game)
hbox.addWidget(self.liberation_map)
vbox = QVBoxLayout()
vbox.setMargin(0)
vbox.addWidget(QTopPanel(self.game))
vbox.addWidget(self.liberation_map)
#vbox.addLayout(hbox)
central_widget = QWidget()
central_widget.setLayout(vbox)