Exemplo n.º 1
0
 def __open_centralview(self, obj):
     """
     set interface to the central widget
     """
     if not self.__centralview:
         from guiQML.views.centralview import CentralView
         self.__centralview = CentralView(self.dbstate, self.engine,
                                          self.open_view)
     self.__centralview.show(self.mainview, self.mainwindow)