imitator tab
This commit is contained in:
parent
ccc97c6529
commit
24b88da023
|
@ -48,8 +48,8 @@ class MainContentComponent(QWidget):
|
||||||
imitatorPanel = Imitator(**imitatorArgs)
|
imitatorPanel = Imitator(**imitatorArgs)
|
||||||
self.rightPanel = RightPanel(
|
self.rightPanel = RightPanel(
|
||||||
panels=[
|
panels=[
|
||||||
robotPanel,
|
|
||||||
statusPanel,
|
statusPanel,
|
||||||
|
robotPanel,
|
||||||
imitatorPanel
|
imitatorPanel
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue