コード例 #1
0
 def __import(self):
     """Import annotations from a file."""
     win = ImportWindow(self)
     win.show()
コード例 #2
0
 def __import(self):
     """Import annotations from a file."""
     if not hasattr(self, '_import_window'):
         self._import_window = ImportWindow(self)
     self._import_window.show()