Loading...
Searching...
No Matches
Process::MissingFilesDialog Class Referencefinal
Lists what a document cannot find, and helps point it at the files. More...
Inheritance diagram for Process::MissingFilesDialog:
Detailed Description
Lists what a document cannot find, and helps point it at the files.
Deliberately not modal-on-load: an alarming box in front of a project the user just opened is the single most complained-about part of this feature everywhere it exists. It opens beside the document, says what is missing, and does nothing until asked.
Nothing is ever relinked automatically either. Searching a folder fills in the candidates it found – best match first, exact size preferred over a mere name match – and the user applies them.
Public Member Functions | |
| MissingFilesDialog (score::Document &doc, QWidget *parent) | |
Static Public Member Functions | |
| static bool | nothingMissing (const score::DocumentContext &ctx) |
| True when the document has nothing missing, so the caller can skip it. | |
The documentation for this class was generated from the following files:
- MissingFilesDialog.hpp
- MissingFilesDialog.cpp