Jan ed99c29fa0 MainCode/adalm1000_logger.py aktualisiert
Initialization Order:

        Moved all attribute initializations to the start of __init__

        Specifically initialized self.test_phase = "Idle" before it's used

    UI Setup:

        Now safely sets the phase label text after self.test_phase is initialized

        Ensures all attributes exist before they're accessed

    Error Prevention:

        The QStandardPaths warning is still suppressed

        All UI elements are properly initialized before use
(D)
2025-06-27 16:28:40 +02:00
..