Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PJLab-ADG/OASim
/ setupMainWindow
Method
setupMainWindow
hmi/routeEdit/gui.py:170–172 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
168
self.centralWidget().scene_map.itemClicked.connect(self.showLaneMessage)
169
170
def
setupMainWindow(self):
171
mainwidget = MainWidget()
172
self.setCentralWidget(mainwidget)
173
174
def
setupCustomMenuBar(self):
175
menuBar = QWidget()
Callers
1
__init__
Method · 0.95
Calls
1
MainWidget
Class · 0.85
Tested by
no test coverage detected