Add initial implementation of LCE QT Launcher

- Created config.py for application configuration management.
- Added form.ui for the main application interface layout.
- Implemented launcher.py as the main application entry point.
- Included license.md for GPLv3 licensing terms.
- Added pyproject.toml for project metadata and dependencies.
- Created readme.md with project description and license information.
- Added requirements.txt to specify project dependencies.
- Created res.qrc for resource management of images.
- Added setup.bat and setup.sh scripts for UI file compilation.
This commit is contained in:
xgui4
2026-03-11 18:50:27 -04:00
commit 9b12045682
13 changed files with 1318 additions and 0 deletions

6
res.qrc Normal file
View File

@@ -0,0 +1,6 @@
<RCC>
<qresource prefix="/assets">
<file>assets/Launcher.png</file>
<file>assets/background.png</file>
</qresource>
</RCC>