load_document

load_document(path: unicode, progress: ProgressCallback) None

Open a new Rumba/Guerilla project.

Parameters
  • path (unicode) – The file path of the document to load

  • progress (ProgressCallback) – The optional progress object to track the loading progression

Return type

None

Raises

RuntimeError – if the file can’t be loaded.