コード例 #1
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()
コード例 #2
0
ファイル: workspacebrowser.py プロジェクト: raum01/faraday
 def _showWorkspaceProperties(self, item):
     d = WorkspacePropertiesDialog(self,
                                   "Workspace Properties",
                                   workspace=item.objname)
     d.exec_loop()
コード例 #3
0
ファイル: hostsbrowser.py プロジェクト: sechacking/faraday
 def _showWorkspaceProperties(self, item):
     if item.object is not None:
         d = WorkspacePropertiesDialog(self,
                                       "Workspace Properties",
                                       workspace=item.object)
         d.exec_loop()