Example #1
0
 def _showWorkspaceProperties(self, item):
     if item.object is not None:
         d = WorkspacePropertiesDialog(self, "Workspace Properties", workspace=item.object)
         d.exec_loop()
Example #2
0
 def _showWorkspaceProperties(self, item):
     d = WorkspacePropertiesDialog(self,
                                   "Workspace Properties",
                                   workspace=item.objname)
     d.exec_loop()
Example #3
0
 def _showWorkspaceProperties(self, item):
     if item.object is not None:
         d = WorkspacePropertiesDialog(self,
                                       "Workspace Properties",
                                       workspace=item.object)
         d.exec_loop()
Example #4
0
 def _showWorkspaceProperties(self, item):
     if item.object is not None:
         api.log("Llege a showWorkspace", "ERROR")
         d = WorkspacePropertiesDialog(self, "Workspace Properties", workspace=item.object)
         d.exec_loop()
 def _showWorkspaceProperties(self, item):
     d = WorkspacePropertiesDialog(self, "Workspace Properties", workspace=item.objname)
     d.exec_loop()