9f8c6e1a4c
- Updated to include new files for the project. - Modified to improve layout and navigation, including new properties for tab and action management. - Introduced for file selection with metadata editing capabilities. - Created for managing application settings and integrating the file selection dialog.
8 lines
389 B
TOML
8 lines
389 B
TOML
# ===== Project Metadata =====
|
|
[project]
|
|
name = "PySide QtQuick Project"
|
|
|
|
# ===== PySide Build Inputs =====
|
|
[tool.pyside6-project]
|
|
files = ["ISC/HomePage.qml", "ISC/Main.qml", "ISC/Tabs/SelectFileDialog.qml", "ISC/Tabs/SettingsTab.qml", "ISC/Tabs/qmldir", "ISC/Theme.qml", "ISC/qmldir", "backend/file_browser.py", "backend/local_settings.py", "backend/local_settings_model.py", "main.py"]
|