Will my MEDM screens open?
QtEDM is designed to read existing MEDM ADL files and support the
standard MEDM widget set. Validate representative screens locally,
especially displays that depend on site-specific fonts, scripts,
macros, or window-management behavior.
Can QtEDM run beside MEDM?
Yes. The recommended migration path is to install QtEDM as a
separate executable, keep MEDM available for edge cases, and move
operators to QtEDM display by display.
What if a display uses QtEDM-only widgets?
QtEDM-only widgets extend ADL for newer use cases. Those displays
should be treated as QtEDM displays and not as fully compatible
legacy MEDM screens.
Does it support PVAccess?
QtEDM supports Channel Access and accepts pva:// PV
prefixes when PVAccess is required.
How do we build confidence before switching?
Use the CLI, unit, IOC, and visual regression tests in this
repository, then review important facility screens side by side
with MEDM before changing operator launch scripts.
What platforms should we target first?
QtEDM works natively on Linux, macOS, and Windows. Start with the
platform your operators already use, then validate local Qt,
EPICS, SDDS, font, and packaging constraints.