mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 21:03:59 +02:00
start working on debug module
This commit is contained in:
parent
015144598c
commit
f5e244a7b2
5 changed files with 166 additions and 27 deletions
|
@ -22,7 +22,8 @@ class ModuleButton(QPushButton):
|
|||
self.form.ui.btnExit.hide()
|
||||
self.form.ui.btnBack.show()
|
||||
self.form.ui.lblTitle.setText(self.mod.title)
|
||||
self.mod.setup(self.form.ui.areaModuleContents)
|
||||
self.form.ui.areaModule.setWidget(self.mod.widget)
|
||||
self.form.ui.areaModule.show()
|
||||
|
||||
class Main(QMainWindow):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue