@@ -155,13 +155,13 @@ def __init__(self):
155155
156156 self .sideSplitter = self .findChild (QSplitter , "sideSplitter" )
157157 self .tabWidget = self .findChild (QTabWidget , "tabWidget" )
158- self .action_New = self .findChild (QAction , "action_New" )
159- self .actionOpen = self .findChild (QAction , "actionOpen" )
160- self .actionSave = self .findChild (QAction , "actionSave" )
161- self .actionSave_As = self .findChild (QAction , "actionSave_As" )
162- self .actionExit = self .findChild (QAction , "actionExit" )
163- self .actionRender = self .findChild (QAction , "actionRender" )
164- self .actionExport_Mesh = self .findChild (QAction , "actionExport_Mesh" )
158+ self .action_New = self .ui_window . findChild (QAction , "action_New" )
159+ self .actionOpen = self .ui_window . findChild (QAction , "actionOpen" )
160+ self .actionSave = self .ui_window . findChild (QAction , "actionSave" )
161+ self .actionSave_As = self .ui_window . findChild (QAction , "actionSave_As" )
162+ self .actionExit = self .ui_window . findChild (QAction , "actionExit" )
163+ self .actionRender = self .ui_window . findChild (QAction , "actionRender" )
164+ self .actionExport_Mesh = self .ui_window . findChild (QAction , "actionExport_Mesh" )
165165
166166 self .readSettings ()
167167
0 commit comments