// SPDX-FileCopyrightText: 2026 Filip Leonarski, Paul Scherrer Institute // SPDX-License-Identifier: GPL-3.0-only #pragma once #include // Modeless window showing the data-analysis algorithm documentation, rendered from the copy of // docs/CPU_DATA_ANALYSIS.md baked into the binary (:/cpu_data_analysis.md), so it is available // wherever the viewer runs and always matches the build. class JFJochAlgorithmDocWindow : public QDialog { Q_OBJECT public: explicit JFJochAlgorithmDocWindow(QWidget *parent = nullptr); };