visualdynamics.gui.disclaimer¶
disclaimer
¶
The alpha notice: read and acknowledged before the window takes input.
Brandon, 2026-09-11: this is an alpha release, and a user should have to
acknowledge, every time the application loads, that its results are to
be checked. So the launcher shows this dialog after the window is built
and before the event loop takes anything else. One enabled button, Quit,
and a checkbox that enables Continue; nothing in the window is reachable
until Continue is pressed. Every launch, by decision — a few seconds,
and the point stays in front of the user for as long as the release is
an alpha. Not in MainWindow, so the API and the tests' window fixture
never meet it; the launcher's --no-disclaimer flag is for a script
that opens the window and has already read this.
Classes:
| Name | Description |
|---|---|
Disclaimer |
The notice as a modal dialog. |
Functions:
| Name | Description |
|---|---|
acknowledged |
Show the notice; True when the user read it and continued. |
Classes¶
Disclaimer
¶
Bases: QDialog
The notice as a modal dialog. exec() answers Accepted only
after the checkbox is ticked and Continue pressed; closing the
dialog any other way is Quit.
Source code in src/visualdynamics/gui/disclaimer.py
Functions:¶
acknowledged
¶
Show the notice; True when the user read it and continued.