Add new PyQt UI

This commit is contained in:
Ayzen
2026-04-26 18:39:55 +03:00
parent c92745d2bc
commit 0ec504ffa9
33 changed files with 3284 additions and 3789 deletions

View File

@ -33,8 +33,8 @@ if exist "requirements.txt" (
echo requirements.txt not found. Skipping dependency installation.
)
echo Starting _device_main.py...
python _device_main.py
echo Starting laser_control.gui.main...
python -m laser_control.gui.main
set "EXIT_CODE=%ERRORLEVEL%"
popd >nul